#jqcheck { background: rgb(255, 249, 215); text-align: center; color: rgb(51, 51, 51); padding: 10px 0px; font-size: 13px; font-weight: bold; position: fixed; z-index: 9991; width: 100%; font-family: Arial, Helvetica, sans-serif; }
* { margin: 0px; padding: 0px; }
::selection { background: var(--primary-color); color: var(--theme-white); text-shadow: none; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { display: none; }
::-webkit-scrollbar-track-piece { background-color: rgb(236, 237, 241); border-radius: 0px; border-left: 1px solid rgb(136, 136, 136); }
::-webkit-scrollbar-thumb:vertical { border-radius: 0px; background: var(--primary-color); }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select { appearance: none !important; line-height: 28px !important; }
}
body { font-family: Roboto, sans-serif; color: rgb(246, 248, 251); font-size: var(--base-font-size); position: relative; overflow-x: hidden; }
.ff-primary { font-family: Roboto, sans-serif; }
.ff-secondary { font-family: var(--secondary-font-family); }
.fc-primary { color: var(--primary-color); }
.fc-secondary { color: var(--secondary-color); }
.fc-dark { color: var(--theme-dark); }
.fc-lite { color: var(--theme-lite); }
.primary-btn, .secondary-btn { font-size: 13px; font-weight: 400; text-transform: capitalize; padding: 8px 15px; position: relative; display: table; border-radius: 3px; }
.primary-btn::after, .secondary-btn::after { content: "Â¢ÃƒÂ¢Ã¢"; font-size: 13px; color: white; padding-left: 10px; display: table-cell; vertical-align: middle; font-family: icomoon !important; }
.primary-btn { background: var(--primary-color); color: white; }
.primary-btn:hover { background: var(--primary-color-dark); color: white; }
.secondary-btn { background: var(--secondary-color); color: white; }
.secondary-btn:hover { background: var(--secondary-color-dark); color: white; }
.banner-btn { text-transform: capitalize; display: inline-block; transform: translateY(0rem); transition: all 0.4s ease 0s; background-color: transparent; padding: 20px 40px; font-size: 18px; font-weight: 600; border-radius: 5px; color: rgb(255, 255, 255) !important; border: 1px solid rgb(255, 255, 255) !important; }
.secpad-100 { padding: 100px 0px; }
.sm-btn { font-size: 14px; }
.md-btn { font-size: 16px; }
.lg-btn { font-size: 18px; }
.xl-btn { font-size: 20px; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p { margin: 0px; padding: 0px; }
h1, .h1, h2, .h2 { font-family: Roboto, sans-serif; }
h3, .h3, h4, .h4, h5, .h5, h6, .h6 { color: var(--theme-dark); }
h2, .h2 { font-size: 6.7vmin; }
h3, .h3 { font-size: var(--font-size-h3); font-weight: 600; }
h4, .h4 { font-size: var(--font-size-h4); }
h5, .h5 { font-size: var(--font-size-h5); }
h6, .h6 { font-size: var(--font-size-h6); }
p { }
p { font-weight: 400; line-height: 1.4; padding: 0px 0px 20px; margin: 0px; color: rgb(104, 112, 135); }
.sec-padding-100 { padding: 100px 0px; }
.sec-padding-90 { padding: 90px 0px; }
.sec-padding-80 { padding: 80px 0px; }
.sec-padding-70 { padding: 70px 0px; }
.sec-padding-60 { padding: 60px 0px; }
.sec-padding-xlarge { padding: 50px 0px; }
.sec-padding-large { padding: 40px 0px; }
.sec-padding-medium { padding: 30px 0px; }
.sec-padding-small { padding: 25px 0px; }
.sec-padding-xsmall { padding: 10px 0px; }
.sec-margin-100 { margin: 100px 0px; }
.sec-margin-90 { margin: 90px 0px; }
.sec-margin-80 { margin: 80px 0px; }
.sec-margin-70 { margin: 70px 0px; }
.sec-margin-60 { margin: 60px 0px; }
.sec-margin-xlarge { margin: 50px 0px; }
.sec-margin-large { margin: 40px 0px; }
.sec-margin-medium { margin: 30px 0px; }
.sec-margin-small { margin: 25px 0px; }
.sec-margin-xsmall { margin: 10px 0px; }
.p-0 { padding: 0px; }
.pt-0 { padding-top: 0px; }
.pb-0 { padding-bottom: 0px; }
.pl-0 { padding-left: 0px; }
.pr-0 { padding-right: 0px; }
.m-0 { margin: 0px; }
.mt-0 { margin-top: 0px; }
.mb-0 { margin-bottom: 0px; }
.ml-0 { margin-left: 0px; }
.mr-0 { margin-right: 0px; }
.tt-uppercase { text-transform: uppercase; }
.tt-capitalize { text-transform: capitalize; }
p strong { color: black; }
p span { color: black; }
a:hover { text-decoration: none; }
a:focus { outline: none; text-decoration: none; }
img { border: 0px; outline: none; }
ul, li { list-style-type: none; }
.relative { position: relative; }
.absolute { position: absolute; }
h2, .h2 { color: rgb(23, 23, 23); line-height: 1.2; font-weight: 700; padding: 0px 0px 15px; position: relative; letter-spacing: -1px; }
h2 span, .h2 span { color: var(--primary-color); }
a { text-decoration: none; }
.list-simple { list-style: none; margin: 0px 0px 15px; width: 100%; display: inline-block; }
.list-simple li { color: var(--default-color); padding: 0px 0px 10px 16px; line-height: 20px; font-size: 14px; font-weight: 400; position: relative; }
.list-simple li::before { position: absolute; left: 0px; top: 0px; font-size: 13px; color: var(--secondary-color); content: ""; font-family: icomoon !important; }
.moreFull { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; display: block; text-indent: -9999px; }
.transition { transition: all 0.3s ease-in-out 0s; }
.scale-with-transition { transition: all 200ms ease-in 0s; transform: scale(1.05); }
.header-main { padding: 0px; top: 0px; z-index: 99; width: 100%; transition: all 0.3s ease-out 0s; background-color: rgb(255, 255, 255); }
.header-main.fixed { box-shadow: rgba(0, 0, 0, 0.07) 0px 5px 20px; transition: all 0.3s ease-out 0s; position: fixed; background: rgb(255, 255, 255); }
.header-main.fixed .main-menu > ul > li > a { text-transform: capitalize; color: rgb(34, 50, 53); }
.header-main.fixed .logo { width: 100%; }
.top-bar { background: rgb(232, 240, 254); padding: 0px 4px; z-index: 99; border: 1px solid rgb(218, 220, 224); height: 57px; margin-top: -12px; }
.top-info-list { float: right; margin: 0px; display: inline-block; }
.top-info-list li { float: left; color: rgb(23, 23, 23); font-size: 14px; padding: 6px 9px 0px; }
.top-info-list li:first-child { padding: 20px 7px; }
.top-info-list li:last-child { padding-right: 0px; }
.top-info-list li span { margin-right: 8px; color: rgb(66, 133, 244); font-size: 16px; line-height: 20px; }
.top-info-list li span.icon-phone2 { font-size: 16px; top: 1px; position: relative; }
.top-info-list li + li { }
.top-info-list li a { width: 116px; height: 51px; font-size: 13px; }
.top-info-list li a:hover { color: rgb(34, 50, 53); }
.nav-area-full { padding: 0px 0px 6px; width: 100%; box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 6px 0px, rgb(218, 220, 224) 0px -1px 0px 0px inset; }
.nav-area-full .container { padding-top: 10px; }
.logo { width: 100%; margin-top: 17px; float: left; transition: all 0.4s ease 0s; }
.logo a { display: block; }
.top-area { display: inline-block; width: 100%; }
.main-menu { display: inline-block; margin: 0px 34px -4px; }
.main-menu > ul { float: right; margin: 0px; }
.main-menu > ul > li { float: left; position: relative; margin-right: 17px; }
.main-menu > ul > li:last-child { padding-right: 0px; }
.main-menu > ul > li::before { position: absolute; width: 1px; height: 12px; background: rgb(113, 120, 126); left: 0px; top: 30%; }
.main-menu > ul > li:first-child::before { display: none; }
.main-menu > ul > li > a { padding: 20px 0px; color: rgb(95, 99, 104); font-weight: 400; text-transform: capitalize; line-height: 1.85714; }
.header-main .has-submenu.progmenu { font-size: 16px; color: rgb(23, 23, 23); font-weight: 400; margin: 0px; padding: 3px 0px 4px; font-family: Roboto, sans-serif; }
.main-menu > ul > li.active > a, .main-menu > ul > li > a:hover, .main-menu > ul > li > a.active, .main-menu > ul > li > a:focus { color: rgb(0, 0, 0); border-bottom: 3px solid rgb(26, 115, 232); }
.inner-pages .header-main .main-menu > ul > li > li.active a:hover { color: rgb(52, 168, 83); }
.cstn-column { display: inline-block; width: 100%; font-size: 0px; }
.dropdown { width: 250px; position: absolute; top: 160%; left: 0%; visibility: hidden; opacity: 0; padding: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(203, 214, 226); border-radius: 0.1875rem; box-shadow: rgba(45, 62, 80, 0.12) 0px 1px 24px; z-index: 95; }
.main-menu > ul > li:hover .dropdown { visibility: visible; opacity: 1; left: 18px; }
.main-menu > ul > li:hover .progmenu .dropdown { left: 0px; }
.dropdown > ul { padding: 10px 0px; list-style: none; }
.dropdown > ul > li { }
.dropdown > ul > li::before { display: none; }
.dropdown > ul > li + li { }
.dropdown > ul > li > a { font-size: 16px; text-decoration: none; padding: 8px 10px 8px 15px; display: block; color: rgb(23, 23, 23) !important; }
.dropdown > ul > li > a:hover { color: black; background: none; }
.dropdown > ul > li > a:hover::before { display: none; }
.double-drop { width: 400px !important; }
.dropdown > ul > li > ul { display: none; }
.dropdown > ul > li.level2:hover > ul { display: block; }
nav-area-full .container { padding-top: 10px; }
.stickyheader { position: fixed; z-index: 9999; min-height: auto; }
.stickyheader .logo img { width: 130px; }
.stickyheader .logo { margin: 13px 0px; }
.stickyheader .navbar-inverse { margin: 10px 0px 0px; }
.stickyheader .top-info-list ul { margin: 5px 0px; }
.sticky-container { padding: 0px; margin: 0px; position: fixed; right: -155px; top: 180px; width: 200px; display: none; z-index: 999; }
.sticky li { border-radius: 5px; list-style-type: none; background-color: rgb(51, 51, 51); color: rgb(239, 239, 239); height: 45px; padding: 0px; margin: 0px; transition: all 0.25s ease-in-out 0s; cursor: pointer; }
.sticky li:hover { margin-left: -115px; }
.sticky li img { float: left; border-radius: 5px 0px 0px 5px; margin: 0px 10px 0px 0px; }
.sticky li p { padding: 0px; margin: 0px; text-transform: capitalize; line-height: 45px; color: white; }
.sticky li a { border-radius: 5px; color: white; }
.slider-wrapper { background: rgb(17, 21, 27); width: 100%; position: relative; }
.home-banner { width: 100%; height: 65vh; position: relative; background-position: center center; background-repeat: no-repeat; background-size: cover; display: table; }
.home-banner::before { position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.33); z-index: 8; content: ""; }
.home-banner-content { position: relative; z-index: 9; margin-top: 120px; }
.home-banner-content h1 { font-size: 60px; margin-bottom: 15px; font-weight: 600; color: rgb(255, 255, 255); position: relative; line-height: 1; }
.home-banner-content h1::after { position: absolute; width: 10px; height: 10px; background: rgb(255, 255, 255); right: 0px; bottom: -5px; border-radius: 200px; }
.home-banner-content h1 span { display: block; color: rgb(255, 255, 255); font-size: 18px; }
.home-banner-content .subtitle { color: rgb(255, 255, 255); font-size: 20px; padding-top: 10px; line-height: 1.4; }
.home-banner-content a.home-banner-link { margin: 0px; font-size: 14px; line-height: 18px; font-weight: 400; text-transform: capitalize; padding: 10px 20px; background: var(--primary-color); color: white; position: relative; display: table; border-radius: 3px; }
.home-banner-content a.home-banner-link::after { content: ""; font-size: 13px; color: white; padding-left: 10px; display: table-cell; vertical-align: middle; font-family: icomoon !important; }
.home-banner-content a.home-banner-link:hover { background: var(--primary-color-dark); }
.home-slider .slick-dots { position: absolute; bottom: 20px; right: 0px; left: 0px; display: block; padding: 0px 15px; margin: 0px auto; border-radius: 3px; list-style: none; width: 1140px; }
.home-slider .slick-dots li { position: relative; display: inline-block; margin: 0px 6px 0px 0px; padding: 0px; cursor: pointer; }
.home-slider .slick-dots li button { font-size: 0px; line-height: 0; display: block; width: 12px; height: 12px; padding: 0px; cursor: pointer; color: transparent; outline: none; background: white; border: none; border-radius: 200px; }
.home-slider .slick-dots li.slick-active button { background: var(--primary-color); border: none; }
.home-slider .slick-prev, .home-slider .slick-next { font-size: 0px; line-height: 0; position: absolute; top: 50%; z-index: 100; display: block; padding: 0px; cursor: pointer; color: transparent; border: none; outline: none; background: transparent; transform: translate(0px, -50%); }
.home-slider .slick-prev { left: 15px; }
.home-slider .slick-next { right: 15px; }
.home-slider .slick-prev::before, .home-slider .slick-next::before { color: white; font-size: 50px; line-height: 1; font-family: icomoon !important; }
.home-slider .slick-prev::before { content: ""; }
.home-slider .slick-prev:hover::before, .home-slider .slick-next:hover::before { color: var(--primary-color); }
.slider-progress { width: 100%; height: 5px; background: transparent; position: absolute; left: 0px; bottom: 0px; }
.slider-progress .progress { width: 0%; height: 5px; background: var(--primary-color); }
.banner-form { background: rgb(255, 255, 255); padding: 30px; position: relative; z-index: 9; margin: 50px 0px 0px; }
.banform { }
.ban-form { }
.ban-form input { width: 100%; border: 1px solid rgb(229, 229, 229); background: white; padding: 10px 15px; color: gray; font-size: 14px; border-radius: 3px; height: 50px; font-weight: 400; margin: 0px 0px 15px; outline: none !important; }
.banner-form .intl-tel-input { width: 100%; }
.ban-form input[type="submit"] { color: rgb(255, 255, 255); font-weight: 600; background: rgb(243, 132, 64); border-radius: 3px; padding: 10px 15px; margin: 20px 0px 0px; border: transparent; }
.inner-banner { position: relative; }
.inner-banner::before { position: absolute; }
.inner-banner-content { }
.inner-banner-content h1 { font-size: var(--font-size-h1-inner-vmin); border-bottom: 1px solid rgb(255, 255, 255); padding-bottom: 15px; margin-bottom: 15px; font-weight: 700; color: rgb(255, 255, 255); position: relative; letter-spacing: -2px; text-shadow: rgba(0, 0, 0, 0.7) 3px 2px 2px; line-height: 1.1; float: left; }
.inner-banner-content h1::after { position: absolute; content: ""; width: 10px; height: 10px; background: rgb(255, 255, 255); right: 0px; bottom: -5px; border-radius: 200px; }
.inner-banner-content h1 span { color: var(--primary-color); }
.inner-banner-content .subtitle { color: white; font-size: 16px; }
.servicepg .inner-banner::before { display: none; }
.slider-wrapper-number { width: 100%; margin-bottom: 20px; position: relative; }
.number-banner { width: 100%; height: 438px; position: relative; background-position: center center; background-repeat: no-repeat; background-size: cover; display: table; }
.number-banner-content { }
.number-banner-content h1 { font-size: var(--font-size-h1-home-vmin); border-bottom: 1px solid rgb(255, 255, 255); padding-bottom: 15px; margin-bottom: 15px; font-weight: 700; color: rgb(255, 255, 255); position: relative; letter-spacing: -2px; text-shadow: rgba(0, 0, 0, 0.7) 3px 2px 2px; line-height: 1.1; }
.number-banner-content h1::after { position: absolute; content: ""; width: 10px; height: 10px; background: rgb(255, 255, 255); right: 0px; bottom: -5px; border-radius: 200px; }
.number-banner-content h1 span { color: var(--primary-color); }
.number-banner-content .subtitle { color: white; font-size: 16px; }
.number-banner-content a.number-banner-link { margin: 0px; font-size: 14px; line-height: 18px; font-weight: 400; text-transform: capitalize; padding: 10px 20px; background: var(--primary-color); color: white; position: relative; display: table; border-radius: 3px; }
.number-banner-content a.number-banner-link::after { content: ""; font-size: 13px; color: white; padding-left: 10px; display: table-cell; vertical-align: middle; font-family: icomoon !important; }
.number-banner-content a.number-banner-link:hover { background: var(--primary-color-dark); }
.number-slider .slick-dots { position: absolute; bottom: 30px; right: 0px; left: 0px; display: block; padding: 0px 15px; margin: 0px auto; border-radius: 3px; list-style: none; width: 1140px; text-align: left; }
.number-slider .slick-dots li { position: relative; display: inline-block; margin: 0px 20px 0px 0px; padding: 0px; cursor: pointer; }
.number-slider .slick-dots li a { line-height: 35px; display: block; width: 35px; height: 35px; padding: 0px; cursor: pointer; color: var(--theme-white); outline: none; background-color: var(--secondary-color); border-radius: 200px; text-align: center; border: 1px solid var(--secondary-color-dark); transition: all 0.3s ease-in-out 0s; }
.number-slider .slick-dots li a:hover { color: var(--theme-white); }
.number-slider .slick-dots li.slick-active a { background: var(--primary-color); color: rgb(255, 255, 255); border: 1px solid var(--primary-color); }
.buttons-main { position: absolute; width: 100%; top: 50%; z-index: 100; }
.prev-btn-main { position: absolute; left: -50px; }
.next-btn-main { position: absolute; right: -50px; }
.prev-btn, .next-btn { width: 35px; height: 35px; background-color: var(--primary-color); border-radius: 100%; position: relative; display: inline-block; cursor: pointer; text-align: center; }
.prev-btn:hover, .next-btn:hover { background-color: var(--primary-color-dark); }
.prev-btn::before, .next-btn::before { color: white; font-size: 13px; line-height: 35px; font-family: icomoon !important; }
.prev-btn::before { content: ""; }
.next-btn::before { content: ""; }
.home-box-main { margin: 10px 0px; }
.home-box-main figure { margin-bottom: 15px; }
.home-box-main figure img { box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 13px 0px; }
.home-box-main h3 { color: black; font-size: 18px; line-height: 20px; font-weight: 600; padding: 0px 0px 10px; }
.home-box-main p { padding: 0px 0px 10px; }
.home-box-main a.more-link { margin: 0px; font-size: 13px; font-weight: 400; text-transform: capitalize; padding: 8px 15px; background: var(--primary-color); color: white; display: inline-block; border-radius: 3px; }
.home-box-main a.more-link:hover { background: var(--primary-color-dark); color: white; }
.why-book-area { background: url("../images/why-book-bg.jpg") 0px 0px repeat; }
.why-book-area .hd01 { margin: 0px auto 15px; }
.book-icons-box { padding: 20px 60px; margin: 0px; text-align: center; font-family: Poppins, sans-serif; position: relative; }
.book-icons-box::before { position: absolute; content: ""; width: 1px; height: 178px; right: -20px; top: 15%; background: url("../images/icon-box-sep.png") 0px 0px no-repeat; }
.book-icons-box img { margin: 0px auto 15px; }
.book-icons-box h3 { color: var(--secondary-color); font-size: 18px; line-height: 20px; font-weight: 500; margin: 0px; padding: 25px 0px 10px; position: relative; }
.book-icons-box h3::before { position: absolute; content: ""; width: 48px; height: 5px; background: var(--primary-color); margin: 0px auto; display: table; top: 0px; left: 0px; right: 0px; }
.book-icons-box p { color: black; font-size: 14px; line-height: 20px; margin: 0px; padding: 0px; }
.book-icons-box.nosep::before { display: none; }
.why-book-area .col-lg-4:nth-child(3n) .book-icons-box::before { display: none; }
.testimonial-area { }
.testimonials-slider-main { display: inline-block; width: 100%; text-align: center; margin: 20px 0px 0px; padding-bottom: 40px; }
.testimonials-slider { padding: 20px 0px 0px; }
.testimonials-slider img { border-radius: 200px; margin: 0px auto 25px; box-shadow: white 0px 0px 0px 8px, rgb(17, 44, 74) 0px 0px 0px 10px; }
.testimonials-slider p { font-size: 20px; line-height: 22px; margin: 0px auto 20px; font-style: italic; font-family: "Times New Roman", serif; position: relative; width: 90%; }
.testimonials-slider p::before, .testimonials-slider p::after { position: relative; display: inline-block; color: var(--secondary-color); font-size: 15px; font-style: initial; font-family: icomoon !important; }
.testimonials-slider p::before { content: ""; left: -5px; top: -15px; }
.testimonials-slider p::after { content: ""; right: -5px; bottom: -10px; }
.testimonials-slider-main .slick-dots { position: absolute; bottom: 0px; right: 0px; left: 0px; padding: 0px; margin: 0px auto; list-style: none; }
.testimonials-slider-main .slick-dots li { position: relative; display: inline-block; margin: 0px 3px; padding: 0px; cursor: pointer; }
.testimonials-slider-main .slick-dots li button { line-height: 0; display: block; width: 11px; height: 11px; padding: 0px; cursor: pointer; color: transparent; outline: none; background: url("../images/slick-dots.png") 0px 0px no-repeat; border: none; }
.testimonials-slider-main .slick-dots li.slick-active button { border: none; background: url("../images/slick-dots.png") left -11px top 0px no-repeat; }
.testimonials-slider-main .slick-prev, .testimonials-slider-main .slick-next { line-height: 0; position: absolute; top: 50%; z-index: 100; display: block; width: 18px; height: 28px; padding: 0px; cursor: pointer; color: transparent; border: none; outline: none; transform: translate(0px, -50%); }
.testimonials-slider-main .slick-prev { left: -20px; background: url("../images/slick-arrows.png") left 0px top 0px no-repeat; }
.testimonials-slider-main .slick-next { right: -20px; background: url("../images/slick-arrows.png") left -18px top 0px no-repeat; }
.hover-boxes-area { padding: 25px 0px 10px; }
.travel-box-main { margin: 15px 0px; position: relative; min-height: 420px; overflow: hidden; text-align: center; }
.travel-box-main img { width: 100%; }
.travel-content { padding: 15px 15px 15px 0px; width: 100%; overflow: hidden; position: absolute; left: 0px; top: 75%; z-index: 1; transition: all 0.3s ease-in-out 0s; background: none; }
.travel-content h4 { font-size: 22px; font-weight: 700; color: rgb(255, 255, 255); text-transform: uppercase; position: relative; padding: 0px 0px 10px; margin: 0px; background: none; width: 100%; font-family: Poppins, sans-serif; text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px; }
.travel-content h4 span { font-size: 18px; display: block; }
.travel-content .starts { margin: 0px auto 20px; display: table; }
.travel-content p { color: white; font-size: 14px; font-weight: 400; display: none; margin: 0px; padding: 0px 0px 10px; text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px; }
.travel-content a { margin: 0px; font-size: 16px; line-height: 18px; font-weight: 400; text-transform: capitalize; padding: 10px 35px 10px 25px; background: transparent; color: white; position: relative; border: 1px solid white; display: none; }
.travel-content a::before { position: absolute; content: ""; font-family: fontAwesome; font-size: 13px; color: white; right: 15px; top: 50%; transform: translate(0px, -50%); }
.travel-content a:hover { }
.travel-box-main:hover { }
.travel-box-main:hover .travel-content { top: 0px; height: 100%; padding: 70px 15px 20px; background: rgba(0, 0, 0, 0.7); }
.travel-box-main:hover .travel-content h4 { font-size: 22px; font-weight: 700; color: rgb(255, 255, 255); text-transform: uppercase; position: relative; padding: 30px 0px; margin: 0px 0px 20px; background: none; width: 100%; }
.travel-box-main:hover .travel-content h4::before { position: absolute; content: ""; width: 72px; height: 20px; left: 0px; top: 0px; margin: auto; right: 0px; border-width: 1px; border-style: solid; border-color: rgb(255, 255, 255) rgb(255, 255, 255) transparent; border-image: initial; }
.travel-box-main:hover .travel-content h4::after { position: absolute; content: ""; width: 72px; height: 20px; left: 0px; bottom: 0px; margin: auto; right: 0px; border-width: 1px; border-style: solid; border-color: transparent rgb(255, 255, 255) rgb(255, 255, 255); border-image: initial; }
.travel-box-main:hover .travel-content p { display: block; color: rgb(255, 255, 255); }
.travel-box-main:hover .travel-content a { display: table; margin: 0px auto; }
.destination-box-main { margin: 15px 0px; position: relative; min-height: 260px; overflow: hidden; }
.destination-content { padding: 15px; width: 100%; overflow: hidden; position: absolute; left: 0px; top: 67%; z-index: 1; transition: all 0.3s ease-in-out 0s; background: rgba(255, 255, 255, 0); }
.destination-content h4 { font-size: 27px; line-height: 24px; font-weight: 400; color: white; font-family: Cinzel, serif; }
.destination-content h4 span { font-size: 18px; display: block; }
.destination-content p { color: white; font-size: 14px; font-weight: 400; }
.destination-box-main:hover .destination-content { top: 0px; height: 100%; padding: 20px 15px; background: rgba(13, 16, 43, 0.8); }
.destination-box-main:hover .destination-content h4 { font-size: 18px; line-height: 24px; font-weight: 400; color: rgb(241, 91, 34); font-family: Cinzel, serif; margin-top: 0px; }
.destination-box-main:hover .destination-content h4 span { font-size: 18px; display: inline-block; }
.destination-box-main:hover .destination-content p { display: block; }
.points-box-main { margin: 15px 0px; position: relative; min-height: 358px; overflow: hidden; }
.points-content { padding: 0px; width: 100%; overflow: hidden; position: absolute; left: 0px; top: 72%; z-index: 1; transition: all 0.3s ease-in-out 0s; background: rgba(255, 255, 255, 0); }
.points-content h4 { font-size: 19px; line-height: 24px; font-weight: 700; color: white; height: 58px; padding: 18px 0px 0px 90px; text-transform: uppercase; background: url("../images/benefit-hd-bg.png") 0px 0px no-repeat; }
.points-content p { color: white; font-size: 14px; font-weight: 400; display: none; }
.points-box-main:hover .points-content { top: 0px; height: 100%; padding: 100px 15px 20px; background: rgba(8, 37, 142, 0.85); }
.points-box-main:hover .points-content h4 { background: none; border-left: 5px solid rgb(214, 157, 3); padding: 0px 0px 0px 10px; margin: 0px 0px 20px; height: auto; }
.points-box-main:hover .points-content p { display: block; }
.tabs-custom-nav li a { color: black; }
.tabs-custom-nav li a.current { color: rgb(0, 118, 251); }
.tabs-custom .tab-content-panel { display: none; overflow: hidden; width: 100%; }
.tabs-custom .tab-content-panel.selected { display: block; }
.tab-custom-nav li a { color: black; }
.tab-custom-nav li a.current { color: rgb(0, 118, 251); }
.tab-custom .tab-content-panel { display: none; overflow: hidden; width: 100%; }
.tab-custom .tab-content-panel.selected { overflow: visible; display: inline-block; width: 100%; }
.tabs-main { display: inline-block; width: 100%; padding: 15px 0px; }
.tabs-main ul.tabs-nav { padding: 0px; width: 100%; float: left; margin: 0px 0px -1px; }
.tabs-main ul.tabs-nav li { list-style: none; float: left; }
.tabs-main ul.tabs-nav li a { background: rgb(0, 58, 123); border-width: 1px 1px 0px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-top-color: rgb(188, 197, 203); border-right-color: rgb(188, 197, 203); border-left-color: rgb(188, 197, 203); border-image: initial; border-bottom-style: initial; border-bottom-color: initial; color: white; padding: 7px 15px; display: block; text-decoration: none; }
.tabs-main ul.tabs-nav li a.current { background: white; color: rgb(0, 58, 123); }
.tabs-main .tab-content-panel { background: white; padding: 15px 30px 25px; border: 1px solid rgb(188, 197, 203); display: none; overflow: hidden; width: 100%; }
.points-boxes-area { background: rgb(0, 0, 0); }
.points-boxes-area .col-lg-4 { border-right: 1px solid rgb(41, 41, 41); }
.points-boxes-area .col-lg-4:nth-child(3) { border-right: 0px; }
.points-box { padding: 30px 0px 30px 80px; position: relative; }
.points-box img { position: absolute; left: 0px; top: 30px; }
.points-box h3 { color: white; font-size: 16px; font-weight: 600; margin: 0px; padding: 0px 0px 10px; text-transform: uppercase; }
.points-box p { color: white; font-size: 13px; font-weight: 400; margin: 0px; padding: 0px; }
.accordion, .accordion * { box-sizing: border-box; }
.accordion { overflow: hidden; background: none; margin-top: 50px; }
.quest-title { font-size: 22px; font-weight: 500; color: rgb(23, 23, 23); margin-bottom: 0px; position: relative; width: 100%; line-height: 1.4; display: inline-block; transition: all 0.15s linear 0s; text-decoration: none; padding-right: 40px; }
.quest-title::before { position: absolute; content: ""; width: 20px; height: 20px; right: 15px; top: 0px; color: rgb(30, 30, 30); font-size: 20px; font-family: icomoon !important; }
.quest-title.active, .quest-title:hover { color: rgb(243, 132, 64); content: ""; }
.quest-title::after { width: 60px; height: 1px; left: -60px; bottom: -1px; background: rgb(219, 219, 219); position: absolute; content: ""; }
.quest-title.active::before { content: ""; }
.quest-title:hover::before { }
.quest-content { padding: 15px 40px 15px 0px; display: none; margin-bottom: 0px; float: left; width: 100%; }
.quest-content p { line-height: 1.4; font-size: 18px; font-weight: 500; margin: 0px; color: rgb(104, 112, 135); }
.product-slider-gallery { position: relative; padding: 0px 0px 7px; }
.product-slider-gallery .slick-slide { }
.product-slider-gallery .slick-slide img { width: 100%; height: 370px; }
.product-gallery-nav-wrapper { margin: 0px 0px 7px; position: relative; }
.product-gallery-nav { position: relative; }
.product-gallery-nav .slick-slide { padding: 2px 0px; border: 0px; height: 93px; overflow: hidden; }
.product-gallery-nav .slick-slide img { width: 100%; height: 93px; cursor: pointer; }
.product-gallery-nav .slick-prev, .product-gallery-nav .slick-next { font-size: 0px; line-height: 0; width: 100%; height: 25px; position: absolute; left: 0px; text-align: center; z-index: 10; display: block; padding: 0px; cursor: pointer; color: white; border: none; outline: none; background: rgba(0, 0, 0, 0.5); }
.product-gallery-nav .slick-prev { top: 0%; transform: translate(0px, 0%); }
.product-gallery-nav .slick-next { bottom: 0%; top: initial; transform: translate(0px, 0%); }
.product-gallery-nav .slick-prev::before, .product-gallery-nav .slick-next::before { font-family: icomoon; color: white; font-size: 20px; line-height: 1; }
.product-gallery-nav .slick-prev::before { content: ""; }
.product-gallery-nav .slick-next::before { content: ""; }
.product-gallery-nav .slick-prev:hover::before, .product-gallery-nav .slick-next:hover::before { color: white; }
.pad-left-10 { padding-left: 10px; }
.pad-right-10 { padding-right: 10px; }
.gallery-slider-main { position: relative; margin: 25px 0px 20px; }
.gallery-slider-main .slick-slide img { width: 100%; }
.gallery-nav-wrapper { width: 93%; margin: 0px auto 40px; }
.gallery-nav-main { position: relative; }
.gallery-nav-main .slick-slide { background: white; padding: 5px; }
.gallery-nav-main .slick-slide img { width: 100%; cursor: pointer; opacity: 0.5; }
.gallery-nav-main .slick-slide.slick-current img { opacity: 1; }
.gallery-nav-main .slick-dots { position: absolute; bottom: -30px; right: 0px; left: 0px; display: block; padding: 0px; margin: 0px auto; list-style: none; text-align: center; }
.gallery-nav-main .slick-dots li { position: relative; display: inline-block; margin: 0px 6px 0px 0px; padding: 0px; cursor: pointer; }
.gallery-nav-main .slick-dots li button { font-size: 0px; line-height: 0; display: block; width: 9px; height: 9px; padding: 0px; cursor: pointer; color: transparent; outline: none; background: rgb(31, 139, 243); border: none; border-radius: 200px; }
.gallery-nav-main .slick-dots li.slick-active button { background: rgb(0, 58, 123); border: none; }
.gallery-nav-main .slick-prev, .gallery-nav-main .slick-next { font-size: 0px; line-height: 0; position: absolute; top: 50%; z-index: 100; display: block; padding: 0px; cursor: pointer; color: transparent; border: none; outline: none; background: transparent; transform: translate(0px, -50%); }
.gallery-nav-main .slick-prev { left: -25px; }
.gallery-nav-main .slick-next { right: -25px; }
.gallery-nav-main .slick-prev::before, .gallery-nav-main .slick-next::before { color: var(--secondary-color); font-size: 50px; line-height: 12px; font-family: icomoon !important; }
.gallery-nav-main .slick-prev::before { content: ""; }
.gallery-nav-main .slick-next::before { content: ""; }
.gallery-nav-main .slick-prev:hover::before, .gallery-nav-main .slick-next:hover::before { color: var(--primary-color); }
.slide-count-wrap { text-align: center; padding: 0px 0px 15px; }
.tablestyle1 { border-collapse: collapse; width: 100%; text-align: center; margin-bottom: 25px; }
.tablestyle1 th { padding: 9px 8px; background-color: rgb(89, 89, 89); color: white; border: 1px solid rgb(255, 255, 255); font-size: 14px; font-weight: 700; letter-spacing: 1px; text-align: center; width: 50%; }
.tablestyle1 tr { background-color: white; }
.tablestyle1 tr:nth-child(2n) { background-color: rgb(239, 239, 239); }
.tablestyle1 td { border: 1px solid rgb(225, 225, 225); padding: 9px 8px; font-size: 14px; vertical-align: middle; }
.tablestyle1 tr td:nth-child(1) { text-align: left; padding-left: 25px; }
.tablestyle2 { border-collapse: collapse; width: 100%; text-align: left; margin-bottom: 25px; }
.tablestyle2 tr { background-color: white; }
.tablestyle2 td { border: 1px solid rgb(225, 225, 225); padding: 10px 15px; font-size: 14px; vertical-align: middle; width: 50%; }
.tablestyle3 { border-collapse: collapse; width: 100%; text-align: center; margin-bottom: 25px; }
.tablestyle3 th { padding: 9px 8px; background-color: rgb(234, 51, 63); color: white; border: 1px solid rgb(191, 45, 54); font-size: 16px; font-weight: 700; letter-spacing: 1px; text-align: center; width: 50%; }
.tablestyle3 tr { background-color: white; }
.tablestyle1 tr:nth-child(2n) { background-color: rgb(239, 239, 239); }
.tablestyle3 td { border: 1px solid rgb(204, 204, 204); padding: 9px 8px; font-size: 14px; vertical-align: middle; }
.form-box-main { background: rgb(255, 255, 255); padding: 30px 15px; }
.form-box-main h2 { text-align: left; font-size: 36px; width: 100%; font-weight: 700; line-height: 1.2; }
.form-box-main form { width: 80%; margin: 0px auto; }
.form-box-main form .col-md-6, .form-box-main form .col-md-12 { padding-bottom: 30px; }
.form-box-main form label.field-txt { font-weight: 500; font-size: 18px; color: rgb(91, 107, 127); margin: 0px 0px 5px; width: 100%; display: block; }
.form-box-main form label.field-txt span { color: rgb(236, 29, 35); }
.form-box-main form input[type="text"], .form-box-main form input[type="email"], .form-box-main form input[type="number"], .form-box-main form input[type="tel"], .form-box-main form textarea { width: 100%; margin: 0px; border: 1px solid rgb(178, 185, 193); background: white; padding: 18px 15px; color: rgb(0, 0, 0); font-size: 14px; font-weight: 400; height: 55px; border-radius: 5px; }
.form-box-main form select { width: 100%; margin: 0px; border: 1px solid rgb(178, 185, 193); background: white; padding: 12px 15px; color: rgb(91, 107, 127); font-size: 14px; font-weight: 400; border-radius: 5px; }
.form-box-main form select[name="ddlMonth"], .form-box-main form select[name="ddlDay"], .gtquote .intl-tel-input.separate-dial-code .selected-dial-code { padding-left: 24px; font-size: 14px; }
.form-box-main form select[name="ddlYear"] { float: left; width: 32.5%; margin: 0px 1% 0px 0px; }
.form-box-main form select[name="ddlYear"] { margin: 0px; }
.form-box-main form textarea { width: 100%; margin: 0px; padding: 8px 12px; height: 100px; }
.check-list { float: left; }
.form-box-main form input[type="checkbox"]:not(old), .form-box-main form input[type="radio"]:not(old) { width: 28px; margin: 0px; padding: 0px; opacity: 0; cursor: pointer; }
.form-box-main form input[type="checkbox"]:not(old) + label, input[type="radio"]:not(old) + label { display: inline-block; margin-left: -28px; padding-left: 28px; background: url("../images/checks.png") 0px 0px no-repeat; line-height: 24px; font-weight: 500; font-size: 14px; color: rgb(91, 107, 127); }
.form-box-main form input[type="checkbox"]:not(old):checked + label { background-position: 0px -24px; }
.form-box-main form input[type="radio"]:not(old):checked + label { background-position: 0px -48px; }
.form-box-main form input[type="submit"] { display: inline-block; transform: translateY(0rem); transition: all 0.4s ease 0s; color: rgb(255, 255, 255); background: rgb(42, 73, 253); border: 1px solid rgb(42, 73, 253); padding: 20px 60px; font-size: 18px; border-radius: 5px; cursor: pointer; }
.form-box-main form input[type="submit"]::after { content: ""; font-size: 13px; color: white; padding-left: 10px; font-family: icomoon !important; }
.form-box-main form input[type="submit"]:hover { display: inline-block; color: rgb(255, 255, 255); transform: translateY(-0.625rem); transition: all 0.4s ease 0s; }
.form-box-main form input::-webkit-input-placeholder { color: gray; opacity: 1 !important; }
.form-box-main form textarea::-webkit-input-placeholder { color: gray; opacity: 1 !important; }
.form-box-main form input:focus, .form-box-main form textarea:focus, .form-box-main form select:focus, .form-box-main form option:focus, .selected-flag { outline: none; }
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { appearance: none; margin: 0px; }
input[type="number"] { }
.form-box-main form .intl-tel-input { width: 100%; }
.form-box-main form .intl-tel-input .country-list { width: 380px; }
.form-box-main form .intl-tel-input .country-list .country { font-size: 13px; }
.form-box-main form label.error, label.error { color: red; font-style: italic; margin-bottom: 0px; display: none !important; }
div.error { display: none; }
input.checkbox { border: none; }
input.error { border: 1px solid red !important; }
form.cmxform .gray * { color: gray; }
.sidebar { }
.sidebar h4 { color: white; background: rgb(32, 203, 152); padding: 15px; text-transform: uppercase; font-size: 14px; font-weight: 600; }
.sidebar-list { display: inline-block; width: 100%; margin: 0px 0px 10px; border: 1px solid rgb(217, 217, 217); }
.sidebar-list li { border-top: 1px solid rgb(217, 217, 217); }
.sidebar-list li:first-child { border-top: 0px; }
.sidebar-list li a { background: rgb(245, 245, 245); color: rgb(0, 8, 16); text-transform: capitalize; font-size: 14px; padding: 12px 15px 12px 30px; position: relative; display: block; }
.sidebar-list li a:hover { color: var(--secondary-color); }
.sidebar-list li a::before { position: absolute; content: ""; font-size: 18px; color: var(--secondary-color); left: 15px; top: 10px; font-family: icomoon !important; }
.side-banner { margin: 10px 0px; }
thumb-slider-main { position: relative; }
.thumb-slider { }
.thumb-slide { padding: 25px; position: relative; }
.thumb-slider .thumb-slide img { transition: all 300ms ease 0s; }
.thumb-slider .slick-center img { transform: scale(1.3); }
.thumb-content h3 { font-size: 22px; color: white; text-transform: uppercase; font-weight: 700; line-height: 26px; }
.thumb-content { position: absolute; bottom: 25px; padding: 0px; transition: all 300ms ease 0s; left: 40px; }
.thumb-content span { font-size: 14px; line-height: 26px; display: block; font-weight: 500; text-transform: capitalize; transition: all 300ms ease 0s; }
.slick-center .thumb-content { bottom: 0px; left: 0px; }
.thumb-slider .slick-prev, .thumb-slider .slick-next { line-height: 0; position: absolute; top: 50%; z-index: 100; display: block; width: 57px; height: 57px; padding: 0px; cursor: pointer; color: transparent; border: none; outline: none; transform: translate(0px, -50%); }
.thumb-slider .slick-prev { left: -65px; background: url("../images/slick-arrows-slider.png") left 0px top 0px no-repeat; }
.thumb-slider .slick-next { right: -65px; background: url("../images/slick-arrows-slider.png") left -57px top 0px no-repeat; }
.thumb-slider .thumb-slide:focus { outline: none; }
.bid-slider-gallery { position: relative; padding: 10px 5px 10px 0px; float: left; width: 78%; }
.bid-slider-gallery .slick-slide { border: 1px solid rgb(231, 237, 239); border-radius: 5px; }
.bid-slider-gallery .slick-slide img { width: 100%; border-radius: 5px; }
.bid-gallery-nav-wrapper { width: 22%; float: left; padding: 5px 0px 0px 5px; }
.bid-gallery-nav { position: relative; }
.bid-gallery-nav .slick-slide { padding: 5px 0px; height: 88px; overflow: hidden; border-radius: 5px; }
.bid-gallery-nav .slick-slide img { width: 100%; height: 88px; cursor: pointer; opacity: 0.5; border-radius: 5px; }
.bid-gallery-nav .slick-slide.slick-current img { opacity: 1; }
.sliderxs { }
.sliderxs .slick-dots { position: absolute; bottom: 0px; right: 0px; left: 0px; display: block; padding: 0px; margin: 0px auto; border-radius: 3px; list-style: none; text-align: center; }
.sliderxs .slick-dots li { position: relative; display: inline-block; margin: 0px 6px 0px 0px; padding: 0px; cursor: pointer; }
.sliderxs .slick-dots li button { font-size: 0px; line-height: 0; display: block; width: 12px; height: 12px; padding: 0px; cursor: pointer; color: transparent; outline: none; background: rgb(16, 23, 31); border: none; border-radius: 200px; }
.sliderxs .slick-dots li.slick-active button { background: var(--primary-color); border: none; }
.sliderxs .slick-dots li button::before { display: none; }
.sliderxs .col-lg-2:focus, .sliderxs .col-lg-3:focus, .sliderxs .col-lg-4:focus, .sliderxs .col-lg-6:focus { outline: none; }
.sitemap { list-style: none; margin: 0px 0px 15px; width: 100%; display: inline-block; }
.sitemap > li { color: rgb(15, 11, 31); padding: 0px 0px 10px 16px; line-height: 20px; font-size: 14px; font-weight: 400; position: relative; display: block; }
.sitemap > li::before { position: absolute; content: ""; left: 0px; top: 0px; font-family: fontAwesome; font-size: 13px; color: rgb(15, 11, 31); }
.sitemap > li > a { display: block; font-size: 14px; font-weight: 400; color: rgb(15, 11, 31); }
.sitemap li a:hover { color: rgb(35, 82, 124); }
.sitemap > li > ul { margin: 10px 0px 0px 15px; }
.sitemap > li > ul > li { color: rgb(15, 11, 31); padding: 0px 0px 5px; list-style-type: disc; }
.sitemap > li > ul > li > a { display: block; font-size: 14px; font-weight: 400; color: rgb(15, 11, 31); }
.sitemap > li > ul > li > ul { margin: 10px 0px 0px 20px; }
.sitemap > li > ul > li > ul li { color: rgb(15, 11, 31); padding: 0px 0px 5px; list-style-type: square; }
.sitemap > li > ul > li > ul li > a { display: block; font-size: 14px; font-weight: 400; color: rgb(15, 11, 31); }
.footer-main { background: rgb(248, 249, 250); }
.footer-top { padding: 60px 0px 0px; }
.footer-top h4 { color: white; font-size: 14px; font-weight: 700; text-transform: uppercase; margin: 10px 0px; padding: 0px; position: relative; }
.address-main { }
.address-main ul { width: 100%; display: inline-block; margin: 10px 0px; }
.address-main ul li { display: inline-block; line-height: 28px; font-size: 14px; padding: 0px 0px 8px 18px; position: relative; color: white; }
.address-main ul li a { color: white; }
.address-main ul li a:hover { color: rgb(194, 194, 194); }
.address-main ul li span { position: absolute; left: 0px; top: 5px; color: var(--primary-color); font-size: 15px; }
.ftr-social { text-align: center; display: table; margin: 0px auto; }
.ftr-social li { float: left; margin: 0px 15px 0px 0px; position: relative; text-align: center; }
.ftr-social li a { display: block; padding: 0px; text-align: center; }
.ftr-social li a span { color: rgb(203, 214, 226); font-size: 14px; margin: 0px; }
.ftr-social li a:hover span { color: rgb(255, 255, 255) !important; }
.ftr-social li a:hover span.icon-facebook { color: rgb(59, 89, 152); }
.ftr-social li a:hover span.icon-twitter { color: rgb(29, 161, 242); }
.ftr-social li a:hover span.icon-google-plus { color: rgb(221, 80, 68); }
.ftr-social li a:hover span.icon-linkedin { color: rgb(0, 123, 182); }
.ftr-social li a:hover span.icon-youtube-play { color: rgb(196, 48, 43); }
.ftr-social li a:hover span.icon-pinterest-p { color: rgb(201, 34, 40); }
.ftr-social li a:hover span.icon-instagram { color: rgb(251, 57, 88); }
.ftr-social li a:hover span.icon-vimeo { color: rgb(78, 187, 255); }
.ftr-social li a:hover span.icon-medium { color: rgb(52, 114, 53); }
.ftr-social2 { display: inline-block; margin: 10px 0px; width: 100%; }
.ftr-social2 li { float: left; margin: 0px 10px 0px 0px; position: relative; text-align: center; }
.ftr-social2 li a { display: block; padding: 0px; text-align: center; }
.ftr-social2 li a span { background: rgb(59, 89, 152); width: 30px; height: 30px; line-height: 30px; border-radius: 50%; color: white; font-size: 15px; margin: 0px; display: block; }
.ftr-social2 li a:hover span { color: white; }
.ftr-social2 li a span.icon-facebook { background: rgb(59, 89, 152); }
.ftr-social2 li a span.icon-twitter { background: rgb(29, 161, 242); }
.ftr-social2 li a span.icon-google-plus { background: rgb(221, 80, 68); }
.ftr-social2 li a span.icon-linkedin { background: rgb(0, 123, 182); }
.ftr-social2 li a span.icon-youtube-play { background: rgb(196, 48, 43); }
.ftr-social3 { display: inline-block; margin: 10px 0px; width: 100%; }
.ftr-social3 li { float: left; margin: 0px 15px 0px 0px; position: relative; text-align: center; }
.ftr-social3 li a { display: block; padding: 0px; text-align: center; }
.ftr-social3 li a span { color: white; font-size: 25px; margin: 0px; }
.ftr-social3 li a:hover span { color: lightgray; }
.footer-nav { text-align: right; list-style-type: none; margin: 12px 0px 20px; width: 100%; display: inline-block; }
.footer-nav li { margin-right: 20px; position: relative; display: inline-block; }
.footer-nav li::before { position: absolute; left: 0px; top: 3px; font-size: 13px; color: var(--primary-color); font-family: icomoon !important; }
.footer-nav li a { font-size: 12px; font-weight: 400; color: white; }
.footer-nav li a:hover { color: rgb(194, 194, 194); }
.subscribe-main { margin: 30px 15px 10px; width: 100%; float: right; text-align: right; display: inline-block; }
.subscribe-main input[type="text"] { background: white; border: 0px; border-radius: 5px 0px 0px 5px; color: rgb(157, 157, 157); padding: 10px; font-size: 14px; font-weight: 300; float: left; height: 30px; line-height: 30px; width: 65%; }
.subscribe-main input[type="submit"] { background: rgb(32, 203, 152); border: 0px; color: white; border-radius: 0px 5px 5px 0px; padding: 0px; font-size: 14px; font-weight: bold; text-transform: capitalize; cursor: pointer; float: left; height: 30px; width: 35%; }
.subscribe-main input[type="submit"]:hover { background: rgb(35, 187, 143); }
.subscribe-main input::-webkit-input-placeholder { color: rgb(157, 157, 157); opacity: 1 !important; }
.footer-bottom { background: rgb(248, 249, 250); padding: 30px 0px; }
.footer-nav2 { list-style-type: none; margin: 0px 0px 0px 30px; position: absolute; bottom: 0px; text-align: left; width: auto; display: inline-flex; align-items: center; }
.footer-nav2 li { float: left; padding: 0px 12px; position: relative; }
.footer-nav2 li img.card-brands { width: 100%; }
.footer-nav2 li:first-child { padding-left: 0px; }
.footer-nav2 li::before { position: absolute; content: ""; width: 1px; height: 13px; background: white; left: 0px; top: 30%; }
.footer-nav2 li:first-child::before { display: none; }
.footer-nav2 li a { line-height: 1.57143; color: rgb(95, 99, 104); display: inline-block; font-size: 14px; font-weight: 400; letter-spacing: 0.25px; }
.footer-nav2 li a:hover { color: rgb(0, 0, 0); }
.copyright { padding: 10px 0px 0px; margin: 0px; font-size: 12px; color: rgb(203, 214, 226); }
.copyright span { color: rgb(203, 214, 226); }
.disclaimer-area { background: black; padding: 10px 0px; }
.disclaimer { font-size: 11px; font-weight: 400; color: white; line-height: 18px; margin: 0px; padding: 10px 0px; }
.disclaimer strong { color: var(--primary-color); font-weight: 500; }
.custom-popup { padding: 25px; display: none; background: rgb(229, 229, 229); max-width: 550px; }
.custom-popup h4 { color: rgb(0, 58, 123); font-size: 24px; line-height: 24px; font-weight: 700; text-transform: uppercase; margin: 0px 0px 20px; padding: 0px 0px 15px; border-bottom: 1px solid gray; text-align: left; position: relative; }
.myClose { height: 36px; width: 36px; background: url("../images/fancybox/close-custom.png") 0px 0px no-repeat; }
.gallery-simple { overflow: hidden; }
.gallery-simple li { width: 750px; float: left; padding: 5px; }
.gallery-simple img { width: 100%; }
.thumbsmain { display: none; }
.gallery-simple .slick-dots { display: inline-block; width: 100%; padding: 0px; }
.gallery-simple .slick-dots li { float: left; width: 20%; padding: 5px; margin-bottom: 0px; }
.gallery-simple .slick-dots li button { border: none; background: transparent; padding: 0px; outline: none; }
.stockdetails-main ul { width: 100%; }
.stockdetails-main ul.thumbsmain li, .stock-det-large .slick-dots li { float: left; width: 20%; padding: 5px; margin-bottom: 0px; }
.stock-det-large .slick-dots li button { border: none; background: transparent; padding: 0px; outline: none; }
.stockdetails-main ul.thumbsmain li img, .stock-det-large .slick-dots li img { width: 143px; height: 92px; }
.thumbsmain { display: none; }
.car-top { width: 85px; position: fixed; bottom: -180px; right: 0px; z-index: 999; opacity: 1; cursor: pointer; }
.car-top.show { transition: all 1s ease 0s; bottom: 5% !important; }
.car-top.car-run { transition: all 1s ease 0s; bottom: 100% !important; }
.car-top.car-down { transition: all 1s ease 0s; }
.car-top::before, .car-top::after { content: ""; position: absolute; transition: all 0.2s ease 0s; opacity: 0; }
.car-top:hover::before, .car-top:hover::after, .car-top.car-run::before, .car-top.car-run::after { opacity: 1; }
.car-top::before, .car-top.car-run::before { top: -1px; left: 0px; width: 85px; height: 89px; background: url("../images/car-focus.png") 0px 0px no-repeat; }
#footer > .container > .row { padding: 60px 0px; }
#footer > .container > .row ~ .row { padding: 0px; }
footer .social-full { border-top: 1px solid rgba(0, 0, 0, 0.06); border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
.outlinebtn { background: rgba(255, 255, 255, 0); color: rgb(0, 0, 0); border: 1px solid rgb(0, 0, 0); margin-left: 18px; }
.outlinebtn:hover { color: rgb(0, 0, 0); border: 1px solid rgb(0, 0, 0); }
.blckclr { color: rgb(0, 0, 0) !important; }
@media only screen and (min-width: 768px) {
  .home-banner-content h1 { font-weight: 700; font-size: 40px; }
  .number-banner-content h1 { font-size: var(--font-size-h1-home)  !important; }
  .inner-banner-content h1 { font-size: var(--font-size-h1-inner)  !important; }
  h2, .h2 { font-size: var(--font-size-h2); }
}
@media only screen and (max-width: 1200px) {
  .home-slider .slick-dots { width: auto; text-align: center; }
}
@media only screen and (max-width: 1024px) {
  .home-banner { background-position: left center; }
  .testimonials-slider-main .slick-prev { left: 0px; }
  .testimonials-slider-main .slick-next { right: 0px; }
}
@media only screen and (max-width: 991px) {
  .logo { }
}
@media only screen and (max-width: 767px) {
  .home-banner { height: 450px; }
  .inner-banner { height: 300px; }
  .sec-padding-100 { padding: 50px 0px; }
  .sec-padding-90 { padding: 45px 0px; }
  .sec-padding-80 { padding: 40px 0px; }
  .sec-padding-70 { padding: 35px 0px; }
  .sec-padding-60 { padding: 30px 0px; }
  .sec-padding-xlarge { padding: 25px 0px; }
  .sec-padding-large { padding: 20px 0px; }
  .sec-padding-medium { padding: 15px 0px; }
  .sec-padding-small { padding: 15px 0px; }
  .sec-padding-xsmall { padding: 10px 0px; }
  .sec-margin-100 { margin: 50px 0px; }
  .sec-margin-90 { margin: 45px 0px; }
  .sec-margin-80 { margin: 40px 0px; }
  .sec-margin-70 { margin: 35px 0px; }
  .sec-margin-60 { margin: 30px 0px; }
  .sec-margin-xlarge { margin: 25px 0px; }
  .sec-margin-large { margin: 20px 0px; }
  .sec-margin-medium { margin: 15px 0px; }
  .sec-margin-small { margin: 15px 0px; }
  .sec-margin-xsmall { margin: 10px 0px; }
  .sliderxs { padding-bottom: 30px; }
  .copyright { margin-top: 10px; text-align: left; }
  .footer-nav2 { float: none; margin-top: 0px; }
  .disclaimer { text-align: center; }
}
.analyzeform { margin-top: 30px; }
.analyzeform form label.error { display: none !important; }
.analyzeform form input.error { border: 1px solid red !important; }
.analyzeform form input[type="text"], .analyzeform form input[type="email"], .analyzeform form input[type="number"], .analyzeform form input[type="tel"], .analyzeform form textarea { width: 100%; margin: 0px; border: 1px solid rgb(229, 229, 229); background: white; padding: 13px 15px; color: gray; font-size: 13px; height: 55px; font-weight: 400; outline: none !important; }
.round { border-radius: 5px 0px 0px 5px; }
.analyzeform form .intl-tel-input { width: 100%; }
.analyzeform form .intl-tel-input.separate-dial-code .selected-dial-code { padding-left: 14px; }
.analyzeform form .dtf { float: left; width: 25%; margin-bottom: 10px; }
.analyzeform form input[type="submit"] { border: none; transition: all 0.4s ease 0s; color: rgb(255, 255, 255); font-weight: 700; cursor: pointer; font-size: 12px; text-transform: uppercase; padding: 18px 60px 19px; margin-left: -10px; text-align: left; letter-spacing: 1px; border-radius: 5px; font-family: Roboto, sans-serif; background: rgb(32, 203, 152); }
.analyzeform form .wrap { padding-left: 40px; text-align: center; width: 100%; }
.analyzeform form .finput:focus { outline: none !important; }
.partners-cta { padding-bottom: 16px; margin-top: -76px; }
.partners-cta .container-custom { width: 1270px; margin: 0px auto; }
.partners-cta ul { z-index: 0; margin-bottom: 0px; text-align: center; width: 100%; display: inline-block; }
.partners-cta ul li { display: inline-block; }
.partners-cta ul li:last-child { margin-right: 0px; }
.partners-cta ul li figure { margin-bottom: 0px; }
.partners-cta ul li figure img { margin: 0px auto; display: table; width: 70%; }
.counter { background: rgb(23, 27, 35); display: block; }
.counter ul { display: inline-block; width: 100%; z-index: 2; margin-bottom: -6px; }
.counter ul li { width: 33.33%; float: left; padding: 18px 20px; }
.counter ul li:nth-child(1) { background: rgb(39, 43, 52); }
.counter ul li:nth-child(2) { background: rgb(34, 38, 47); }
.counter ul li:nth-child(3) { background: rgb(23, 27, 35); }
.counter ul li a:hover { color: rgb(255, 255, 255); }
.counter ul li a figure { float: left; width: 20%; margin-bottom: 0px; }
.counter ul li a figure img { max-width: 64px; }
.counter ul li a .wrap { width: 72%; float: right; padding-top: 8px; color: rgb(255, 255, 255); font-size: 22px; }
.strugglesec { padding: 91px 0px 50px; margin-bottom: 37px; }
.strugglesec h2 { text-align: left; font-size: 46px; width: 87%; font-weight: 398; line-height: 1.17857; letter-spacing: -0.5px; }
.helpsec .sty-text h2 { text-align: left; font-size: 40px; width: 97%; font-weight: 398; line-height: 1.17857; letter-spacing: -0.5px; }
.withimages .sty-text2 h2 { text-align: left; font-size: 40px; width: 101%; font-weight: 398; line-height: 1.17857; letter-spacing: -0.5px; }
.strugglesec ul { text-align: left; padding: 17px 0px 0px 23px; }
.strugglesec ul li { color: rgb(104, 112, 135); position: relative; font-size: 16px; padding-bottom: 15px; text-align: left; display: inline-block; width: 48%; padding-left: 7px; padding-top: 3px; }
.strugglesec ul li a { color: rgb(104, 112, 135); }
.strugglesec ul li a:hover { color: rgb(42, 73, 253); }
.strugglesec ul li::before { content: ""; font-size: 18px; margin-right: 0px; font-family: FontAwesome; position: absolute; left: -28px; color: rgb(251, 188, 4); padding: 0px 3px; border-radius: 50%; width: 20px; height: 20px; }
.helpsec { background: rgb(255, 255, 255); padding: 20px 0px 84px; }
.helpsec h2 { text-align: left; font-size: 47px; width: 83%; font-weight: 398; line-height: 1.17857; letter-spacing: -0.5px; }
.helpsec .img-container { background-image: url("../images/iphonex.png"); margin: 0px auto; padding-top: 22px; background-repeat: no-repeat; padding-left: 18px; padding-right: 18px; width: 339px; height: 686px; }
.helpsec .img-container figure.abs { right: 0px; top: 40px; position: absolute; z-index: 9; left: 0px; text-align: center; }
.helpsec .img-container figure.abs img { }
.helpsec .img-container .cs-slider img { height: 647px; }
.hlpwrap { margin: 70px 0px; }
.hlpwrap li { width: 100%; clear: both; padding-bottom: 20px; display: inline-block; }
.hlpwrap li .lft { width: 30%; float: left; }
.hlpwrap li .lft figure { margin: 22px auto 0px; display: table; }
.hlpwrap li .lft figure img { }
.hlpwrap li .rht { width: 70%; float: right; padding: 18px 0px; }
.hlpwrap li .rht h3 { font-size: 22px; color: rgb(34, 50, 53); font-weight: 400; }
.hlpwrap li .rht p { text-align: left; font-size: 18px; line-height: 1.4; padding-bottom: 0px; }
@keyframes bouncy { 
  0% { margin-top: 0px; }
  25% { margin-top: 5px; }
  50% { margin-top: 0px; }
  75% { margin-top: 5px; }
  100% { margin-top: 0px; }
}
.hvr-bob { }
.hvr-bob:hover { animation-name: bouncy; animation-duration: 3s; animation-iteration-count: infinite; }
.packages-sec { background: url("") center top / cover no-repeat; width: 100%; padding: 60px 0px; }
.packages-sec h2 { text-align: center; font-size: 44px; width: 100%; }
.packages-sec p { text-align: center; font-size: 16px; line-height: 1.4; padding-bottom: 40px; }
.imgplace.dig img { width: 100%; }
.imgplace.gog img { width: 100%; }
.imgplace.per img { width: 70%; }
.imgplace.re img { width: 100%; }
.imgplace.se img { width: 100%; }
.imgplace.sm img { width: 100%; }
.packages-sec .pack-wrap { background: rgb(255, 255, 255); border-radius: 20px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 46px; }
.packages-sec .pack-wrap .hdarea { text-align: center; padding: 30px 30px 20px; }
.packages-sec .pack-wrap .hdarea h4 { text-transform: capitalize; font-size: 14px; font-weight: 600; letter-spacing: 1px; margin-bottom: 10px; padding: 13px 30px 10px; color: rgb(72, 140, 251); border-radius: 30px; background: rgb(230, 246, 255); display: inline-block; }
.packages-sec .pack-wrap .hdarea h2 { color: red; font-size: 20px; }
.packages-sec .pack-wrap .hdarea h3 { color: rgb(50, 54, 55); font-size: 30px; padding-bottom: 10px; }
.packages-sec .pack-wrap .hdarea p { color: rgb(153, 153, 153); font-size: 14px; line-height: 1.5; font-weight: 500; padding: 0px 30px; }
.packages-sec .pack-wrap .bdarea { padding: 10px 35px 20px; }
.packages-sec .pack-wrap .bdarea ul { margin-bottom: 0px; }
.packages-sec .pack-wrap .bdarea ul li { width: 100%; padding: 5px 0px 5px 30px; color: var(--default-color); font-size: 14px; position: relative; }
.packages-sec .pack-wrap .bdarea ul li.heading { padding-left: 0px; font-weight: 700; font-size: 16px; font-style: italic; }
.packages-sec .pack-wrap .bdarea ul li.heading::before { display: none; }
.packages-sec .pack-wrap .bdarea ul li::before { position: absolute; left: 0px; content: ""; top: 0px; bottom: 0px; margin: auto; width: 8px; display: table-cell; vertical-align: middle; height: 8px; border-radius: 50%; background-color: rgb(79, 136, 254); }
.packages-sec .pack-wrap .ftarea { padding: 10px 35px 120px; }
.packages-sec .pack-wrap .ftarea .lft { width: 55%; float: left; }
.packages-sec .pack-wrap .ftarea .lft h4 { font-size: 34px; font-weight: 700; padding-bottom: 0px; color: rgb(78, 138, 248); }
.packages-sec .pack-wrap .ftarea .lft h4 strong { font-weight: 400; font-size: 22px; }
.packages-sec .pack-wrap .ftarea .lft h4 span { display: block; font-size: 14px; color: rgb(178, 184, 202); }
.packages-sec .pack-wrap .ftarea .rht { width: 45%; text-align: right; float: right; }
.packages-sec .pack-wrap .ftarea .rht p { line-height: 1.4; text-align: right; font-weight: 500; padding-bottom: 0px; font-size: 13px; }
.packages-sec .pack-wrap .ftarea .rht p span { display: block; color: rgb(153, 153, 153); font-size: 14px; }
.pkbtn { margin-top: -28px; text-align: center; clear: both; }
.btn-blue { color: rgb(255, 255, 255); background: rgb(74, 140, 252); padding: 14px 50px; font-size: 16px; transition: all 0.4s ease 0s; font-weight: 700; display: inline-block; border-radius: 30px; border: 1px solid rgb(255, 255, 255); }
.btn-blue:hover { transform: translateY(-3.925px); color: rgb(255, 255, 255); }
.btn-green { color: rgb(255, 255, 255); background: rgb(32, 203, 152); padding: 14px 50px; font-size: 16px; font-weight: 700; transition: all 0.4s ease 0s; display: inline-block; border-radius: 30px; border: 1px solid rgb(255, 255, 255); }
.btn-green:hover { transform: translateY(-3.925px); color: rgb(255, 255, 255); }
.btn-red { color: rgb(255, 255, 255); background: rgb(244, 89, 72); padding: 14px 50px; font-size: 16px; transition: all 0.4s ease 0s; font-weight: 700; display: inline-block; border-radius: 30px; border: 1px solid rgb(255, 255, 255); }
.btn-red:hover { transform: translateY(-3.925px); color: rgb(255, 255, 255); }
.packages-sec .pack-wrap.green .hdarea h4 { color: rgb(32, 203, 152); line-height: 1; text-transform: capitalize; background: rgba(0, 161, 89, 0.24); }
.packages-sec .pack-wrap.green .bdarea ul li::before { background-color: rgb(32, 203, 152); }
.packages-sec .pack-wrap.green .ftarea .lft h4 { color: rgb(32, 203, 152); }
.packages-sec .pack-wrap.red .hdarea h4 { color: rgb(247, 88, 73); background: rgba(245, 89, 70, 0.22); }
.packages-sec .pack-wrap.red .bdarea ul li::before { background-color: rgb(254, 83, 68); }
.packages-sec .pack-wrap.red .ftarea .lft h4 { color: rgb(248, 86, 73); }
.list-scroll { height: 155px; }
.ticklist2.list-scroll { height: 225px; margin-top: 10px; }
.cta-left { display: inline-block; width: 65%; vertical-align: middle; }
.cta { padding: 160px 0px; background: linear-gradient(90deg, rgb(251, 188, 4) 15%, rgb(52, 168, 83) 53%, rgb(26, 115, 232) 83%); }
.cta h3 { padding-bottom: 30px; font-size: 40px; max-width: 75%; vertical-align: middle; font-weight: 700; margin: auto; text-align: center; color: rgb(255, 255, 255); }
.cta p { padding: 0px; }
.cta p a { color: rgb(243, 132, 64); }
.cta h3 a { text-decoration: underline; color: rgb(243, 132, 64); }
.listsec { padding: 60px 0px; background: rgb(247, 249, 252); }
.listsec h2 { font-size: 36px; width: 100%; text-align: center; }
.listsec .wrap { }
.listsec .wrap ul {display: inline-block;/* border-radius: 10px; */margin-bottom: 0px;border: 1px solid rgb(187, 190, 204);margin-top: 40px;border-right: none;}
.listsec .wrap ul li { width: 33.33%; float: left; padding: 20px 35px; }
.listsec .wrap ul li.bb {border-bottom: 1px solid rgb(187, 190, 204);}
.listsec .wrap ul li.br {/* border-right: 1px solid rgb(187, 190, 204); */}
.listsec .wrap ul li p { padding-left: 30px; font-size: 18px; position: relative; padding-bottom: 0px; }
.listsec .wrap ul li p::before { content: ""; position: absolute; left: 0px; font-size: 20px; color: rgb(243, 132, 64); display: table-cell; vertical-align: middle; font-family: icomoon !important; }
.cta2 { overflow: hidden; background: url("../images/cta-fold.png") center top / cover no-repeat; padding: 60px 0px; text-align: center; height: 325px; width: 100%; position: relative; }
.cta2 .wrap { position: relative; z-index: 2; }
.cta2 .wrap h6 { color: rgb(255, 255, 255); font-size: 20px; font-weight: 400; padding-bottom: 20px; }
.cta2 .wrap h3 { text-align: center; padding-bottom: 0px; font-size: 30px; font-weight: 700; margin-bottom: 30px; color: rgb(255, 255, 255); }
.cta2 .wrap a { padding: 20px 40px; color: rgb(243, 132, 64); font-weight: 700; display: inline-block; font-size: 18px; border-radius: 5px; background: rgb(255, 255, 255); transition: all 0.4s ease 0s; }
.cta2 .wrap a:hover { transform: translateY(-0.625rem); transition: all 0.4s ease 0s; }
.testimonial-sec { padding: 60px 0px; background: rgb(255, 255, 255); }
.testimonial-sec .test-wrap { text-align: center; }
.testimonial-sec .test-wrap span { font-size: 36px; }
.testimonial-sec .test-wrap h3 { font-size: 26px; line-height: 1.4; font-weight: 400; font-style: italic; padding-bottom: 25px; margin-top: 12px; }
.testimonial-sec .test-wrap h5 { font-weight: 600; padding-bottom: 0px; font-size: 14px; }
.testimonial-sec .test-wrap h5 span { display: block; font-style: italic; margin-top: 10px; font-weight: 400; font-size: 12px; }
.testboxes { padding-top: 30px; }
.testboxes .box-wrap { padding: 0px 60px; margin-top: 40px; text-align: center; }
.testboxes .box-wrap figure span { font-size: 54px; color: rgb(32, 203, 152); transition: all 0.5s ease-out 0s; }
.testboxes .box-wrap figure { padding-top: 46px; }
.testboxes .box-wrap:hover figure span { color: rgb(255, 255, 255); transition: all 0.5s ease-out 0s; }
.testboxes .box-wrap:hover #egg { background: rgb(32, 203, 152); transition: all 0.5s ease-out 0s; }
.testboxes .box-wrap h3 { font-weight: 400; text-transform: capitalize; padding: 20px 0px; font-size: 20px; }
.testboxes .box-wrap p { font-size: 18px; line-height: 1.6; }
.testboxes .btn-wrap { width: 100%; margin-top: 80px; text-align: center; }
.testboxes .btn-wrap a { text-align: center; }
.testboxes .btn-wrap p { font-weight: 700; margin-top: 25px; }
.testboxes .btn-wrap p a { font-weight: 400; text-decoration: underline; color: rgb(80, 139, 235); }
.cstudy-sec { padding: 60px 0px 0px; }
.cstudy-sec h2 { padding-bottom: 0px; text-align: center; font-size: 34px; width: 100%; margin-bottom: 40px; }
.firstcs { display: table; position: relative; width: 100%; }
.firstcs::before { content: ""; background: rgb(19, 137, 144); width: 50%; height: 100vh; left: 0px; top: 0px; position: absolute; }
.firstcs .txtarea { display: table-cell; padding: 80px 80px 60px 0px; height: 100vh; vertical-align: middle; }
.firstcs.scndcs::before { display: none; }
.firstcs.scndcs::after { content: ""; background: rgb(240, 88, 74); width: 50%; height: 100vh; right: 0px; z-index: -1; top: 0px; position: absolute; }
.firstcs.scndcs .txtarea { padding: 80px 0px 60px 80px; }
.firstcs .txtarea figure { }
.firstcs .txtarea figure img { }
.firstcs .txtarea ul { }
.firstcs .txtarea ul li { width: 100%; padding: 20px 0px; }
.firstcs .txtarea ul li h5 { text-transform: capitalize; font-weight: 700; color: rgb(255, 255, 255); font-size: 18px; }
.firstcs .txtarea ul li p { padding-bottom: 0px; color: rgb(255, 255, 255); font-size: 16px; }
.figarea { display: table-cell; padding: 60px 0px 60px 80px; height: 100vh; vertical-align: middle; }
.figarea ul { margin-bottom: 30px; }
.figarea ul li { width: 100%; display: inline-block; clear: both; }
.figarea ul li figure { margin-bottom: 0px; float: left; width: 130px; }
.figarea ul li figure img { }
.figarea ul li .tx { width: 70%; padding: 40px 40px 40px 20px; float: right; }
.figarea ul li .tx h3 { padding-bottom: 0px; text-transform: capitalize; font-weight: 700; line-height: 1.6; font-size: 16px; }
.figarea .single-test { position: relative; padding-left: 40px; }
.figarea .single-test span { position: absolute; font-size: 24px; left: 0px; }
.figarea .single-test h4 { font-size: 20px; padding-bottom: 20px; font-style: italic; }
.figarea .single-test h5 { padding-bottom: 0px; font-size: 14px; font-weight: 700; }
.figarea .single-test h5 span { font-size: 12px; position: relative; display: block; font-style: italic; font-weight: 400; margin-top: 6px; }
.story-sec { text-align: left; padding: 60px 0px; background: rgb(255, 255, 255); }
.story-sec h2 { line-height: 1.1; width: 100%; }
.story-sec p { font-size: 18px; line-height: 1.6; padding-bottom: 0px; }
.bottom-form { padding: 100px 0px; }
.bottom-form .txtwrap { }
.bottom-form .txtwrap h2 { text-align: left; font-size: 46px; width: 85%; font-weight: 398; line-height: 1.17857; letter-spacing: -0.5px; }
.bottom-form .txtwrap figure { margin: 20px 0px 30px; }
.bottom-form .txtwrap figure img { }
.bottom-form .txtwrap p { font-size: 16px; line-height: 1.6; padding-bottom: 0px; padding-right: 88px; }
.bot-form { }
.bot-form form label.error { display: none !important; }
.bot-form form input.error { border: 1px solid red !important; }
.bot-form form select, .bot-form form input[type="text"], .bot-form form input[type="email"], .bot-form form input[type="number"], .bot-form form input[type="tel"], .bot-form form textarea { width: 100%; margin: 0px; border: 1px solid rgb(229, 229, 229); background: white; padding: 10px 15px; color: gray; font-size: 14px; border-radius: 3px; height: 50px; font-weight: 400; outline: none !important; }
.bot-form form .intl-tel-input { width: 100%; }
.bot-form form .intl-tel-input.separate-dial-code .selected-dial-code { padding-left: 27px; }
.bot-form form .fldset { margin-bottom: 10px; }
.bot-form form input[type="submit"] { border: none; color: rgb(255, 255, 255); font-weight: 600; font-size: 18px; text-transform: capitalize; padding: 20px 60px; letter-spacing: 1px; border-radius: 3px; font-family: Roboto, sans-serif; background: rgb(66, 133, 244); cursor: pointer; }
.bot-form form textarea { width: 100%; margin: 0px; padding: 8px 12px; height: 100px; }
.bot-form form .finput:focus { outline: none !important; }
.flogo { padding: 30px 0px 10px; }
.btn-main { font-weight: 600; text-transform: capitalize; background: rgb(66, 133, 244); width: 138px; text-align: center; padding: 17px 7px; display: block; border-radius: 5px; color: rgb(255, 255, 255) !important; }
.btn-main:hover { background: rgb(44, 75, 255); display: inline-block; transform: translateY(-0.625rem); transition: all 0.4s ease 0s; color: rgb(255, 255, 255) !important; }
.header-main.fixed .btn-main { color: rgb(255, 255, 255) !important; }
.main-menu > ul > li:nth-child(6) > a { }
.home-banner-content h5 { padding-bottom: 0px; color: rgb(255, 255, 255); font-size: 20px; font-weight: 400; font-family: Roboto, sans-serif; padding-top: 10px; }
.home-banner-content h5 a { color: rgb(244, 189, 44); }
.cs-slider .slick-dots { bottom: -50px; }
.header-main .logo img.black { display: none; }
.header-main .logo img.white { display: block; }
.header-main.fixed .logo img.black { display: block; }
.header-main.fixed .logo img.white { display: none; }
.analyzeform form input[type="submit"]:hover { background: rgb(32, 153, 135); }
.pack-wrap.green { margin-top: -33px; }
.flogo figure { margin-bottom: 0px; }
.sec-padding { padding: 60px 0px; }
.approach-module h2 { text-align: center; font-size: 34px; width: 100%; margin-bottom: 50px; padding-bottom: 0px; }
.approach-items { position: relative; counter-reset: my-sec-counter 0; }
.approach-items .approach-title { text-transform: uppercase; font-size: 16px; font-weight: 500; line-height: 26px; margin-bottom: 15px; display: block; }
.approach-items .approach-content { font-size: 16px; line-height: 30px; color: black; }
.approach-items .approach-item { position: relative; width: 100%; text-align: left; }
.approach-items .approach-item::before { position: absolute; left: 50%; height: 100%; width: 2px; display: block; content: ""; background: -webkit-linear-gradient(top, rgb(32, 203, 152) 50%, transparent 50%) 0% 0% / 100% 6px; }
.approach-items .approach-item .approach-inner { position: relative; float: left; box-sizing: border-box; border: 2px solid rgb(223, 223, 223); padding: 40px; }
.approach-items .approach-item .approach-inner::after { position: absolute; display: inline-block; counter-increment: my-sec-counter 1; content: "0" counter(my-sec-counter) ""; color: rgb(32, 203, 152); font-weight: 700; font-size: 22px; line-height: 22px; }
.approach-items .approach-item:nth-child(2n) .approach-inner { float: right; }
.approach-items .approach-item::after { clear: both; display: block; content: ""; }
.approach-sub-module { padding: 0px 0px 100px; }
.approach-sub-module .container { padding-top: 40px; border-top: 1px solid rgb(208, 208, 208); }
.approach-sub-module .section-title { font-weight: 500; text-transform: uppercase; margin-bottom: 60px; }
.approach-sub-module .row:last-child .inner::before { display: none; }
.approach-sub-module .row:first-child .inner { padding: 25px 5% 25px 95px; }
.approach-sub-module .row:first-child .inner::before { top: 25px; height: calc(100% - 25px); }
.approach-sub-module .row:last-child .approach-list:not(.active) .inner .column-count::before { position: absolute; height: 27px; z-index: 8; left: 50%; margin-left: -1px; top: -27px; display: block; content: ""; width: 2px; background-color: rgb(208, 208, 208); }
.approach-selection { position: relative; opacity: 0; visibility: hidden; transition: all 0.3s ease 0s; transform: translate(100%, 0px); }
.approach-selection .inner { position: absolute; top: -5px; left: 0px; padding: 0px !important; }
.approach-selection .approach-title { position: relative; z-index: 19; text-transform: uppercase; color: rgb(51, 55, 67); font-style: normal; font-weight: 500; font-size: 32px; margin-bottom: 10px; display: block; }
.approach-selection .approach-content { position: relative; z-index: 11; font-size: 24px; line-height: 38px; color: rgb(146, 151, 163); opacity: 0.75; font-weight: normal; }
.approach-list { position: relative; padding-right: 8%; box-sizing: border-box; }
.approach-list::before { position: absolute; content: ""; display: block; z-index: 21; right: 0px; height: 100%; width: 8%; }
.approach-list .approach-title { position: relative; z-index: 19; text-transform: uppercase; color: rgb(51, 55, 67); font-style: normal; font-weight: 500; font-size: 18px; margin-bottom: 12px; display: block; }
.approach-list .approach-content { position: relative; z-index: 11; font-size: 14px; line-height: 20px; color: rgb(146, 151, 163); opacity: 0.75; font-weight: normal; }
.approach-list .column-count { position: absolute; z-index: 12; top: 25px; left: 32px; background-color: white; width: 34px; height: 34px; text-align: center; line-height: 34px; font-size: 12px; font-weight: 500; color: rgb(16, 102, 116); border-radius: 34px; box-sizing: border-box; border: 2px solid rgb(208, 208, 208); }
.approach-list .inner { position: relative; padding: 25px 5% 25px 95px; box-sizing: border-box; z-index: 22; }
.approach-list .inner::after { position: absolute; left: 0px; top: 0px; width: 100%; content: ""; display: block; height: 100%; background-color: white; z-index: 9; opacity: 0; visibility: hidden; transition: all 0.3s ease 0s; }
.approach-list .inner::before { position: absolute; height: 100%; z-index: 8; left: 48px; top: 0px; display: block; content: ""; width: 2px; background-color: rgb(208, 208, 208); }
.inner-pages .header-main { border-bottom: 1px solid rgb(245, 248, 250); }
.inner-pages .inner-banner { background-size: cover; overflow: hidden; width: 100%; height: 800px; }
.inner-pages .header-main .logo img.black { display: block; }
.inner-pages .header-main .logo img.white { display: none; }
.inner-pages .header-main .main-menu > ul > li > a { text-transform: capitalize; }
.inner-pages .header-main .btn-main { color: rgb(255, 255, 255) !important; }
.seopg .btn-main { }
.inner-banner-content { text-align: center; margin-top: 130px; }
.inner-banner-content h5 { color: rgb(255, 255, 255); padding-bottom: 10px; font-size: 20px; }
.inner-banner-content h2 { text-align: center; font-size: 50px; width: 100%; font-weight: 398; line-height: 1.17857; letter-spacing: -0.5px; }
.inner-banner-content h2 span { color: rgb(23, 23, 23); font-size: 36px; display: block; font-weight: 300; margin-top: 10px; }
.inner-banner-content p { font-size: 16px; color: rgb(255, 255, 255); line-height: 1.6; padding-bottom: 10px; }
.inner-banner-content a { margin-bottom: 60px; }
.inner-banner { height: 600px; }
.lgonly { }
.lgonly img { width: 150%; position: relative; left: -140px; top: -20px; }
.inner-banner-content { display: inline-block; vertical-align: middle; height: auto; }
.firstcs .txtarea figure img { width: auto; position: unset; }
.landingp2.landing-pagetext figure img { left: -50px; }
.landing-pagetext figure img { position: relative; top: 0px; }
.inner-pages .partners-cta { margin-top: -76px; padding-top: 16px; background: rgb(208, 208, 208); }
.inner-pages .partners-cta.ctabb { margin-top: -135px; padding-top: 16px; background: transparent; }
.inner-pages .strugglesec { background: rgb(247, 249, 252); }
.socialpg .inner-banner-content a { color: rgb(93, 130, 194); }
.socialpg .approach-items .approach-item .approach-inner::after { color: rgb(93, 130, 194); }
.socialpg .approach-items .approach-item::before { position: absolute; background: -webkit-linear-gradient(top, rgb(93, 130, 194) 50%, transparent 50%) 0% 0% / 100% 6px; }
.locsearchpg .inner-banner-content { text-align: left; }
.locsearchpg .inner-banner-content a { color: rgb(32, 203, 152); }
.locsearchpg .approach-items .approach-item .approach-inner::after { color: rgb(32, 203, 152); }
.locsearchpg .approach-items .approach-item::before { position: absolute; background: -webkit-linear-gradient(top, rgb(32, 203, 152) 50%, transparent 50%) 0% 0% / 100% 6px; }
.inner-pages .bottom-form { background: rgb(232, 234, 236); }
.footer-main .footer-top .col-lg-2 { max-width: 60%; -webkit-box-flex: 0; flex: 0 0 20%; }
.servicesec { background: url("../images/packagesbg.jpg") center top / cover no-repeat; width: 100%; padding: 60px 0px; text-align: center; }
.servicesec h4 { font-size: 36px; text-align: center; margin-bottom: 15px; width: 100%; font-weight: 700; }
.servicesec p { text-align: center; font-size: 20px; width: 100%; }
.servicesec .boxwrap { display: inline-block; width: 100%; margin-top: 40px; text-align: center; }
.servicesec .boxwrap li { box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 30px; transition: all 0.5s ease 0s; margin: 0px 10px 20px; position: relative; border-radius: 10px; min-height: 215px; padding: 40px; float: left; background: rgb(255, 255, 255); width: 18.1%; }
.servicesec .boxwrap li i { background-image: url("../images/services-icons.png"); background-repeat: no-repeat; width: 75px; display: inline-block; height: 80px; margin: 0px auto 10px; transition: all 0.5s ease 0s; }
.servicesec .boxwrap li i.one { background-position: 13px 10px; }
.servicesec .boxwrap li i.two { background-position: -70px 10px; }
.servicesec .boxwrap li i.three { background-position: -150px 10px; }
.servicesec .boxwrap li i.four { background-position: -230px 10px; }
.servicesec .boxwrap li i.five { background-position: -320px 10px; }
.servicesec .boxwrap li h6 { transition: all 0.5s ease 0s; color: rgb(44, 44, 44); font-size: 16px; }
.servicesec .boxwrap li:hover { background: rgb(243, 132, 64); box-shadow: rgba(32, 203, 152, 0.09) 0px 0px 45px; transform: translateY(-0.625rem); transition: all 0.4s ease 0s; }
.servicesec .boxwrap li:hover i.one { background-position: 13px -70px; }
.servicesec .boxwrap li:hover i.two { background-position: -70px -70px; }
.servicesec .boxwrap li:hover i.three { background-position: -150px -70px; }
.servicesec .boxwrap li:hover i.four { background-position: -230px -70px; }
.servicesec .boxwrap li:hover i.five { background-position: -320px -70px; }
.servicesec .boxwrap li:hover h6 { color: rgb(255, 255, 255); }
.wbcontentpg .inner-banner-content a { color: rgb(242, 189, 25); }
.wbcontentpg .approach-items .approach-item .approach-inner::after { color: rgb(242, 189, 25); }
.wbcontentpg .approach-items .approach-item::before { position: absolute; background: -webkit-linear-gradient(top, rgb(242, 189, 25) 50%, transparent 50%) 0% 0% / 100% 6px; }
@media (min-width: 801px) {
  .approach-items .approach-item:first-child::before { height: 50%; top: 50%; }
  .approach-items .approach-item:last-child::before { height: 50%; bottom: 50%; }
  .approach-items .approach-item .approach-inner { width: calc(50% - 70px); }
  .approach-items .approach-item .approach-inner::before { position: absolute; top: 50%; display: inline-block; content: ""; right: -74px; width: 0px; height: 0px; margin-top: -12px; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-right: 12px solid rgb(32, 203, 152); }
  .approach-items .approach-item .approach-inner::after { top: 50%; right: -167px; margin-top: -11px; }
  .approach-items .approach-item:nth-child(2n) .approach-inner::before { left: -72px; right: auto; border-right: 0px; border-left: 12px solid rgb(32, 203, 152); }
  .approach-items .approach-item:nth-child(2n) .approach-inner::after { right: auto; left: -165px; }
  .socialpg .approach-items .approach-item:nth-child(2n) .approach-inner::before { border-left: 12px solid rgb(93, 130, 194); border-right: 0px; }
  .socialpg .approach-items .approach-item .approach-inner::before { border-right: 12px solid rgb(93, 130, 194); }
  .locsearchpg .approach-items .approach-item:nth-child(2n) .approach-inner::before { border-left: 12px solid rgb(32, 203, 152); border-right: 0px; }
  .locsearchpg .approach-items .approach-item .approach-inner::before { border-right: 12px solid rgb(32, 203, 152); }
  .wbcontentpg .approach-items .approach-item:nth-child(2n) .approach-inner::before { border-left: 12px solid rgb(242, 189, 25); border-right: 0px; }
  .wbcontentpg .approach-items .approach-item .approach-inner::before { border-right: 12px solid rgb(242, 189, 25); }
}
.three-testimonials { padding: 60px 0px; background: rgb(255, 255, 255); }
.three-testimonials h2 { padding-bottom: 60px; font-size: 34px; width: 100%; text-align: center; }
.three-testimonials .box { min-height: 320px; transition: all 0.4s ease 0s; border-radius: 5px; background: rgb(247, 249, 252); padding: 30px 30px 20px; }
.three-testimonials .box h3 { font-size: 24px; }
.three-testimonials .box span { display: inline-block; font-size: 26px; color: rgb(33, 202, 166); margin-bottom: 20px; }
.three-testimonials .box p { }
.three-testimonials .box .capt { width: 100%; display: inline-block; }
.three-testimonials .box .capt .lft { float: left; width: 20%; }
.three-testimonials .box .capt .lft h5 { background: rgb(33, 202, 166); color: rgb(255, 255, 255); font-size: 24px; text-align: center; border-radius: 50%; padding: 15px; }
.three-testimonials .box .capt .rht { width: 73%; padding-top: 8px; float: right; }
.three-testimonials .box .capt .rht h4 { padding-bottom: 0px; font-size: 16px; font-weight: 600; }
.three-testimonials .box .capt .rht h4 span { display: block; padding-top: 5px; font-size: 14px; font-weight: 400; }
.three-testimonials .box:hover { transform: translateY(-0.625rem); transition: all 0.4s ease 0s; box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 30px; }
.servicespg .bottom-form, .aboutpg .bottom-form { background: rgb(255, 255, 255); }
.aboutpg .story-sec, .aboutpg .listsec { background: rgb(255, 255, 255); }
.aboutpg .cta2 { background: rgb(247, 249, 252); }
.testsec { }
.testsec .firsttesti { background: rgb(32, 203, 152); padding: 60px 0px; position: relative; }
.testsec .firsttesti.second { background: rgb(240, 88, 74); }
.testsec .firsttesti.third { background: rgb(93, 130, 194); }
.testsec .firsttesti.fourth { background: rgb(242, 189, 25); }
.testsec .firsttesti::before { content: ""; background: rgb(11, 154, 112); width: 50%; height: 100%; right: 0px; top: 0px; position: absolute; }
.testsec .firsttesti.second::before { background: rgb(204, 68, 55); left: 0px; }
.testsec .firsttesti.third::before { background: rgb(65, 102, 167); right: 0px; }
.testsec .firsttesti.fourth::before { background: rgb(222, 169, 5); left: 0px; }
.testsec .firsttesti .lgarea { text-align: right; padding: 40px; }
.testsec .firsttesti .lgarea figure { margin-bottom: 25px; }
.testsec .firsttesti .lgarea figure img { }
.testsec .firsttesti .lgarea h6 { color: rgb(255, 255, 255); }
.testsec .firsttesti .lgarea p { color: rgb(255, 255, 255); padding-bottom: 0px; }
.testsec .firsttesti .txarea { padding: 0px 40px; }
.testsec .firsttesti .txarea p { line-height: 1.6; color: rgb(255, 255, 255); padding-bottom: 0px; font-size: 16px; }
.testsec .firsttesti .txarea p span { padding: 0px 10px; font-size: 20px; color: rgb(255, 255, 255); }
.testsec .firsttesti .txarea .rating { padding-top: 20px; }
.testsec .firsttesti .txarea .rating i { color: rgb(255, 255, 255); font-size: 20px; }
.sidebar .accordion { margin-top: 0px; }
.sidebar .accordion .quest-section { }
.sidebar .accordion .quest-section .quest-title { font-size: 14px; text-transform: capitalize; font-weight: 600; }
.sidebar .accordion .quest-section .quest-title::before { font-weight: 400; font-size: 16px; }
.sidebar .accordion .quest-content p { padding-bottom: 10px; }
.sidebar .accordion .quest-content a { color: rgb(32, 203, 152); }
.wbcontentpg .inner-banner-content a { color: rgb(242, 189, 25); }
.tabs { display: none; }
.tabs.current { display: block; }
.tabs li { padding: 0px 15px; width: 33.33%; float: left; }
.tabbing-links { width: 100%; display: inline-block; text-align: center; margin: 0px auto 75px; }
.tabbing-links li { transition: all 0.4s ease 0s; display: inline-block; padding: 10px 60px; cursor: pointer; font-size: 16px; border: 1px solid rgb(229, 229, 229); border-radius: 5px; background: rgb(255, 255, 255); }
.tabbing-links li:hover, .tabbing-links li.current { transform: translateY(-5.925px); color: rgb(255, 255, 255); background: rgb(32, 203, 152); }
.tphead { padding: 20px 0px; position: absolute; top: 0px; z-index: 9; width: 100%; }
.counter ul li.dkblk { background: rgb(23, 27, 35); }
.analyzepg .home-banner-content h1 { font-size: 36px; color: rgb(51, 51, 51); text-shadow: none; }
.tphead a { color: rgb(51, 51, 51); }
.tphead a span { font-size: 34px; }
.analyzepg .analyzeform form .dtf { width: 100%; }
.analyzepg .home-banner-content .subtitle { color: rgb(51, 51, 51); font-size: 18px; }
.analyzepg .analyzeform form input[type="text"] { border-radius: 5px; }
.analyzepg .analyzeform form input[type="submit"] { margin-left: 0px; width: 100%; }
.lgonly { display: block; }
.xsonly { display: none; }
.slider-wrapper::before { width: 100%; height: 100vh; top: 0px; left: 0px; position: absolute; z-index: 1; }
.header-main.fixed .main-menu { margin: 35px 0px 0px; }
.counter ul li a { cursor: default; }
.checklist { display: inline-block; padding: 0px 30px; }
.checklist li { width: 50%; padding-left: 30px; line-height: 1.4; float: left; color: rgb(104, 112, 135); position: relative; font-size: 18px; padding-bottom: 12px; }
.btn-simple { font-size: 20px; color: rgb(32, 203, 152); }
.btn-simple:hover { color: rgb(32, 203, 152); }
.helpsec p { text-align: left; font-size: 16px; padding-bottom: 25px; line-height: 1.6; letter-spacing: 0.2px; }
.testimonial-sec { }
.testimonial-sec h2 { text-align: center; font-size: 36px; font-weight: 700; width: 100%; }
.testimonial-sec p { text-align: center; font-size: 20px; line-height: 1.4; }
.testimonial-sec p span { color: rgb(32, 203, 152); }
.fc-black { color: rgb(34, 50, 53); }
#egg { margin: 0px auto 1em; display: block; width: 150px; height: 150px; background-color: rgb(237, 241, 248); border-radius: 77% 125% 75% 50% / 143% 99% 88% 89%; transition: all 0.5s ease-out 0s; }
.counter ul li:last-child a figure img { max-width: 73px; }
.innerpackages-sec.leftinner .checklist li { display: block; width: 100%; position: relative; }
.innerpackages-sec.leftinner .checklist li::after { content: ""; font-size: 12px; margin-right: 0px; font-family: FontAwesome; position: absolute; left: 0px; color: rgb(251, 188, 4); padding: 0px 3px; border-radius: 50%; width: 20px; height: 20px; }
.leftinner .checklist { padding: 0px; }
.leftinner .checklist li { font-size: 16px; }
.leftinner h2 { text-align: left; font-size: 50px; width: 83%; font-weight: 398; line-height: 1.17857; letter-spacing: -0.5px; }
.leftinner { }
.leftinner figure img { }
.three-testimonials.approach h2 { padding-bottom: 20px; }
.three-testimonials.approach p { text-align: center; font-size: 18px; width: 100%; padding: 0px 40px 40px; line-height: 1.4; }
.three-testimonials .box p { font-size: 14px; text-align: left; padding: 0px 0px 20px; line-height: 1.6; min-height: 190px; }
.three-testimonials.approach .box { box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px; background: rgb(255, 255, 255); min-height: 280px; }
.three-testimonials.approach { background: rgb(247, 249, 252); }
.testimonial-sec.innertestimonial { background: rgb(255, 255, 255); }
.testimonial-sec.innertestimonial h2 { }
.testimonial-sec.innertestimonial p { }
.testimonial-sec.innertestimonial .box-wrap { padding: 0px 20px; }
.testimonial-sec.innertestimonial .box-wrap #circle { margin: 0px auto 20px; height: 110px; padding-top: 36px; width: 110px; background: rgb(243, 132, 64); border-radius: 50%; }
.testimonial-sec.innertestimonial .box-wrap #circle span { font-size: 28px; color: rgb(255, 255, 255); }
.testimonial-sec.innertestimonial .box-wrap h3 { font-weight: 700; }
.testimonial-sec.innertestimonial .box-wrap p { font-style: italic; line-height: 1.4; }
.testimonial-sec.innertestimonial .box-wrap h6 { font-weight: 600; padding-bottom: 0px; font-size: 14px; }
.testimonial-sec.innertestimonial .box-wrap h6 span { display: block; color: rgb(243, 132, 64); font-style: italic; margin-top: 10px; font-weight: 400; font-size: 11px; }
.inner-banner-content h6 { color: rgb(255, 255, 255); font-size: 60px; }
.cltestpg .story-sec { background: rgb(247, 249, 252); }
.policypg { }
.policypg h2 { color: rgb(243, 132, 64); font-size: 36px; font-weight: 700; }
.policypg h3 { font-size: 24px; }
.policypg h4 { font-size: 22px; color: rgb(243, 132, 64); }
.who-we-sec { padding: 60px 0px; background: rgb(246, 248, 251); }
.who-we-sec h2 { text-align: left; font-size: 40px; width: 100%; font-weight: 398; line-height: 1.17857; letter-spacing: -0.5px; }
.who-we-sec p { font-size: 16px; line-height: 1.6; }
.who-we-sec p strong { }
.who-we-sec figure { float: right; margin-bottom: 0px; width: 90%; }
.who-we-sec figure img { width: 100%; max-width: 100%; border-radius: 10px; }
.abt .who-we-sec figure { float: left; }
.weDifferent-sec { padding: 100px 0px; background: rgb(246, 248, 251); }
.weDifferent-sec .wrap { padding-right: 25px; }
.weDifferent-sec h2 { text-align: left; font-size: 40px; width: 100%; font-weight: 398; line-height: 1.17857; letter-spacing: -0.5px; }
.weDifferent-sec h5 { font-size: 22px; color: rgb(243, 132, 64); }
.weDifferent-sec p { font-size: 16px; line-height: 1.6; }
.weDifferent-sec a { }
.diff-wrap { display: inline-block; margin-bottom: 0px; margin-top: 20px; }
.diff-wrap li { float: left; margin-right: 20px; width: 30%; }
.diff-wrap li:nth-child(2) { margin-top: 45px; }
.diff-wrap li:nth-child(3) { margin-right: 0px; margin-top: 90px; }
.diff-wrap li:nth-child(4) { margin-top: -80px; }
.diff-wrap li:nth-child(5) { margin-top: -35px; }
.diff-wrap li figure { margin-bottom: 10px; background: rgb(255, 255, 255); border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 15px 0px; }
.diff-wrap li figure img { width: 100%; border-radius: 10px; }
.diff-wrap li h6 { font-size: 18px; text-align: center; }
.who-we-sec.left figure { float: left; }
.who-we-sec.left { background: rgb(255, 255, 255); }
.servicesec .centerwrap { width: 100%; margin: 0px auto; text-align: center; }
.servicepg .cta { background: rgb(255, 255, 255); }
.wow-testimonial { }
.wow-testimonial h2 { text-align: center; }
.wow-testimonial p { font-size: 18px; line-height: 1.6; text-align: center; }
.wow-testimonial .tsbox { box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 31px; border-radius: 10px; padding: 40px 10px; margin-top: 30px; transition: all 0.4s ease 0s; min-height: 290px; }
.wow-testimonial .tsbox .lft { width: 30%; padding-top: 30px; float: left; }
.wow-testimonial .tsbox .lft figure { width: 134px; height: 134px; margin: 0px auto; background: rgb(32, 203, 152); border-radius: 50%; }
.wow-testimonial .tsbox .lft figure span { font-size: 30px; width: 100%; display: inline-block; padding-top: 45px; color: rgb(255, 255, 255); text-align: center; }
.wow-testimonial .tsbox .rht { width: 70%; text-align: left; padding: 0px 20px; display: inline-block; }
.wow-testimonial .tsbox .rht h3 { font-size: 20px; text-align: left; padding-bottom: 15px; }
.wow-testimonial .tsbox .rht p { padding-bottom: 15px; font-size: 16px; font-style: italic; line-height: 1.4; text-align: left; }
.wow-testimonial .tsbox .rht span { color: rgb(32, 203, 152); }
.wow-testimonial .tsbox .rht .rating { margin-top: 5px; }
.wow-testimonial .tsbox .rht .rating i { color: rgb(255, 126, 101); }
.wow-testimonial .tsbox:hover { transform: translateY(-0.625rem); transition: all 0.4s ease 0s; }
.main-menu > ul > li.callus { margin-top: -21px; }
.main-menu > ul > li.callus span { display: block; color: rgb(255, 255, 255); text-align: right; }
.main-menu > ul > li.callus a { font-weight: 700; color: rgb(32, 203, 152); }
.nopadd { padding: 0px; }
.nopadd-left { padding-left: 0px; }
.header-main.fixed .main-menu > ul > li.callus span { color: rgb(32, 203, 152); }
.counter { position: relative; }
.pricing-sec { background: center top / cover rgb(245, 248, 250); width: 100%; padding: 100px 0px; }
.pricing-sec h2 { text-align: center; font-size: 45px; width: 100%; font-weight: 398; line-height: 1.17857; letter-spacing: -0.5px; }
.pricing-sec p { font-size: 20px; line-height: 1.4; text-align: center; }
.pricing-sec .pricingwrap { display: inline-block; margin: 40px auto 0px; text-align: center; }
.pricing-sec .pricingwrap li { width: 46.7%; float: left; margin: 0px 15px; }
.pricing-sec .pricingwrap li .box { display: inline-block; margin-bottom: 30px; box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 25px; border-radius: 10px; width: 100%; transition: all 0.4s ease 0s; }
.pricing-sec .pricingwrap li .box:hover { transform: translateY(-0.625rem); transition: all 0.4s ease 0s; }
.pricing-sec .pricingwrap li .box figure { border-radius: 10px 10px 0px 0px; margin-bottom: 0px; }
.pricing-sec .pricingwrap li .box figure img { border-radius: 10px 10px 0px 0px; max-width: 100%; }
.pricing-sec .pricingwrap li .box .txt-wrap { padding: 25px 20px 20px; border-radius: 0px 0px 10px 10px; background: rgb(255, 255, 255); }
.pricing-sec .pricingwrap li .box .txt-wrap h4 { color: rgb(34, 50, 53); text-align: left; line-height: 1.2; text-decoration: none; font-size: 24px; border: 0px; }
.pricing-sec .pricingwrap li .box .txt-wrap p { font-size: 16px; color: var(--default-color); line-height: 1.4; min-height: 95px; text-align: left; padding-bottom: 0px; }
.pricing-sec .tabbing-links { text-align: center; display: block; width: 100%; margin: 20px 0px; }
.pricing-sec .tabbing-links li { margin-right: 10px; display: inline-block; background: transparent; }
.pricing-sec .tabbing-links li { color: rgb(113, 113, 113); padding: 10px; border: 1px solid transparent; }
.pricing-sec .tabbing-links li.current { border-color: rgb(243, 132, 64); }
.pricing-sec .tabbing-links li a { color: rgb(113, 113, 113); font-size: 14px; }
.pricing-sec .tabbing-links li.current a { color: rgb(243, 132, 64); }
.tabs .portfoliolist { font-size: 0px; }
.tabs .portfoliolist li { float: none; width: 43%; padding: 0px; display: inline-block; }
.pricing-sec .tabbing-links li:hover, .pricing-sec .tabbing-links li.current { transform: none; }
.pricing-sec .nav-pills { text-align: center; display: block; width: 100%; margin: 20px 0px; }
.pricing-sec .nav-pills li { margin-right: 10px; display: inline-block; background: transparent; }
.pricing-sec .nav-pills li a { color: rgb(113, 113, 113); padding: 10px; border: 1px solid transparent; font-size: 14px; }
.pricing-sec .nav-pills li a.active { border-color: rgb(52, 168, 83); color: rgb(52, 168, 83); }
.tabs .portfoliolist { font-size: 0px; }
.tabs .portfoliolist li { float: none; width: 43%; padding: 0px; display: inline-block; }
.pricing-sec .nav-pills li:hover, .pricing-sec .nav-pills li.current { transform: none; }
.inner-pages .main-menu > ul > li.callus span { color: rgb(32, 203, 152); }
@media (min-width: 1600px) {
  .inner-banner { height: 76vh; }
  .main-menu > ul > li > a { font-size: 14px; }
  .nav-area-full .col-lg-10 { padding-left: 0px; }
}
.top-box { margin: 0px 15px; background: rgb(255, 255, 255); border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 25px; }
.top-box .hdarea { height: 200px; display: inline-block; }
.top-box .hdarea .lf { padding: 35px 25px 25px; width: 66%; float: left; }
.top-box .hdarea .lf h4 { color: rgb(34, 50, 53); text-align: left; line-height: 1.2; text-decoration: none; font-size: 24px; border: 0px; }
.top-box .hdarea .lf p { font-size: 14px; color: var(--default-color); line-height: 1.4; text-align: left; padding-bottom: 0px; }
.top-box .hdarea .lf a { color: rgb(33, 202, 168); font-size: 16px; margin-top: 10px; font-weight: 700; display: inline-block; }
.top-box .hdarea .rt { width: 33%; float: right; }
.top-box .hdarea .rt figure { margin-bottom: 0px; }
.top-box .hdarea .rt figure img { width: 100%; }
.top-box .bdarea { padding: 0px 25px 25px; }
.top-box .bdarea ul { margin-bottom: 0px; }
.top-box .bdarea ul li { margin-right: 34px; display: inline-block; }
.top-box .bdarea ul li:last-child { margin-right: 0px; }
.top-box .bdarea ul li h5 { color: rgb(248, 71, 104); padding-bottom: 0px; font-size: 26px; }
.top-box .bdarea ul li h5 span { color: rgb(0, 0, 0); display: block; font-size: 18px; }
.top-box .bdarea ul li h6 { color: rgb(33, 202, 168); font-size: 18px; }
.top-box .bdarea ul li img { }
.top-box .bdarea ul li a { }
.btn-price { color: rgb(255, 255, 255); background: rgb(32, 203, 152); border-radius: 4px; font-weight: 700 !important; text-transform: capitalize !important; padding: 16px 20px !important; }
.pricing-sec .pricingwrap li .box .txt-wrap ul { margin-top: 20px; width: 100%; display: inline-block; margin-bottom: 0px; }
.pricing-sec .pricingwrap li .box .txt-wrap ul li { display: inline-block; width: 50%; margin: 0px; }
.pricing-sec .pricingwrap li .box .txt-wrap ul li a { display: inline-block; padding: 12px 20px !important; }
.pricing-sec .pricingwrap li .box .txt-wrap ul li h5 { text-align: left; color: rgb(248, 71, 104); padding-bottom: 0px; font-size: 26px; }
.pricing-sec .pricingwrap li .box .txt-wrap ul li span { color: rgb(0, 0, 0); display: block; font-size: 18px; }
.btn-price:hover { color: rgb(255, 255, 255); }
.strugglesec p { text-align: left; font-size: 16px; padding-bottom: 0px; line-height: 1.6; }
.servicesec p span { color: rgb(243, 132, 64); }
.footer-top .wrapper { display: inline-block; width: 100%; padding: 60px 0px 0px; }
.addressnav { }
.addressnav li { display: inline-block; line-height: 28px; font-size: 14px; margin-left: 8px; padding: 0px 0px 8px 20px; position: relative; color: white; }
.addressnav li a { color: white; }
.addressnav li a:hover { color: rgb(194, 194, 194); }
.addressnav li span { position: absolute; left: 0px; top: 5px; color: var(--primary-color); font-size: 15px; }
.three-testimonials.approach .box p { min-height: auto; }
.three-testimonials.approach .box { }
.menuside { position: relative; color: rgb(23, 23, 23); font-size: 18px; margin-top: 18px; font-weight: 600; display: inline-block; }
.menuside:hover { color: rgb(34, 50, 53); }
.menuside .xicon { position: absolute; right: -18px; top: 2px; font-size: 20px; color: rgb(23, 23, 23); }
.counternew { background: rgb(245, 248, 250); }
.gclients h5 { padding-bottom: 0px; margin-top: 50px; width: 100%; font-size: 18px; position: relative; color: rgb(23, 23, 23); font-weight: 600; display: inline-block; }
.gclients h5::before { position: absolute; top: 0px; color: rgb(243, 132, 64); left: 0px; content: ""; font-family: icomoon !important; }
.counternew .figorelist { margin-bottom: 0px; }
.counternew .figorelist li { padding: 0px 60px; display: inline-block; }
.counternew .figorelist li figure { margin-bottom: 0px; }
.counternew .figorelist li figure img { width: 90px; }
.btn-theme { transform: translateY(0rem); transition: all 0.4s ease 0s; color: rgb(255, 255, 255); background-color: rgb(42, 73, 253); padding: 20px 40px; border-radius: 3px; display: inline-block; margin-top: 20px; font-size: 18px; font-weight: 600; text-transform: capitalize; }
.btn-theme:hover { transform: translateY(-0.625rem); transition: all 0.4s ease 0s; color: rgb(255, 255, 255); }
.helpsec .cstn-column .imgplace { width: 50%; display: inline-block; }
.helpsec .cstn-column .txtwrap { width: 50%; display: inline-block; vertical-align: middle; }
.helpsec .imgplace { }
.helpsec .imgplace figure { margin-bottom: 0px; }
.helpsec .imgplace figure img { left: 0px; top: 34px; padding: 0px !important; }
.helpsec .txtwrap { padding-top: 40px; }
.helpsec .wayswrapper { width: 100%; padding-top: 40px; margin-top: 40px; border-top: 1px solid rgba(255, 255, 255, 0.2); }
.helpsec .wayswrapper ul { display: inline-block; margin-bottom: 0px; }
.helpsec .wayswrapper ul li { float: left; width: 31%; padding-right: 10px; margin-right: 22px; }
.helpsec .wayswrapper ul li h3 { color: rgb(2, 2, 2); font-size: 19px; font-weight: 700; }
.helpsec .wayswrapper ul li h3 a { color: rgb(0, 0, 0); font-size: 19px; font-weight: 700; }
.helpsec .wayswrapper ul li p { color: rgb(0, 0, 0); font-size: 16px; width: 88%; }
.innerctabottom { display: inline-block; width: 65%; }
.helpsec .ctabottom .innerctabottom h3 { font-size: 30px; }
.helpsec .ctabottom .innerctabottom h6 { color: rgba(255, 255, 255, 0.73); padding: 5px 0px 0px; margin: 0px; }
.helpsec .ctabottom .innerctabottom a { float: none; color: rgb(255, 255, 255); }
.helpsec .ctabottom { padding-top: 40px; width: 100%; margin-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.2); }
.helpsec .ctabottom h3 { padding-bottom: 0px; color: rgb(0, 0, 0); padding-top: 0px; font-size: 22px; display: inline-block; }
.helpsec .ctabottom a { margin-top: 0px; padding: 20px 40px; float: right; }
.strugglesec .paright { padding-bottom: 30px; }
.strugglesec.withimages .paright { padding-right: 60px; padding-bottom: 50px; }
.satisfactionfold { background: rgba(245, 245, 245, 0.42); overflow: hidden; width: 100%; padding: 100px 0px 80px; }
.satisfactionfold .textwrap { }
.satisfactionfold .textwrap h2 { text-align: left; font-size: 40px; width: 54%; font-weight: 398; line-height: 1.17857; letter-spacing: -0.5px; }
.satisfactionfold .textwrap p { text-align: left; font-size: 16px; width: 100%; padding-bottom: 0px; line-height: 1.6; }
.satisfactionfold .textwrap .satisfylist { display: inline-block; margin-bottom: 0px; margin-top: 20px; }
.satisfactionfold .textwrap .satisfylist li { width: 50%; float: left; padding-right: 20px; padding-top: 20px; padding-bottom: 20px; min-height: 235px; }
.satisfactionfold .textwrap .satisfylist li .figg { margin-bottom: 15px; }
.satisfactionfold .textwrap .satisfylist li .figg img { color: rgb(44, 75, 255); font-size: 40px; width: 40px; height: 40px; }
.satisfactionfold .textwrap .satisfylist li h3 { font-size: 17px; font-weight: 700; }
.satisfactionfold .textwrap .satisfylist li p { font-size: 16px; }
.satisfactionfold figure { margin-bottom: 0px; }
.satisfactionfold figure img { width: 650px; }
.cta h6 { text-align: center; font-size: 18px; padding: 1% 4%; vertical-align: middle; margin: 0px auto; border: 1px solid; width: 25%; color: rgb(255, 255, 255) !important; }
.cta h6 a { color: rgb(255, 255, 255); display: block; font-size: 24px; margin-top: 10px; }
.singletestimonials { padding: 100px 0px; }
.singletestimonials .testwraper { width: 80%; margin: 0px auto; }
.singletestimonials .testwraper .item { }
.singletestimonials .testwraper .item .figpart { width: 13%; margin-right: 70px; display: inline-block; vertical-align: top; }
.singletestimonials .testwraper .item .figpart figure { width: 100px; height: 100px; background: rgb(66, 133, 244); border-radius: 50%; text-align: center; padding-top: 26px; margin: 0px auto; }
.singletestimonials .testwraper .item .figpart figure img { }
.singletestimonials .testwraper .item .figpart figure h3 { color: rgb(255, 255, 255); padding-bottom: 0px; font-size: 40px; letter-spacing: 3px; font-weight: 700; }
.singletestimonials .testwraper .item .quotepart { width: 78%; display: inline-block; vertical-align: top; }
.singletestimonials .testwraper .item .quotepart h4 { line-height: 1.3; font-size: 34px; font-weight: 300; position: relative; }
.singletestimonials .testwraper .item .quotepart h4 span.top { position: absolute; color: rgb(52, 168, 83); left: -48px; top: 0px; font-size: 36px; }
.singletestimonials .testwraper .item .quotepart h4 span.bottom { font-size: 36px; color: rgb(52, 168, 83); margin-left: 15px; }
.singletestimonials .testwraper .item .quotepart h5 { padding-bottom: 0px; margin-top: 30px; font-size: 16px; font-weight: 700; line-height: 1; }
.singletestimonials .testwraper .item .quotepart h5 span { font-weight: 400; display: block; font-size: 14px; margin-top: 5px; }
.quest-section { padding-bottom: 30px; }
.faqsection { background: rgba(245, 248, 250, 0.43); padding: 100px 0px; }
section.faqsection { }
.faqsection h2 { font-size: 36px; font-weight: 700; }
.footer-top { }
.footer-top h3 { padding-bottom: 10px; line-height: 1.66667; font-size: 18px; color: rgb(32, 33, 36); font-weight: 400; }
.footer-main .footer-group { margin: 35px 0px 0px; }
.footer-main .footer-group li { display: inline-block; margin-right: 10px; }
.footer-main .footer-group li a { }
.footer-main .footer-group li a span { color: rgb(255, 255, 255); font-size: 16px; }
.nav-area-full .footer-group { margin: 2px 0px; display: inline-block; float: right; }
.nav-area-full .footer-group li { display: inline-block; margin-right: 10px; }
nav-area-full .footer-group li a { }
.nav-area-full .footer-group li a span { color: rgb(52, 168, 83); font-size: 16px; }
.footer-top .linkinglist { display: inline-block; margin-bottom: 0px; }
.footer-top .linkinglist li { padding: 5px 0px; }
.footer-top .linkinglist li a { line-height: 1.57143; color: rgb(95, 99, 104); display: inline-block; font-size: 14px; font-weight: 400; letter-spacing: 0.25px; }
.footer-top .socialmid { border-bottom: 1px solid rgb(124, 152, 182); margin: 50px auto 0px; padding-bottom: 30px; }
.footer-bottom .fologo { display: inline-block; margin: 0px; }
.footer-bottom .fologo img { }
.oddinner-banner { height: 250px; }
.oddinner-banner .inner-banner-content { padding-right: 0px; text-align: center; }
.oddinner-banner .inner-banner-content h3 { color: rgb(255, 255, 255); text-align: center; font-size: 50px; width: 100%; font-weight: 398; line-height: 1.17857; letter-spacing: -0.5px; }
.twoboxes { }
.twoboxes .contactboxeswrap { font-size: 0px; }
.twoboxes .contactboxeswrap .contactbox { text-align: center; border-radius: 3px; background-color: rgb(255, 255, 255); border: 1px solid rgb(234, 240, 246); display: inline-block; }
.twoboxes .contactboxeswrap .contactbox.left { margin-right: 22px; }
.twoboxes .contactboxeswrap .contactbox figure { }
.twoboxes .contactboxeswrap .contactbox figure span { color: rgb(23, 23, 23); font-size: 60px; }
.twoboxes .contactboxeswrap .contactbox figure figcaption { color: rgb(23, 23, 23); font-size: 18px; margin-top: 10px; font-weight: 600; }
.twoboxes .contactboxeswrap .contactbox p { line-height: 1.4; font-size: 18px; padding-bottom: 50px; }
.twoboxes .contactboxeswrap .contactbox a { }
.maparea { padding: 100px 0px; }
.maparea .mapwrap { font-size: 0px; border: 1px solid rgb(203, 214, 226); border-radius: 3px; }
.maparea .mapwrap .mappart { vertical-align: top; width: 60%; display: inline-block; }
.maparea .mapwrap .mappart iframe { width: 100%; height: 500px; }
.maparea .mapwrap .infopart { width: 40%; padding: 70px 90px 37px 50px; vertical-align: top; display: inline-block; height: 500px; }
.maparea .mapwrap .infopart .chunk { padding: 20px 0px; }
.maparea .mapwrap .infopart .chunk h3 { color: rgb(23, 23, 23); font-size: 22px; padding-bottom: 15px; }
.maparea .mapwrap .infopart .chunk p { font-size: 16px; line-height: 1.4; }
.maparea .mapwrap .infopart .chunk a { color: rgb(104, 112, 135); font-size: 16px; display: block; }
.maparea h2 { padding-bottom: 30px; text-align: center; font-size: 40px; width: 100%; font-weight: 398; line-height: 1.17857; letter-spacing: -0.5px; }
.dropdown > ul::before { position: absolute; content: ""; top: -11px; left: 15px; z-index: 0; width: 20px; height: 20px; background: rgb(255, 255, 255); transform: rotate(44deg); border-radius: 5px; border-top: 1px solid rgb(203, 214, 226); border-left: 1px solid rgb(203, 214, 226); }
.dropdown > ul > li:hover { background-color: rgb(245, 248, 250); }
.header-main .othermenu { z-index: -1; opacity: 0; transition: all 0.4s ease 0s; }
.header-main.showmenu .othermenu { opacity: 1; transition: all 0.4s ease 0s; z-index: 99; }
.header-main .secondlogo { z-index: -1; opacity: 0; transition: all 0.4s ease 0s; }
.header-main.showmenu .secondlogo { opacity: 1; padding-top: 16px; transition: all 0.4s ease 0s; z-index: 9; }
.header-main .has-submenu { width: 66px; display: inline-block; z-index: -1; padding-bottom: 21px; position: relative; }
.header-main.showmenu .has-submenu { z-index: 99; }
.header-main .has-submenu:hover .dropdown { visibility: visible; top: 95%; opacity: 1; left: 0px; }
.header-main.showmenu .has-submenu .dropdown > ul { margin-bottom: 0px; }
.header-main.showmenu .has-submenu .dropdown > ul::before { }
.header-main.showmenu .has-submenu .dropdown > ul > li > a { color: rgb(23, 23, 23); margin-top: 0px; font-weight: 400; }
.header-main .has-submenu .dropdown > ul > li { width: 100%; margin-right: 0px; }
.pricingboxes { padding-top: 40px; }
.pricingboxes .largebox { box-shadow: rgb(234, 240, 246) 0px 0px 11px; font-size: 0px; margin-top: 32px; padding: 20px 35px 45px; background: rgb(255, 255, 255); border-radius: 3px; }
.pricingboxes .largebox .leftarea { width: 35%; text-align: center; vertical-align: top; display: inline-block; margin-right: 20px; }
.pricingboxes .largebox .leftarea figure { margin-bottom: 20px; }
.pricingboxes .largebox .leftarea figure img { }
.btn-packages { transform: translateY(0rem); transition: all 0.4s ease 0s; color: rgb(255, 255, 255); font-weight: 600; text-transform: capitalize; background: rgb(66, 133, 244); border-radius: 3px; font-size: 16px; padding: 16px 29px; display: inline-block; margin: 10px; }
.btn-packages:hover { transform: translateY(-0.625rem); transition: all 0.4s ease 0s; color: rgb(255, 255, 255); }
.pricingboxes .largebox .rightarea { display: inline-block; width: 60%; padding-top: 32px; }
.pricingboxes .largebox .rightarea h4 { font-size: 24px; font-weight: 600; }
.pricingboxes .largebox .rightarea p { font-size: 16px; text-align: left; line-height: 1.4; padding-bottom: 30px; }
.pricingboxes .largebox .rightarea h3 { font-size: 16px; font-weight: 600; position: relative; overflow: hidden; }
.pricingboxes .largebox .rightarea h3::before { right: 0px; content: ""; position: absolute; height: 5px; margin-left: 10px; border-bottom: 1px solid rgb(224, 230, 237); top: 5px; width: 330px; z-index: -1; }
.ticklist { width: 100%; margin-bottom: 0px; display: inline-block; }
.ticklist li { width: 50%; vertical-align: top; display: inline-block; }
.ticklist li img { height: 50px; }
.ticklist li span { }
.ticklist li a { color: rgb(243, 132, 64); font-size: 16px; font-weight: 700; }
.ticklist li h6 { font-size: 20px; padding-bottom: 0px; }
.ticklist li.ralign { text-align: right; }
.smallboxes { padding-top: 32px; font-size: 0px; text-align: center; }
.smallboxes .smallbox { vertical-align: top; min-height: 540px; display: inline-block; width: 31%; box-shadow: rgb(234, 240, 246) 0px 0px 11px; padding: 0px; background: rgb(255, 255, 255); margin-bottom: 32px; margin-right: 25px; border-top-left-radius: 15px; border-top-right-radius: 15px; }
.smallboxes .smallbox .header-pkg { background: rgb(221, 51, 51); padding: 50px 30px 30px; border-top-left-radius: 15px; border-top-right-radius: 15px; height: 200px; }
.pkg2.smallbox .header-pkg { background: rgb(65, 85, 197); }
.pkg3.smallbox .header-pkg { background: rgb(251, 140, 0); }
.smallboxes .smallbox figure { position: relative; margin: 0px; }
.smallboxes .smallbox figure img { position: absolute; top: -100px; left: 100px; width: 25%; border-radius: 50%; }
.smallboxes .pkg2.smallbox figure img { width: 25%; }
.smallboxes .pkg3.smallbox figure img { width: 25%; }
.smallboxes .smallbox h4 { margin: 0px auto; font-size: 22px; font-weight: 600; text-align: center; color: rgb(255, 255, 255); }
.smallboxes .smallbox h4 span { display: block; }
.smallboxes .smallbox p { font-size: 14px; text-align: center; line-height: 1.4; padding-bottom: 0px; padding-top: 13px; color: rgb(255, 255, 255); }
.smallboxes .smallbox h3 { font-size: 16px; font-weight: 600; z-index: 99; text-align: center; position: relative; }
.smallboxes .smallbox .hrline { height: 1px; border-bottom: 1px solid rgb(224, 230, 237); margin: 30px 0px; }
.smallx { font-size: 17px; color: rgb(0, 0, 0); font-weight: 600; }
.contactpg .fold.box { margin-bottom: 60px; }
.contactpg .fold.box img { width: 100%; height: 328px; object-fit: cover; transition: all 1s ease 0s; }
.contactpg .fold.box .para { padding: 24px 30px 32px; box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 23px; border-top: 0px; min-height: 250px; border-radius: 0px 0px 6px 6px; }
.contactpg .fold.box h2 { font-size: 36px; width: 100%; font-weight: 398; line-height: 1.17857; letter-spacing: -0.5px; }
.contactpg .fold.box p { font-size: 16px; line-height: 1.6; margin: 24px 0px; min-height: 95px; }
.contactpg .fold.box a { background: rgb(66, 133, 244); color: rgb(255, 255, 255); display: inline-block; border-radius: 3px; padding: 20px 25px; font-size: 18px; font-weight: 600; line-height: 1; cursor: pointer; user-select: none; transition: transform 200ms ease 0s, background 200ms ease 0s; width: 100%; border: 3px solid rgb(66, 133, 244); text-align: center; }
.contactpg .fold.box.sec2 a { display: inline-block; border-radius: 3px; padding: 20px 25px; font-size: 18px; font-weight: 600; line-height: 1; cursor: pointer; user-select: none; transition: transform 200ms ease 0s, background 200ms ease 0s; background: transparent; color: rgb(52, 168, 83); border: 3px solid rgb(52, 168, 83); width: 100%; text-align: center; }
.floatbutton { transition: all 0.4s ease 0s; position: fixed; right: -370px; top: 22%; font-size: 0px; width: 420px; z-index: 9; }
.floatbutton.active { right: 0px; z-index: 99; transition: all 0.4s ease 0s; }
.btns_wrap { position: fixed; right: -6px; resize: none; }
.btns_wrap .chat_wrap { position: absolute; right: -225px; width: 280px; background: rgb(255, 255, 255); top: 0px; overflow: hidden; transition: all 0.3s ease 0s; border-radius: 50px 0px 0px 50px; display: none; box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 40px !important; }
.btns_wrap .chat_wrap span.icoo, .btns_wrap .call_wrap span.icoo { color: rgb(239, 61, 91); background: rgb(255, 255, 255); font-size: 18px; padding: 15px 20px; border-right: 1px solid rgb(222, 217, 217); vertical-align: middle; display: inline-block; border-radius: 50px 0px 0px 50px; }
.btns_wrap .chat_wrap span { color: rgb(51, 51, 51); font-size: 20px; vertical-align: middle; background: rgb(255, 255, 255); padding: 15px 30px 15px 15px; }
.btns_wrap .call_wrap { width: 280px; position: absolute; right: -225px; background: rgb(255, 255, 255); top: 60px; border-radius: 50px 0px 0px 50px; overflow: hidden; transition: all 0.3s ease 0s; display: none; box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 40px !important; }
.btns_wrap .call_wrap span { color: rgb(51, 51, 51); font-size: 20px; vertical-align: middle; background: rgb(255, 255, 255); padding: 15px 20px 15px 15px; }
.floatbutton .clickbutton { width: 50px; z-index: 99; height: 50px; cursor: pointer; box-shadow: rgba(0, 0, 0, 0.12) -20px 0px 35px; border-radius: 40px 0px 0px 40px; background: rgb(255, 255, 255); display: inline-block; padding-top: 0px; vertical-align: top; margin-top: 0px; }
.floatbutton .clickbutton .crossplus { position: relative; display: block; transform: rotate(0deg); transition: all 0.4s ease 0s; }
.floatbutton .clickbutton .crossplus svg { transform: scale(0.5); }
.floatbutton .clickbutton .crossplus.rotate { transform: rotate(45deg); transition: all 0.4s ease 0s; }
.floatbutton .clickbutton .crossplus i { font-size: 18px; color: rgb(42, 73, 253); margin: 17px 0px 0px 15px; }
.banner-form { background: rgb(255, 255, 255); padding: 20px; position: relative; z-index: 9; border-radius: 5px; margin: 0px; width: 370px; display: inline-block; box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 30px; }
.floatbutton .intl-tel-input.separate-dial-code .selected-dial-code { padding-left: 26px; }
.intl-tel-input { width: 100%; }
.banner-form h3 { color: rgb(69, 89, 99); font-size: 20px; margin-bottom: 10px; }
.ban-form input { width: 100%; border: 1px solid rgb(229, 229, 229); background: white; padding: 10px 15px; color: gray; font-size: 14px; border-radius: 5px; height: 50px; font-weight: 400; margin: 0px 0px 15px; outline: none !important; }
.ban-form .fldset input[type="email"] { padding: 10px 15px; border: 1px solid rgb(229, 229, 229); }
.ban-form textarea { width: 100%; border: 1px solid rgb(229, 229, 229); background: white; padding: 10px 15px; color: gray; font-size: 14px; border-radius: 5px; font-weight: 400; height: 100px; margin: 15px 0px 0px; outline: none !important; }
.icon-paper-plane::before { position: absolute; top: 0px; color: rgb(42, 73, 253); left: -20px; content: ""; font-family: icomoon !important; }
.ban-form input[type="submit"] { text-transform: capitalize; display: inline-block; transform: translateY(0rem); transition: all 0.4s ease 0s; color: rgb(255, 255, 255); background-color: rgb(66, 133, 244); padding: 10px 40px; font-size: 18px; font-weight: 600; cursor: pointer; border-radius: 5px; }
.contactpg .fold.box .img-box { overflow: hidden; border-radius: 6px 6px 0px 0px; }
.contactpg .fold.box:hover img { transform: scale(1.1); transition: all 1s cubic-bezier(0.18, 0.87, 0.3, 1.1) 0s; }
.ticklist2 { }
.ticklist2 li { font-size: 14px; padding: 10px; text-align: center; position: relative; color: rgb(0, 0, 0); }
.ticklist2 li:nth-child(2n) { background: rgba(128, 128, 128, 0.21); }
.ticklist2 li > ol { padding: 7px 0px; }
.ticklist2 li strike { color: rgb(52, 167, 81); }
.ticklist2 li span { margin-right: 12px; font-size: 0px; color: rgb(52, 168, 83); position: absolute; left: 0px; top: 4px; }
.smallboxes .smallbox .price-btnwrap { margin-top: 30px; text-align: center; }
.smallboxes .smallbox h2 { font-size: 34px; color: rgb(255, 255, 255); padding-bottom: 0px; }
.smallboxes .smallbox h2 span { display: block; color: rgb(104, 112, 135); font-size: 16px; font-weight: 600; margin-top: 5px; }
.smallbox.mid { margin: 0px 32px; }
.aboutbg { background: linear-gradient(45deg, rgb(242, 84, 91) 0%, rgb(255, 122, 89) 100%); }
.inner-banner.aboutbg { position: relative; }
.inner-banner.aboutbg .circles { position: absolute; }
.dropdown > ul > li.seclvl { position: relative; }
.dropdown > ul > li.seclvl:hover .seclvldrop { display: block; position: absolute; width: 200px; background: rgb(255, 255, 255); height: auto; top: -10px; padding: 10px 0px; right: -200px; border: 1px solid rgb(203, 214, 226); border-radius: 0.1875rem; box-shadow: rgba(45, 62, 80, 0.12) 0px 1px 24px; z-index: 95; }
.dropdown > ul > li.seclvl .seclvldrop { display: none; }
.dropdown > ul > li.seclvl .seclvldrop .droplist { z-index: 99; position: relative; }
.dropdown > ul > li.seclvl .seclvldrop .droplist::before { position: absolute; content: ""; top: 5px; left: -12px; z-index: -1; width: 20px; height: 20px; background: rgb(255, 255, 255); transform: rotate(-44deg); border-radius: 5px; border-top: 1px solid rgb(203, 214, 226); border-left: 1px solid rgb(203, 214, 226); }
.dropdown > ul > li.seclvl .seclvldrop .droplist li { }
.dropdown > ul > li.seclvl .seclvldrop .droplist li:hover { background-color: rgb(245, 248, 250); }
.dropdown > ul > li.seclvl .seclvldrop .droplist li a { color: rgb(23, 23, 23); font-size: 14px; text-decoration: none; padding: 8px 10px 8px 15px; display: block; font-weight: 400; }
.gclients { padding: 60px 0px; position: relative; }
.gclients .textw { }
.gclients .textw h3 { font-size: 50px; font-weight: 700; padding-bottom: 0px; }
.gclients .textw p { font-size: 18px; padding-bottom: 0px; }
.gclients .clientslist { margin-top: 36px; display: inline-block; margin-bottom: 0px; font-size: 0px; }
.gclients .clientslist li { margin: 0px 40px; display: inline-block; }
.gclients .clientslist li figure { margin: 10px 0px; }
.gclients .clientslist li figure img { width: 135px; }
.header-main { position: relative; }
.header-main .othermenu { position: relative; opacity: 0; display: inline-block; margin-bottom: 0px; z-index: -2; }
.header-main .othermenu li { margin-right: 10px; display: inline-block; }
.header-main .othermenu li h6 { color: rgb(23, 23, 23); font-size: 16px; margin-top: 8px; font-weight: 400; cursor: default; }
.header-main .othermenu li a { color: rgb(23, 23, 23); font-size: 16px; margin-top: 18px; font-weight: 400; }
.header-main .secondlogo { position: relative; padding-top: 16px; margin-right: 50px; display: inline-block; z-index: -1; }
.header-main .secondlogo a { }
.header-main .secondlogo a img { width: 120px; }
.ourapproachsec { background: rgb(255, 255, 255); padding: 50px 0px; overflow: hidden; margin-bottom: 43px; margin-top: 22px; }
.ourapproachsec h2 { text-align: center; font-size: 46px; width: 100%; font-weight: 398; line-height: 1.17857; letter-spacing: -0.5px; }
.ourapproachsec p { text-align: center; font-size: 16px; width: 100%; padding-bottom: 60px; line-height: 1.6; }
.ourapproachsec .wrapper { }
.ourapproachsec .wrapper .chunk { margin-bottom: 30px; }
.ourapproachsec .wrapper .chunk h3 { font-size: 24px; font-weight: 400; line-height: 2.17857; letter-spacing: -0.5px; }
.ourapproachsec .wrapper .chunk p { text-align: left; line-height: 1.6; font-size: 16px; padding-bottom: 0px; }
.ourapproachsec figure { margin-bottom: 0px; }
.ourapproachsec figure img { border-radius: 3px; border: 1px solid rgb(203, 214, 226); }
.smallbox.mright { margin-right: 32px; }
.ourapproachsec .wrapper .cta { padding-bottom: 0px; }
.ourapproachsec .wrapper .cta h4 { font-size: 20px; }
.ourapproachsec .wrapper .cta h6 { text-align: left; float: none; width: 100%; }
.ourapproachsec .wrapper .cta h6 a { display: inline-block; margin-top: 0px; margin-left: 20px; }
.ourprocesses { padding: 102px 0px; }
.ourprocesses .paright { height: 100%; position: relative; padding-right: 50px; }
.ourprocesses .paright h2 { text-align: left; font-size: 36px; width: 100%; font-weight: 700; line-height: 1.2; }
.ourprocesses .paright p { text-align: left; font-size: 16px; width: 100%; padding-bottom: 20px; line-height: 1.6; }
.ourprocesses .processlistdown { margin-bottom: 0px; }
.ourprocesses .processlistdown li { height: 240px; padding-right: 40px; }
.ourprocesses .processlistdown li .check { font-size: 41px; color: rgb(52, 168, 83); }
.ourprocesses .processlistdown li h3 { font-size: 20px; text-transform: capitalize; margin-top: 10px; line-height: 1.4; padding-bottom: 15px; }
.ourprocesses .processlistdown li p { font-size: 16px; padding-bottom: 0px; line-height: 1.6; height: 225px; }
.ourprocesses .cta { padding: 0px; position: relative; margin-top: 60px; bottom: 0px; background: transparent; }
.ourprocesses .cta h4 { font-size: 20px; }
.ourprocesses .cta h6 { text-align: left; float: none; width: 100%; }
.ourprocesses .cta h6 a { display: inline-block; margin-top: 0px; margin-left: 20px; }
.logo img { width: 130px; }
.ourprocesses .processlistdown li.noheight { height: auto; }
.contactpg .oddinner-banner .inner-banner-content { margin-top: 0px; }
.header-main .emailsec { transition: all 0.4s ease 0s; position: absolute; font-family: Roboto, sans-serif; top: 24px; }
.header-main .emailsec a { position: relative; font-family: Roboto, sans-serif; color: rgb(23, 23, 23); font-size: 14px; font-weight: 400; padding-left: 20px; }
.header-main .emailsec a span { left: 0px; top: 3px; color: rgb(243, 132, 63); position: absolute; }
.header-main.showmenu .emailsec { display: none; transition: all 0.4s ease 0s; }
.innerservices .inner-banner { background-repeat: no-repeat; background-size: cover; padding-top: 40px; height: 650px; position: relative; }
.innerservices .inner-banner .inner-banner-content { text-align: center; width: 55%; margin: 100px auto auto; padding-bottom: 30px; display: block; }
.innerservices .inner-banner .inner-banner-content h5 { color: rgb(255, 255, 255); font-weight: 700; }
.innerservices .inner-banner .inner-banner-content h2 { color: rgb(23, 23, 23); }
.innerservices .inner-banner .inner-banner-content h2 span { color: rgb(23, 23, 23); }
.innerservices .inner-banner .inner-banner-content h1 { color: rgb(255, 255, 255); width: 100%; font-weight: 300; line-height: 1.17857; letter-spacing: -0.5px; padding-bottom: 10px; text-shadow: none; border-bottom: none; font-size: 41px !important; }
.innerservices .inner-banner .inner-banner-content h1::after { display: none; }
.innerservices .inner-banner .inner-banner-content h1 span { color: rgb(255, 255, 255); font-size: 36px; display: block; font-weight: 300; margin-top: 10px; text-shadow: none; }
.innerservices .inner-banner .inner-banner-content p { clear: both; color: rgb(255, 255, 255); }
.innerservices .inner-banner .inner-banner-content a { margin-bottom: 0px; }
.servicepg .inner-banner-content { margin-top: 70px; display: block; }
.servicepg .inner-banner-content figure { }
.servicepg .inner-banner-content figure img.servicefigure { width: 550px; }
.servicepg .inner-banner { background: rgb(255, 240, 235); position: relative; }
.servicepg .inner-banner .inner-banner-content h5 { color: rgb(66, 133, 244); font-weight: 700; padding-bottom: 10px; font-size: 20px; }
.servicepg .inner-banner .inner-banner-content h2 { color: rgb(23, 23, 23); }
.servicepg .inner-banner .inner-banner-content h2 span { color: rgb(23, 23, 23); }
.servicepg .inner-banner .inner-banner-content p { color: rgb(104, 112, 135); }
.servicepg .inner-banner .inner-banner-content a { margin-bottom: 25px; }
.servicepg .inner-banner .round1 { position: absolute; width: 90px; height: 90px; background: rgba(125, 76, 192, 0.25); border-radius: 50%; top: 10%; left: 10%; }
.servicepg .inner-banner .round2 { position: absolute; width: 60px; height: 60px; background: rgba(245, 142, 106, 0.41); border-radius: 50%; top: 33%; right: 10%; }
.servicepg .inner-banner .round3 { position: absolute; width: 120px; height: 120px; background: rgba(179, 222, 97, 0.47); border-radius: 50%; bottom: 10%; left: 22%; }
.servicepg .inner-banner .round4 { position: absolute; width: 40px; height: 40px; background: rgba(107, 223, 210, 0.57); border-radius: 50%; bottom: 36%; right: 33%; }
.servicepg .inner-banner .round5 { position: absolute; width: 150px; height: 150px; background: rgba(255, 221, 110, 0.64); border-radius: 50%; right: 10%; bottom: -10%; }
.servicepg .inner-banner .round6 { position: absolute; width: 50px; height: 50px; background: rgba(105, 218, 206, 0.82); border-radius: 50%; left: 2%; top: 55%; }
.servicepg .inner-banner .round7 { position: absolute; width: 30px; height: 30px; background: rgba(236, 118, 78, 0.38); border-radius: 50%; right: 65%; bottom: 55%; }
.footer-top .linkinglist li a.address { cursor: default; }
.footer-top .linkinglist li a.address:hover { color: rgb(203, 214, 226); }
.footer-top .linkinglist li a:hover { color: rgb(0, 0, 0); }
.accordlist { }
.accordlist li { color: rgb(104, 112, 135); padding-left: 20px; position: relative; }
.accordlist li::before { content: ""; position: absolute; left: 0px; border-bottom: 1px solid rgb(104, 112, 135); width: 10px; height: 1px; top: 10px; }
.header-main .othermenu li:hover a { color: rgb(243, 132, 64); }
.header-main .othermenu li.current a { color: rgb(243, 132, 64); }
.header-main .othermenu li.current h6 a { color: rgb(243, 132, 64); }
.processlistdown p div { padding-left: 0px; }
.paright p div { padding-left: 0px; }
@media only screen and (max-width: 1024px) {
  .home-banner { background-position: left center; }
  .testimonials-slider-main .slick-prev { left: 0px; }
  .testimonials-slider-main .slick-next { right: 0px; }
  .top-info-list li:nth-child(2) { display: none; }
  .top-info-list li a { font-size: 14px; }
  .nav-area-full { margin-top: 105px; }
  .leftinner figure img { max-width: 100%; }
  .landing-pagetext figure img { max-width: 100%; }
  .singletestimonials .testwraper .item .quotepart { width: 77%; }
  .pricing-sec .nav-pills li { margin: 0px; }
  .smallboxes .smallbox { width: 30%; }
}
@media only screen and (max-width: 769px) and (min-width: 0px) {
  .strugglesec img { display: none; }
  .helpsec .sty-text h2 { font-size: 30px; }
  .outlinebtn { font-size: 16px; padding: 20px 25px; }
  .btn-secondary { font-size: 16px; padding: 20px 25px; }
  .helpsec .imgplace figure img { display: none; }
  figure.icon1 img { margin: 0px; }
  .top-bar { padding: 5px 0px; display: none; }
  .video-overlay { min-height: 102vh !important; }
  .singletestimonials { padding: 100px 0px; overflow-x: hidden; }
  section.inner-banner.index::after { content: ""; background: none !important; }
  section.inner-banner.index::before { content: ""; background: none !important; }
  .innerservices .inner-banner .inner-banner-content h1 { padding-bottom: 0px; color: rgb(255, 255, 255); text-align: left; font-size: 25px !important; }
  .inner-banner-content h5 { font-size: 25px !important; text-align: left !important; }
  .index .inner-banner-content p { font-size: 12px; text-align: left !important; }
  .mybannerform form .wrap .dtf { margin-bottom: 6px; width: 100% !important; }
  .innerservices .inner-banner .inner-banner-content { padding-top: 40px; padding-bottom: 0px !important; }
  .innerservices .inner-banner { height: 760px; overflow: hidden; }
  .tick-wrap ul li { padding-left: 5px; margin-right: 0px !important; display: -webkit-box !important; }
  .gclients .clientslist li { padding-left: 25px; margin: 0px !important; }
  .logo-sec .textw h3 { text-align: left; width: 100% !important; }
  .helpsec .wayswrapper ul li { margin-left: 20px; width: 90% !important; }
  figure.icon1 img { margin: 0px; top: unset !important; }
  .outlinebtn { margin-left: 0px; margin-top: 15px; }
  section.cta.cta-new::before { background-image: none !important; }
  section.cta.cta-new::after { background-image: none !important; }
  .cta h3 { max-width: 100% !important; }
  .cta-new { padding: 0px !important; }
  .cta-new h3 { padding-top: 20px; }
  .innerservices .inner-banner .inner-banner-content { width: 100% !important; }
  .innerservices .inner-banner .inner-banner-content h5 { text-align: left; }
  .top-info-list { display: none; }
  .tick-wrap ul { text-align: left !important; }
  .strugglesec ul { text-align: left; padding: 20px 0px 0px 23px; }
  figure.ban-wrap-amazon img { display: none; }
  section.inner-banner.amazon { height: 820px; }
  .cta-new h3 { text-align: left; font-size: 25px !important; }
  section.ourprocesses { overflow: hidden; }
  .cta-new a { float: left; padding: 20px 25px !important; margin-top: 0px !important; }
  .withimages .sty-text2 h2 { font-size: 30px; }
  .servicepg .inner-banner.justbg { padding: 0px !important; }
  .pricing-sec .nav-pills li { margin-bottom: 20px !important; }
  .smallboxes .smallbox h4 { max-width: 100% !important; }
  .ticklist2 li { color: rgb(0, 0, 0); }
  .pricing-sec .nav-pills { display: inline-grid; }
  section.sec-padding.pricing-sec { overflow-x: hidden; }
  .cta h6 { margin: 20px 0px 20px 25%; }
  .ourprocesses .processlistdown li { margin-top: 30px; }
  .floatbutton { display: none; }
  .strugglesec { padding: 30px 0px !important; }
  ul#yoyo li img { width: 100%; }
  .strugglesec .paright { padding-bottom: 0px !important; }
  .helpsec .txtwrap { padding-top: 0px !important; }
  .helpsec { padding: 30px 0px !important; }
  .helpsec .wayswrapper { padding-top: 0px !important; }
  section.cta.cta-new { padding: 40px 0px !important; }
  .servicesec h4, .listsec h2, .maparea h2, .pricing-sec h2, .who-we-sec h2, .ourprocesses .paright h2, .leftinner h2, .ourapproachsec h2, .bottom-form .txtwrap h2, .faqsection h2, .satisfactionfold .textwrap h2, .helpsec h2, .strugglesec h2 { font-size: 26px; }
  .servicesec p, .pricing-sec p, .who-we-sec p, .ourprocesses .paright p, .packages-sec p, .ourapproachsec p, .bottom-form .txtwrap p, .satisfactionfold .textwrap p, .helpsec p, .strugglesec p { font-size: 18px; line-height: 1.3; }
  .btn-secondary { }
  .nav-area-full { margin-top: 0px; padding: 0px; }
  .helpsec .imgplace figure img { width: 100%; }
  .mobile-nav-btn { z-index: 999; top: 12px; }
  .mobile-nav-btn span::before, .mobile-nav-btn span::after, .mobile-nav-btn span { background-color: rgb(108, 119, 128); }
  .slider-wrapper { margin-top: 62px; }
  .header-main { position: fixed; background: rgb(255, 255, 255); }
  .home-banner-content h1 { font-size: 36px; line-height: 1.2; }
  .home-banner-content .subtitle { font-size: 20px; }
  .gclients .textw h3 { font-size: 36px; }
  .gclients h5 { margin-top: 20px; }
  .gclients .clientslist { margin-bottom: 20px; }
  .strugglesec { padding: 60px 0px; }
  .strugglesec .paright { padding-right: 0px; }
  .strugglesec p { padding-bottom: 30px; }
  .strugglesec ul li { width: 100%; font-size: 16px; padding-bottom: 15px; }
  .helpsec { padding: 60px 0px; }
  .helpsec .wayswrapper ul li { float: left; width: 100%; padding-right: 15px; padding-left: 15px; margin-bottom: 30px; }
  .helpsec .ctabottom a { float: none; }
  .helpsec .ctabottom { text-align: left; }
  .helpsec .ctabottom h3 { font-size: 20px; margin-bottom: 30px; }
  .satisfactionfold .textwrap .satisfylist li { width: 100%; }
  .satisfactionfold figure { display: none; }
  .pricing-sec, .weDifferent-sec, .who-we-sec, .ourprocesses, .packages-sec, .ourapproachsec, .bottom-form, .faqsection, .singletestimonials, .cta, .satisfactionfold { padding: 60px 0px; }
  .cta h3 { margin-top: 0px; font-size: 20px; margin-bottom: 30px; width: 100% !important; }
  .cta h6 { float: none; text-align: left; vertical-align: top; }
  .singletestimonials .testwraper .item .quotepart h4 { font-size: 22px; line-height: 1.2; }
  .singletestimonials .testwraper .item .quotepart { width: 100%; margin-top: 30px; }
  .singletestimonials .testwraper .item .quotepart h4 span { display: none !important; }
  .faqsection h2 { text-align: left; }
  .bottom-form .txtwrap p { padding-bottom: 20px; }
  .bot-form form textarea { padding: 8px 18px; }
  .xsmtpx-30 { margin-top: 30px; }
  .xshide { display: none; }
  .footer-top .socialmid { margin: 0px; }
  .logo { display: inline-block; width: 70%; }
  .mobile-nav img { width: 130px; }
  .mobile-nav nav li a.active { background: rgb(242, 118, 91); }
  .mobile-nav nav li ul li a { font-size: 14px; }
  .mobile-nav nav li a { font-size: 18px; }
  .inner-pages .inner-banner { margin-top: 62px; background-position: left top !important; }
  .inner-banner-content h2 { font-size: 32px; }
  .inner-banner .inner-banner-content h2 span { font-size: 26px; }
  .inner-banner-content p { font-size: 18px; padding-bottom: 30px; }
  .ourapproachsec p, .ourapproachsec h2 { text-align: left; }
  .ourapproachsec .wrapper .chunk h3 { font-size: 20px; }
  .ourapproachsec figure img { display: none; }
  .leftinner figure img { width: 100%; }
  .hidemob { display: none; }
  .cta2 .wrap h3 { font-size: 24px; text-align: left; }
  .cta2 .wrap h6 { text-align: left; }
  .cta2 { height: auto; text-align: left; }
  .ourprocesses .cta { position: relative; margin-top: 30px; margin-bottom: 40px; }
  .ourprocesses .processlistdown li { width: 100%; height: auto; margin-bottom: 30px; }
  .ourprocesses .processlistdown li:last-child { margin-bottom: 0px; }
  .singletestimonials .testwraper { width: 85%; }
  .ourprocesses .cta h4 { line-height: 1.3; }
  .innerservices .inner-banner .inner-banner-content h2 br, .ourprocesses .processlistdown li h3 br { display: none; }
  .accordion { margin-top: 20px; }
  .quest-title { font-size: 20px; }
  .servicepg .inner-banner-content { text-align: left; }
  .servicepg .inner-banner-content figure img.servicefigure { display: none; }
  .servicepg .inner-banner .round1, .servicepg .inner-banner .round2, .servicepg .inner-banner .round3, .servicepg .inner-banner .round4, .servicepg .inner-banner .round5, .servicepg .inner-banner .round6, .servicepg .inner-banner .round7 { display: none; }
  .servicepg .inner-banner { height: 460px; }
  .who-we-sec h2.ptpx-40, .who-we-sec h2.ptpx-90 { padding-top: 0px !important; }
  .who-we-sec figure { display: none; }
  .diff-wrap li:nth-child(3) { margin-right: 20px; }
  .diff-wrap li:nth-child(5), .diff-wrap li:nth-child(3), .diff-wrap li:nth-child(2), .diff-wrap li:nth-child(4) { margin-top: 0px; }
  .diff-wrap li { width: 25%; }
  .diff-wrap { margin-top: 40px; }
  .pricingboxes .largebox .leftarea figure img { width: 200px; }
  .pricingboxes .largebox .leftarea { text-align: left; width: 100%; margin-right: 0px; }
  .pricingboxes .largebox .rightarea { width: 100%; }
  .ticklist li.ralign { display: block; text-align: left; }
  .ticklist li { width: 100%; text-align: left; }
  .smallboxes .smallbox { width: 100%; }
  .smallboxes .smallbox h4 { text-align: left; }
  .smallbox.mid { margin: 0px 0px 32px; }
  .smallboxes .smallbox figure img { width: auto; }
  .smallboxes .smallbox figure { text-align: left; }
  .smallboxes .smallbox h2 { text-align: left; padding-top: 0px; }
  .smallboxes .smallbox .price-btnwrap { text-align: left; }
  .smallbox.mright { margin-right: 0px; }
  .pricing-sec h2 { padding-top: 60px; text-align: left; }
  .pricing-sec p { text-align: left; }
  .twoboxes .contactboxeswrap .contactbox { width: 100%; }
  .twoboxes .contactboxeswrap .contactbox.left { margin-right: 0px; margin-bottom: 30px; }
  .oddinner-banner .inner-banner-content h3 { font-size: 36px; text-align: left; }
  .oddinner-banner .inner-banner-content p { text-align: left; }
  .maparea h2 { text-align: left; padding-bottom: 40px; }
  .maparea .mapwrap .mappart { width: 100%; }
  .maparea .mapwrap .infopart { width: 100%; padding: 30px; height: auto; }
  .listsec h2 { text-align: left; padding: 0px 15px; }
  .listsec .wrap ul li { width: 100%; }
  .listsec .wrap ul li.br { border-right: 0px; padding: 10px 20px; }
  .listsec .wrap ul li:last-child, .listsec .wrap ul li.bb { padding: 10px 20px; }
  .listsec .wrap ul li:nth-child(n+13) { border-bottom: 1px solid rgb(187, 190, 204); }
  .listsec .wrap ul li:last-child { border-bottom: 0px; }
  .servicesec p { text-align: left; }
  .servicesec h4 { text-align: left; }
  .tabs .portfoliolist li { width: 42%; }
  .cta h6 a { font-size: 16px; margin-top: 6px; }
  .nav-area-full { margin: 0px; }
  .servicesec .boxwrap li { width: 29%; }
  .partners-cta { display: none; }
  .nav-area-full .footer-group { float: left; }
}
.banner-form .banform .ban-form .cmxform .bannerform-heading span { color: rgb(0, 0, 0); font-weight: bold; font-size: 30px; text-align: center; }
.banner-form .banform .ban-form .cmxform .bannerform-heading { text-align: center; }
@media only screen and (max-width: 375px) and (min-width: 0px) {
  .video-overlay { min-height: 114vh !important; }
  .tick-wrap { padding-top: 15px !important; }
  section.inner-banner.amazon { height: 850px; }
  .banner-form { width: 100%; }
  .mainvideo { height: 114vh !important; }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .gclients .clientslist li figure img { width: 110px; }
  section.cta.cta-new { overflow-x: hidden; }
  .helpsec .imgplace { overflow: hidden; }
  section.cta.cta-new { overflow: hidden; }
  section.strugglesec.withimages { overflow: hidden; }
  section.singletestimonials { overflow: hidden; }
  .footer-top { overflow: hidden !important; }
  .floatbutton { display: none; }
  figure.icon1 img { margin-top: -257px; }
  .imgplace.amaz figure img { width: 50% !important; }
  .imgplace.dig figure img { width: 100% !important; }
  .imgplace.gog figure img { width: 100% !important; }
  .imgplace.per figure img { width: 100% !important; }
  .contactpg .fold.box a { padding: 20px; }
  .contactpg .fold.box h2 { font-size: 30px; }
  .contactpg .fold.box .para { height: 450px; }
  .nav-area-full { margin-top: 0px !important; }
}
@media only screen and (max-width: 1366px) and (min-width: 1024px) {
  figure.icon1 img { margin-top: -5px; }
  .btn-secondary { padding: 20px; }
  section.ourprocesses { overflow: hidden; }
  .helpsec .cstn-column .txtwrap { vertical-align: unset; }
  section.ourapproachsec figure img { width: 100%; }
}
.sale-blckfriday.open { transition: all 0.4s ease 0s; }
.sale-blckfriday { position: fixed; z-index: 999; left: 20px; bottom: 120px; cursor: pointer; transition: all 0.4s ease 0s; }
.sale-blckfriday .salecrcle-btn { background: rgb(255, 255, 255); width: 100px; height: 100px; border-radius: 50%; text-align: center; padding: 15px 0px; transition: all 0.4s ease 0s; position: absolute; box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 30px 0px; }
.sale-blckfriday .salecrcle-btn h3 { color: rgb(251, 41, 63); font-size: 34px; transition: all 0.4s ease 0s; position: relative; font-weight: 700; }
.sale-blckfriday .salecrcle-btn h3 span { display: block; width: 100%; font-size: 12px; color: rgb(0, 0, 0); }
.sale-blckfriday .salecrcle-btn.open { padding: 30px 0px; transition: all 0.4s ease 0s; }
.sale-blckfriday .salecrcle-btn.open h3 { font-size: 0px; transition: all 0.4s ease 0s; }
.sale-blckfriday .salecrcle-btn.open h3 span { font-size: 0px; }
.sale-blckfriday .salecrcle-btn.open h3::after { position: relative; content: "X"; color: rgb(251, 41, 63); font-size: 38px; transition: all 0.4s ease 0s; }
.sale-blckfriday .sale-box { width: 350px; margin: 0px 0px 20px; transition: all 0.4s ease 0s; height: 0px; overflow: hidden; background: url("../img/sale.png") 0% 0% / cover no-repeat; border-radius: 10px; cursor: default; }
.sale-blckfriday .sale-box.open { height: 450px; overflow: visible; transition: all 0.4s ease 0s; }
.sale-blckfriday .sale-box.open a { position: absolute; transition: all 0.4s ease 0s; padding: 10px 0px; font-size: 16px; width: 77%; background: rgb(255, 255, 255); color: rgb(0, 0, 0); text-align: center; border-radius: 5px; margin: auto; display: inline-block; left: 0px; right: 0px; bottom: 46px !important; }
.sale-blckfriday .salecrcle-btn h3::before { display: none !important; }
.portfolio-inner { text-align: center; }
.portfolio-inner h2 { text-align: center; font-size: 36px; width: 100%; font-weight: 700; line-height: 1.2; }
.portfolio-inner p { text-align: center; font-size: 20px; width: 100%; padding-bottom: 10px; line-height: 1.4; }
.portfolio-inner a.btn-secondary { margin: 60px auto 0px; }
.portwrapper { }
.portfoliolist { text-align: center; margin-bottom: 0px; font-size: 0px; }
.border-box-effect { position: relative; margin: 20px; display: inline-block; width: 43%; }
.border-box-effect img { width: 100%; border-radius: 3px; }
.border-box-effect figure { margin-bottom: 0px; }
.border-box-effect::before { border-bottom: 3px solid rgb(255, 255, 255); border-left: 3px solid rgb(255, 255, 255); transform-origin: 0px 100%; }
.border-box-effect::after { border-top: 3px solid rgb(255, 255, 255); border-right: 3px solid rgb(255, 255, 255); transform-origin: 100% 0%; }
.border-box-effect::before, .border-box-effect::after { width: calc(100% - 22px); height: calc(100% - 22px); content: ""; position: absolute; top: 10px; left: 10px; transition: all 0.5s ease 0s; transform: scale(0); z-index: 1; }
.border-box-effect:hover::before, .border-box-effect:hover::after { transform: scale(1); }
.border-box-effect > * { position: relative; display: block; }
.border-box-effect > .new-anim::after { content: ""; font-family: ingicdesign; color: rgb(251, 34, 36); font-size: 50px; }
.border-box-effect > ::before { background: rgba(0, 0, 0, 0.2); content: ""; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; z-index: 2; display: none; transition: all 0.6s ease 0s; }
.border-box-effect > ::after { content: "+"; font-size: 74px; color: rgb(255, 255, 255); text-align: center; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; margin: auto; width: 40px; height: 40px; line-height: 36px; z-index: 2; font-weight: 200; display: none; transition: all 0.6s ease 0s; }
.border-box-effect > :hover::before, .border-box-effect > :hover::after { display: block; }
.portfoliolist.portfoliolist-logo { }
.portfoliolist.portfoliolist-logo li { width: 100%; font-size: 0px; }
.portfoliolist.portfoliolist-logo li > div { width: 50%; padding: 20px; display: inline-block; }
.portfoliolist.portfoliolist-logo .border-box-effect:hover::before, .portfoliolist.portfoliolist-logo .border-box-effect:hover::after, .portfoliolist.portfoliolist-logo .border-box-effect > :hover::before, .portfoliolist.portfoliolist-logo .border-box-effect > :hover::after { display: none; }
.portfoliolist.portfoliolist-logo .border-box-effect > div { transition: transform 0.5s ease 0s; }
.portfoliolist.portfoliolist-logo .border-box-effect > div:hover { transform: scale(1.1, 1.1); transition: transform 0.5s ease 0s; }
.gtquote { }
.gtquote .home-banner { }
.gtquote .home-banner::before { display: none; }
.analyzepg .home-banner::before { display: none; }
#packages option.colr { color: rgb(243, 132, 64); font-weight: 700; }
.form-box-main p { text-align: left; font-size: 20px; width: 100%; padding-bottom: 30px; line-height: 1.4; }
.form-box-main form input::placeholder, .form-box-main form select::placeholder, .form-box-main form textarea::placeholder { color: rgb(91, 107, 127); }
.form-box-main form input[type="file"] { color: rgb(91, 107, 127); }
.smallnote { color: rgb(91, 107, 127); padding-bottom: 10px; display: inline-block; }
.nopaddding { padding: 0px; }
.nopaddding input[type="checkbox"] { }
.nopaddding label { font-size: 16px !important; margin-left: -36px !important; }
.forarrowselect { position: relative; }
.forarrowselect::after { position: absolute; content: ""; bottom: 16px; right: 16px; font-family: icomoon !important; }
.servicepg .inner-banner.justbg { background: url("../images/culture.png") center bottom / cover; position: relative; height: auto; padding: 60px; }
.logopg .helpsec { background: rgb(236, 236, 236); }
.webpg .helpsec { background: rgb(137, 51, 250); }
.seopg .helpsec { background: rgb(107, 100, 204); }
.mobpg .helpsec { background: rgb(4, 17, 62); }
.videopg .helpsec { background: rgb(18, 0, 67); }
.btn-simplect { color: rgb(243, 132, 64); font-size: 24px; font-weight: 600; text-decoration: underline; }
.smallfont { font-size: 18px; }
.smpltxt { width: 100%; }
@media not all and (min-resolution: 0.001dpcm) {
  @media  {
  .safari_only { color: rgb(91, 107, 127); background-color: rgb(255, 255, 255); }
}
}
@media not all {
  @media  {
  .safari_only { color: rgb(91, 107, 127); background-color: rgb(255, 255, 255); }
}
}
@media only screen and (max-width: 480px) and (min-width: 0px) {
  .helpsec .cstn-column .imgplace { display: none; }
  .helpsec .cstn-column .txtwrap { width: 100%; padding: 0px 20px; }
  .innerctabottom { width: 100%; }
  .inner-pages .inner-banner { height: 1020px; }
  .portfoliolist.portfoliolist-logo li > div { margin: 10px; }
  .accordion { margin-top: 0px; }
  .faqsection { padding: 30px 0px; }
  .quest-section { padding-bottom: 5px; }
  .landing-pagetext figure img { display: none; }
}
.ban-form textarea { width: 100%; border: 1px solid rgb(229, 229, 229); background: white; padding: 10px 15px; color: gray; font-size: 14px; border-radius: 3px; height: 100px; font-weight: 400; margin: 15px 0px 0px; outline: none !important; }
.mybannerform form { margin-bottom: 0px; max-width: 97%; }
.mybannerform form .wrap { font-size: 0px; margin-top: 0px; border-radius: 8px; position: relative; z-index: 9; }
.mybannerform form .wrap .dtf { display: inline-block; width: 20%; vertical-align: middle; }
.mybannerform form .wrap .dtf input.round { border-radius: 6px 0px 0px 6px; }
.mybannerform form .wrap .dtf input[type="text"], .mybannerform form .wrap .dtf input[type="email"], .mybannerform form .wrap .dtf input[type="number"], .mybannerform form .wrap .dtf input[type="tel"] { width: 100%; margin: 0px; border-width: 0px 1px 0px 0px; border-right-style: solid; border-right-color: rgb(225, 226, 228); background: white; border-top-style: initial; border-top-color: initial; border-bottom-style: initial; border-bottom-color: initial; border-left-style: initial; border-left-color: initial; padding: 12px 15px; color: rgb(83, 89, 113); font-size: 14px; border-radius: 0px; height: 62px; font-weight: 400; outline: none !important; }
.mybannerform form .wrap .dtf.btn-box { display: inline-block; width: 20%; vertical-align: middle; }
.mybannerform form .wrap .dtf input[type="submit"] { padding: 13px 29px; border-radius: 0px 5px 5px 0px; width: 100%; }
.mybannerform form .submit { border: 0px; font-weight: 600; font-size: 18px; color: rgb(255, 255, 255); line-height: 2; padding: 5px 51px; outline: none; cursor: pointer; transition: background-color 0.3s ease 0s; border-radius: 5px; background: rgb(0, 0, 0); }
.mybannerform form .wrap .dtf input.round { border-radius: 6px 0px 0px 6px; }
input { }
section.inner-banner.forze { height: 700px; }
section.inner-banner.forze .text-left a.outlinebtn { color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); }
a.btn-secondary.btncta { display: inline-block; padding: 20px 40px; font-size: 18px; font-weight: 600; border-radius: 5px; color: rgb(255, 255, 255); margin: 11px; border: 1px solid rgb(255, 255, 255); background: transparent; }
.mybannerform .ios-desc-sec form { max-width: 100%; }
.tick-wrap { position: relative; z-index: 1; }
.tick-wrap ul { text-align: center; }
.tick-wrap ul li { position: relative; color: rgb(255, 255, 255); display: inline-block; margin-right: 50px; z-index: 999; font-size: 18px; }
.tick-wrap ul li::before { content: ""; font-size: 17px; margin-right: 0px; font-family: FontAwesome; position: absolute; left: -28px; color: rgb(251, 188, 4); padding: 0px 3px; border-radius: 50%; width: 20px; height: 20px; }
.logo-sec { background: url("../images/logo-bg.svg") center top / cover no-repeat; }
.logo-sec .textw { }
.logo-sec .textw h3 { font-size: 20px; width: 60%; margin: auto; }
.logo-sec .textw h3 span { color: rgb(52, 168, 83); }
.logo-sec .textw ul.clientslist { }
.logo-sec .textw ul.clientslist li { }
.logo-sec .textw ul.clientslist li img { }
figure.ban-wrap-amazon img { width: 532px; margin-right: -135px; float: right; }
section.inner-banner.amazon { }
.inner-banner-content.ama { text-align: left !important; }
.wayswrapper p { }
.wayswrapper ul li { height: 271px; padding: 80px 0px 54px 31px; background: rgb(245, 245, 245); }
.wayswrapper { position: relative; }
.style__Icon-sc-1ljm4fz-4.lflgLP { position: absolute; box-shadow: rgb(199, 195, 195) 1px 9px 10px 2px; top: 16px; border-radius: 8px; }
.cta-new { padding: 100px; text-align: center; position: relative; }
.cta-new h3 { text-align: center; font-size: 32px; width: 63%; font-weight: 398; line-height: 1.17857; letter-spacing: 0.5px; }
.cta-new a { display: inline-block; padding: 20px 40px; font-size: 18px; font-weight: 600; border-radius: 5px; color: rgb(115, 109, 109); margin-top: 30px; border: 1px solid rgb(255, 255, 255); background: rgb(255, 255, 255); }
.cta-new a:hover { color: rgb(115, 109, 109); }
.cta-new .tick-wrap { }
.cta-new .tick-wrap ul { }
.cta-new .tick-wrap ul li { color: rgb(255, 255, 255); }
.cta-new .tick-wrap ul li::before { color: rgb(255, 255, 255); }
.mybannerform.text-center { width: 100%; margin: auto; position: relative; z-index: 9; }
.tick-wrap ul { text-align: center; margin-left: 5%; }
.new-wrap ul { text-align: left; margin-left: 5%; width: 300px; }
.col-lg-12.ctabottom { }
figure.icon1 img { position: absolute; top: 15px; }
figure.icon1 img { background: rgb(255, 255, 255); padding: 15px; width: 70px; box-shadow: rgba(0, 0, 0, 0.08) 0px 20px 50px 5px; border-radius: 5px; height: 70px; }
p.txtwrap-newstyle { font-size: 16px; padding-top: 0px; }
section.cta.cta-new::before { content: ""; height: 130%; width: 20%; background-image: url("../images/triangle.png"), url("../images/planet2x.png"), url("../images/circle-pink.png"); background-size: 40px, 180px, 60px; position: absolute; background-repeat: no-repeat; background-position: 120px 0px, -55px 49px, 83px 54%; left: 0px; }
section.cta.cta-new::after { content: ""; height: 100%; width: 20%; background-image: url("../images/circle-brush.png"), url("../images/line-orange.png"), url("../images/triangle-yellow.png"); background-size: 40px, 180px, 26px; position: absolute; top: 6%; right: 0px; background-repeat: no-repeat; background-position: 0px 30px, 137px 110px, 165px 246px; }
.inner-banner-content.ama { margin: 0px !important; }
section.inner-banner.amazon { background: rgb(246, 215, 123); }
section.ourapproachsec figure img { border: none; }
section.helpsec { position: relative; }
.helpsec .imgplace.amaz figure img { position: absolute; left: 0px; top: 34px; padding: 0px !important; }
section.cta.ct2 { background: none; padding: 0px; text-align: center; display: none !important; }
h3.ct-22 { max-width: 100%; }
.ct-2-wrap h6 { text-align: center; font-size: 18px; display: inline-block; padding: 1% 4%; vertical-align: middle; background: none; margin: 43px 59px 40px 6%; border: 1px solid rgb(255, 255, 255); color: rgb(255, 255, 255) !important; }
.ct-2-wrap { background: rgb(44, 75, 255); }
.ct-2-wrap { padding: 50px 0px; }
.inner-banner { }
.footer-bottom .fologo img { width: 100px; margin: -30px 0px 0px; }
.contact-img img { padding: 0px !important; }
.contact-img2 img { width: 100%; height: 295px; }
.contact-content { padding: 34px; }
section.oddinner-banner.d-flex.contact-pg { text-align: center; }
section.oddinner-banner.d-flex.contact-pg h3 { color: black; }
section.oddinner-banner.d-flex.contact-pg p { color: rgb(104, 112, 135); font-size: 16px; }
.twoboxes .contactboxeswrap .contactbox figure figcaption { color: rgb(23, 23, 23); font-size: 18px; margin-top: 10px; font-weight: 600; text-align: left; }
.twoboxes .contactboxeswrap .contactbox p { line-height: 1.4; font-size: 18px; padding-bottom: 50px; text-align: left; }
.contact-content figcaption { color: rgb(0, 0, 0); font-weight: 600; font-size: 18px; }
.contact-content p { font-size: 18px; font-weight: 600; }
.imgplace.app img { width: 100%; }
.imgplace.con img { width: 100%; }
.header-main.stickyheader { position: fixed; z-index: 9999; min-height: auto; top: 0px; width: 100%; background: rgb(255, 255, 255); transition: all 0.4s ease 0s; box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 23px; }
ul#yoyo li { display: inline-block; padding-top: 30px; }
ul#yoyo li.yoto { width: 14%; }
ul#yoyo li.yoto figure { }
ul#yoyo li.yoto figure img { width: 80%; }
.mainvideo { position: absolute; top: 50%; left: 50%; min-width: 100vw; min-height: 100vh; width: auto; height: auto; z-index: 0; transform: translateX(-50%) translateY(-50%); background-size: cover; }
.video-overlay { position: absolute; z-index: 0; top: 0px; left: 0px; width: 100vw; height: 100vh; min-width: 100vw; min-height: 100vh; background: rgba(0, 0, 0, 0.33); }
.helpsec .head2 { font-size: 40px; width: 100%; font-weight: 398; line-height: 1.17857; letter-spacing: -0.5px; padding-top: 45px; padding-bottom: 1px; }
.head2 { padding-bottom: 20px; padding-top: 20px; }
.container-head { padding: 0px 50px; height: 59px; }
.container-top { padding: 3px 47px; }
.listsec { padding: 84px 0px; background: rgb(247, 249, 252); }
.listsec h2 { font-size: 34px; width: 100%; text-align: center; }
.listsec .wrap ul {display: inline-block;/* border-radius: 10px; */margin-bottom: 0px;/* border: 1px solid rgb(187, 190, 204); */margin-top: 40px;list-style: none;padding: 0px;border-right: none;}
.listsec .wrap ul li {width: 100%;float: left;padding: 25px 35px 15px;background: rgb(255, 255, 255);height: 85px;}
.listsec .wrap ul li.bb {/* border-bottom: 1px solid rgb(187, 190, 204); */}
.listsec .wrap ul li.br {border-right: 1px solid rgb(187, 190, 204);}
.listsec .wrap ul li:nth-child(1) {/* border-radius: 0px 0px 0px; */}
.listsec .wrap ul li:nth-child(4) {/* border-radius: 0px 10px 0px 0px; */}
.listsec .wrap ul li:nth-child(13) { border-radius: 0px 0px 0px 10px; }
.listsec .wrap ul li:nth-child(16) { border-radius: 0px 0px 10px; }
.listsec .wrap ul li p { padding-left: 10px; font-size: 15px; position: relative; padding-bottom: 0px; }
.listsec .wrap ul li p::before { content: ""; position: absolute; left: -19px; font-size: 16px; color: rgb(52, 168, 83); display: table-cell; vertical-align: middle; top: -1px; font-family: FontAwesome !important; }
.sec-list { font-size: 21px; font-weight: 700; text-align: center; }
.pack-check { letter-spacing: 2px; line-height: 2; }
a.btn-packages.btn-livechat { background: transparent; color: rgb(52, 167, 81); border: 1px solid rgb(52, 167, 81); }




@media only screen and (max-width: 375px) {
  .btn-secondary { padding: 20px 15px !important; }
  
  .banner-form.new-bannerr {
    width: 285px !important;
    margin-top: 30px;
}

section.inner-banner.forhe {
    height: 1080px!important;
}

 .listsec .wrap ul li:last-child, .listsec .wrap ul li.bb {
    padding: 10px 40px;
}

.wrap ul{
    margin-top:0px !important;
}

.listsec .wrap ul li {
    height: auto;
}

.listsec h2 {
    margin-bottom: 30px;
}

.sec-list {
    padding-top: 20px;
}
  
  
}

@media only screen and (max-width: 768px) {

/*.banner-form.new-bannerr {*/
/*    float: right;*/
/*    margin-top: -140px;*/
/*}*/

section.inner-banner.forhe {
    height: 880px!important;
}

/*.helpsec .imgplace figure img {*/
/*    display: block; */
/*}*/


.btn-secondary {
    margin-right: 5px;
}


}


@media only screen and (max-width: 320px) {
  .inner-banner { height: 1130px !important; }
  .banner-form.new-bannerr { width: 285px !important; margin-top: 30px !important; }
  .cta-new a { padding: 20px 12px !important; }
  .btn-secondary { padding: 20px 8px !important; }
  .footer-main .footer-top .col-lg-2 { max-width: 100%; }
  
  .listsec .wrap ul li:last-child, .listsec .wrap ul li.bb {
    padding: 10px 40px;
}

.wrap ul{
    margin-top:0px !important;
}

.listsec .wrap ul li {
    height: auto;
}

.listsec h2 {
    margin-bottom: 30px;
}

.sec-list {
    padding-top: 20px;
}

.about-banners {
    height:380px!important
}

.servicepg .inner-banner .inner-banner-content h2 {
    font-weight: 600!important;
}


.contactpg .fold.box a {
    font-size: 17px;
}
  
}

@media only screen and (max-width: 414px) {

    
    .banner-form.new-bannerr {
    width: 300px;
    margin-top: 30px;
}
    section.inner-banner.forhe {
    height: 1030px!important;
}
    
    
    
}
.mypopup-wrap.active { position: fixed; top: 0px; transition: all 0.4s ease 0s; }
.mypopup-wrap { transition: all 0.4s ease 0s; width: 800px; height: 600px; border-radius: 10px; position: absolute; left: 0px; right: 0px; top: 10%; bottom: 0px; margin: auto; z-index: 99999; overflow: hidden; }
.mypopup-wrap .mypopup { border-radius: 10px; font-size: 0px; background: rgb(255, 255, 255); }
.mypopup-wrap .mypopup .left { width: 50%; display: inline-block; overflow: hidden; background: rgb(56, 97, 99); vertical-align: middle; }
.mypopup-wrap .mypopup .left figure { border-radius: 10px 0px 0px 10px; overflow: hidden; }
.mypopup-wrap .mypopup .left figure img { margin-left: 0px; margin-top: 0px; width: 100%; }
.mypopup-wrap .mypopup .right { width: 50%; padding: 19px 20px; display: inline-block; vertical-align: middle; }
.mypopup-wrap .mypopup .right .closebutton { position: absolute; width: 20px; height: 20px; cursor: pointer; transform: rotate(45deg); right: 20px; top: 20px; }
.mypopup-wrap .mypopup .right .closebutton::before { content: ""; position: absolute; height: 20px; width: 1px; top: 0px; background: rgb(0, 0, 0); left: 0px; right: 0px; margin: 0px auto; display: block; }
.mypopup-wrap .mypopup .right .closebutton::after { content: ""; position: absolute; height: 1px; width: 20px; top: 0px; left: 0px; background: rgb(0, 0, 0); display: block; bottom: 0px; margin: auto; }
.mypopup-wrap .mypopup .right .mypopup-innerwrap { padding-top: 0px; padding-left: 30px; padding-right: 30px; }
.mypopup-wrap .mypopup .right .mypopup-innerwrap h3 { font-size: 26px; line-height: 1; }
.mypopup-wrap .mypopup .right .mypopup-innerwrap h3 span { font-size: 38px; display: block; font-weight: 900; color: rgb(237, 173, 13); margin-top: 5px; margin-bottom: 10px; }
.mypopup-innerwrap .form_wrap { padding: 20px 15px; }
.mypopup-innerwrap .form_wrap .hero_form { }
.mypopup-innerwrap .form_wrap .hero_form form { }
.mypopup-innerwrap .form_wrap .hero_form .form-control { border-radius: 10px; border: 1px solid rgb(185, 184, 184); }
.mypopup-innerwrap .form_wrap .hero_form .form-control:focus { border: 1px solid rgb(93, 3, 219); }
.mypopup-innerwrap .form_wrap .hero_form textarea.form-control { color: rgb(0, 0, 0); }
.mypopup-innerwrap .form_wrap #quoteForm textarea.form-control { min-height: 85px; }
.mypopup-innerwrap .form_wrap .hero_form #quoteSubmit { border-radius: 10px; min-width: 100%; }
.mypopup-innerwrap .form_wrap .hero_form .col-md-6 { width: 100%; }
.mypopup-innerwrap .form_wrap .hero_form .col-sm-6 { width: 100%; }
.hero_form .field-mergedleft { padding-left: 15px; }
.hero_form .field-mergedright { padding-right: 15px; }
.mypopup-innerwrap .form_wrap .hero_form .margin-bottom-20 { margin-bottom: 10px; }
.submit:hover { background-color: rgb(31, 31, 31); }
.form_wrap .analyzeform form input[type="submit"] { width: 100%; margin: 10px 0px 0px; text-align: center; border-radius: 4px; }
.submit { border: 0px; font-family: Poppins, sans-serif; font-size: 18px; color: rgb(255, 255, 255); line-height: 2; padding: 5px 51px; outline: none; cursor: pointer; transition: background-color 0.3s ease 0s; border-radius: 5px; background: rgb(0, 0, 0); }
.overlay { background: rgba(0, 0, 0, 0.42); height: 100%; width: 100%; left: 0px; right: 0px; top: 0px; bottom: 0px; position: fixed; }
.eggoffer.show { position: fixed; bottom: 8px; transition: all 0.4s ease 0s; }
.eggoffer { width: 150px; cursor: pointer; transition: all 0.4s ease 0s; position: fixed; bottom: 10px; left: 8px; z-index: 999; overflow: hidden; }
.eggoffer .top { position: relative; z-index: -1; }
.eggoffer .top figure { text-align: center; }
.eggoffer .top figure img { opacity: 1; }
.eggoffer .bottom { cursor: pointer; padding: 16px 5px; border-radius: 5px; background: rgb(22, 160, 125); }
.mypopup-wrap .mypopup .right .mypopup-innerwrap h3::before, .eggoffer .bottom h3::before { display: none; }
.eggoffer .bottom h3 { font-size: 14px; margin: 0px; color: rgb(255, 255, 255); }
.eggoffer .bottom span { color: rgb(255, 255, 255); font-size: 20px; font-weight: 900; width: 100%; padding-top: 6px; line-height: 1; display: inline-block; text-align: center; text-shadow: rgb(102, 102, 102) 0px 2px 2px; }
.form_wrap .analyzeform form .dtf { width: 100%; }
.form_wrap .analyzeform form input[type="submit"] { width: 100%; margin: 10px 0px 0px; text-align: center; border-radius: 4px; }
.form_wrap .analyzeform form .wrap { padding-left: 0px; }
.form_wrap .analyzeform { margin: 0px; }
.eggoffer .broken { display: none; }
.eggoffer .unbroken { display: block; }
.mypopup-wrap .easter { display: none !important; }
.overlay-bg.vis { display: block !important; }
.analyzeform form input[type="text"], .analyzeform form input[type="email"], .analyzeform form input[type="number"], .analyzeform form input[type="tel"], .analyzeform form textarea { width: 100%; margin: 0px 0px 10px; border: 1px solid rgb(229, 229, 229); background: white; padding: 13px 15px; color: gray; font-size: 13px; height: 50px; font-weight: 400; outline: none !important; }
.mybannerform form .wrap .dtf:first-child { width: 17%; }
.mybannerform form .wrap .dtf:nth-child(2) { width: 18%; }
.mybannerform form .wrap .dtf:nth-child(3) { width: 25%; }
.mybannerform form .wrap .dtf:nth-child(4) { width: 20%; }
.banner-form.new-bannerr { height: 520px; width: 380px; padding: 20px 30px; }
.banner-form.new-bannerr .ban-form input { height: 40px; background-color: rgb(255, 255, 255); font-size: 16px; line-height: 16px; padding-left: 8px; padding-right: 8px; flex: 1 1 0%; margin-bottom: 10px; }
.banner-form.new-bannerr .ban-form input.btnnn { background: rgb(66, 133, 244); height: 50px; }
.banner-form.new-bannerr .ban-form label { font-size: 14px; line-height: 15px; color: gray; font-weight: 500; }
.banner-form.new-bannerr .ban-form label.formargin { margin-top: 10px; }
.banner-form.new-bannerr h3 { text-align: center; font-size: 26px; color: rgb(0, 0, 0); }
.banner-form.new-bannerr .ban-form .check-list { width: 100%; height: 22px; }
.banner-form.new-bannerr .ban-form .check-list input { width: 28px; margin: 0px; padding: 0px; cursor: pointer; height: auto; }
.banner-form.new-bannerr .ban-form .check-list label { color: rgb(156, 152, 152); }
section.inner-banner.forhe { height: 780px; }
section.inner-banner.forhe .text-left a.outlinebtn { color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); }


.col-lg-3.abcd {
    padding: 0px;
}