/*@import url(https://fonts.googleapis.com/css2?family=Sora:wght@300;400;700;800&display=swap);*/

/*@import url(https://use.typekit.net/wwx3qeq.css);*/


html {
  scrollbar-color: #888 #f0f0f0; /* For Firefox */
}



.logo__Sec__main a,
.portfolio__img__sec a,
.term__links ul li,
.top_number ul li {
    display: inline-block;
}

.headnav,
nav.navbar {
  float: right;
  margin-top: 0;
}

.headnav,
header.sticky a.logo img.logo_bl {
  display: none;
}

a,
a:focus,
a:hover,
body,
ul#nav li .megamenu li a,
ul#nav li a {
  color: #000;
}

.dropdown-content a,
a,
a:focus,
a:hover,
ul#nav li a {
  text-decoration: none;
}

:root {
  --light_white: #f2f3f5;
  --black: #000;
  --white: #fff;
  --primary_color: #d20c1e;
  --secondary_color: #1d2124;
  --font-family: Sora, sans-serif;
  --hover_color: #58595b;
  --blue_color: #00baff;
  --grey1: #eaeff3;
  --grey2: #3c4145;
  --grey3: #f2f2f2;
  --grey4: #797774;
  --grey5: #f3f7f9;
  --yellow1: #fff158;
  --pricing-package-bg: #f3f7f9;
  --pricing-package-border: #76838d;
}

img {
  pointer-events: none;
}

body {
  font-family: var(--font-family);
  overflow-x: hidden;
  font-size: 14px;
  line-height: 22px;
  background: #fff;
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.banner__sec__main .carousel-item img,
.mission__img__sec img,
.modal__img__sec img,
.portfolio__img__sec img,
.team__img__Sec img,
nav.navbar,
ul#nav li.nav-item > a:hover:before {
  width: 100%;
}

body::-webkit-scrollbar-button:end:increment,
body::-webkit-scrollbar-button:start:decrement {
  display: none;
}

body::-webkit-scrollbar-track-piece {
  background-color: #f4f4ec;
  -webkit-border-radius: 0px;
  border-left: 1px solid #ccc;
}

body::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: var(--hover_color);
}

::selection {
  color: var(--white);
  background: var(--hover_color);
}

a {
  font-family: var(--paragraph-font);
}

a:hover {
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: var(--font-family);
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  outline: 0;
}

.btn-primary {
    background-color: var(--primary_color);
    border-radius: 20px;
    font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
    padding: 10px 25px;
    border: 0;
    color: var(--white);
}
.btn-primary:hover, .btn-primary:focus {
    background-color: var(--secondary_color);
    color: var(--white);
}

.btn-white {
    background-color: var(--white);
    border-radius: 18px;
    font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
    padding: 10px 25px;
    border: 2px solid transparent;
    color: var(--primary_color);
}

.btn-white:hover, .btn-white:focus {
    background-color: var(--secondary_color);
    color: var(--white);
}

.btn-white-border {
    background-color: transparent;
    border-radius: 18px;
    font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
    padding: 10px 25px;
    border: 2px solid var(--white);
    color: var(--white);
}

.btn-white-border:hover, .btn-white-border:focus {
    background-color: var(--white);
    color: var(--secondary_color);
}

.btn-secondary {
    background-color: var(--secondary_color);
    border-radius: 20px;
    font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
    padding: 10px 25px;
    border: 0;
    color: var(--white);
}

.btn-secondary:hover, .btn-secondary:focus {
    background-color: var(--primary_color);
    color: var(--white);
}



header .getstarted {
    border-radius: 18px;
    font-size: 14px;
}

.top_header {
  padding: 15px 0;
  background: var(--grey1);
}

.top__content p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: var(--white);
}

.top_number ul li {
  padding: 0 0 0 40px;
}

.top_number ul li a {
  color: var(--secondary_color);
  font-size: 15px;
}

.term__links ul,
.top_number ul {
  text-align: right;
}

header {
  padding: 5px 0;
}

.headnav {
  cursor: pointer;
}


.dropdown,
ul#nav li a,
ul#nav li.nav-item {
  display: inline-block;
  position: relative;
}

.process__box__sec:hover {
    background: white !important;
    box-shadow: 0px 0px 20px #e7e7e7;
    color: black;
}

nav.navbar {
  justify-content: end;
  padding: 0;
}

.navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  justify-content: center;
}

.navbar-expand-lg .navbar-nav {
  flex-direction: row;
}

ul#nav li a {
  font-weight: 500;
  font-size: 12px;
  padding: 31px 22px 28px;
  text-transform: uppercase;
}

ul#nav li.nav-item > a:before {
  width: 0;
  height: 3px;
  background: var(--color1);
  content: "";
  transition: 0.3s ease-in-out;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.navbar li.nav-item.dropdown .dropdown-menu {
  width: 100%;
  top: 0;
  left: 100px;
  position: fixed;
  padding: 0;
  border: transparent;
  border-radius: 0;
  display: none;
  max-width: 944px;
  right: 0;
  margin: 130px auto 0;
}

.dmenu-left {
  width: 24%;
  float: left;
  position: relative;
  display: flex;
}

.dmenu-right {
  width: 100%;
  float: right;
  margin-top: 13px;
  height: 100%;
  background: #fbfbfb;
  border: 1px solid;
}


.dmenu-linn {
  height: 231px;
  position: absolute;
  left: 0;
  background: url(../images/images-nav-banner1.html) center top/cover no-repeat
    #162a43;
  width: 100%;
}

.dmenu-txt {
  padding: 26px;
  width: 100%;
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.dmenu-txt h4,
.faq_sec_main button .fa {
  font-size: 20px;
}

.dmenu-txt p {
  color: #fff;
  font-size: 15px;
  margin-top: 6px;
  margin-bottom: 20px;
  font-weight: 300;
}

ul#nav li .dmenu-txt a.btn.btn-default {
  padding: 8px 20px !important;
  color: #fff !important;
  border: 1px solid #fff;
  border-radius: 0;
  text-transform: capitalize;
  letter-spacing: normal;
  font-size: 15px;
}

ul.dmenu-logos {
  margin-top: 30px;
}

.megamenu ul.dmenu-logos li {
  border: none;
}

.megamenu li {
  width: 100%;
  float: left;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  border-right: 1px solid #cdc9c9;
  border-bottom: 1px solid #cdc9c9;
}

ul#nav li .megamenu li a {
  padding: 15px 10px 15px 20px;
  font-weight: 500;
  min-height: auto;
  letter-spacing: normal;
}

ul#nav li .megamenu li a:hover {
  background: var(--secondary_color);
  color: #fff;
}

ul#nav li .megamenu li a:hover .bx {
  color: #fff;
}

ul#nav .megamenu li a {
  float: left;
  display: table;
  width: 100%;
}

ul#nav li .megamenu li a strong {
  font-size: 14px;
  text-transform: none;
  width: 100%;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}

ul#nav li .megamenu li a strong .bx {
  font-size: 21px;
  position: relative;
  top: 4px;
  color: var(--secondary_color);
}

ul#nav li .megamenu li a small {
  display: block;
  text-transform: none;
  margin-top: 3px;
  font-size: 14px;
  letter-spacing: 0;
  height: 20px;
  overflow: hidden;
  font-weight: 500;
  color: #6b6b6b;
}



.hide-d,
header.stickyheader .megamenu.megamenu4.dropdown-menu {
  display: none !important;
}

.dropdown:hover .dropdown-content,
.mobile-close.mclose,
.mobile-overlay.moverlay,
.navbar li.nav-item.dropdown:hover .dropdown-menu,
.review__auth span {
  display: block;
}

header.sticky {
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
  background: #000;
  padding-top: 10px;
  box-shadow: 0 0 15px #00000091;
}

header.sticky a.logo img {
  max-width: 60%;
}

header.sticky ul#nav li.nav-item > a {
  font-size: 15px;
  padding: 15px 15px 22px;
  color: #fff;
}

.mobile-view.mopen {
  right: 0;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
}

.app-container,
.mobile-nav {
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.mob-menu li span.opensub {
  position: absolute;
  top: 13px;
  right: 10px;
  height: 26px;
  width: 26px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: red;
  color: #fff;
  border-radius: 1px;
  font-size: 16px;
}

.btn__top ul li a:hover,
.third__Cta__content,
.web__btn ul li a:hover,
.web__btn ul li:nth-child(2) a,
footer {
  background: #025259;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1600px;
}

.btn__header ul li a {
  padding: 11px 23px;
  font-size: 18px !important;
  margin-top: 0;
  font-weight: 500;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: Manrope;
  background: var(--blue);
  min-width: 162px;
  text-align: center;
}

.about__lft__img,
.choose__img__sec,
.mission__img__sec,
.modal__img__sec,
.team__img__Sec,
header.inner__header {
  position: relative;
}

.inner__header nav ul li a {
  color: var(--black) !important;
}

header .web_btn ul li a {
  padding: 19px 28px;
  font-size: 16px;
}

header .web_btn {
  padding: 0;
  text-align: right;
}

.mobile-nav {
    position: fixed;
    width: 60%;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    right: -80%;
    z-index: 12;
    transition: 0.6s ease-in-out;
    background: #fff;
}

.mobile-nav .logo-main {
  font-size: 16px;
  color: #8795a0;
  padding: 15px 0 15px 24px;
  display: inline-block;
}

    .mobile-nav img {
        width: auto;
        position: absolute;
        top: 10px;
        left: 18px;
       
    }
    .mobile-nav ul li{
        position:relative;
    }
    /*.mobile-nav nav {
  height: 100%;
}*/
    .mobile-nav nav li a {
        color: #000;
        font-weight: 400;
        display: block;
        padding: 15px 24px 15px 65px;
        /*  border-top: 1px solid #d6d8db;*/
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        font-size: 20px;
        border-bottom: 1px solid #f0eeef;
    }
        
        .mobile-nav nav li a .fa {
            font-size: 20px;
            float: right;
        }

.mobile-nav nav li ul {
  display: none;
  background: #fff;
}

    .mobile-nav nav li ul li a {
        font-weight: 400;
        font-size: 14px;
        color: #000;
        padding: 5px 0;
    }
ul.mobile-nav__contact.list-unstyled {
    padding: 0px 0px 0;
}
    ul.mobile-nav__contact.list-unstyled li a {
        padding: 7px 0 18px 50px;
        display: block;
        color: #000;
        font-weight: 400;
        transition: 0.4s ease-in-out;
        font-size: 16px;
        padding: 0 0px 0 6px !important;
        text-transform: lowercase;
    }
.btn-mob {
    padding: 20px 20px 0;
    position: absolute;
    bottom: 0;
}
.btn-mob li {
    list-style: none;
    position: relative;
    margin: 0 0 20px;
}
    .btn-mob li a span {
        width: 30px;
        display: inline-block;
      
    }
.btn-mob li a {
    padding: 10px 20px 10px 14px;
    border-radius: 15px;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    text-align: left;
    text-transform:capitalize;
}
.btn-mob li img {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 8px 0 0;
}
.btn-mob .mobile-nav__contact li {
    display: inline-flex;
    align-items: center;
}
.btn-mob .mobile-nav__contact li a {
    padding: 0 !important;
}

.ico-flag {
    padding: 0 0px 10px;
}

    .ico-flag img {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 12px 0 0;

    }
.app-container.active {
    left: -80%;
}

.app-container {
  position: relative;
  left: 0;
  transition: 0.6s ease-in-out;
  display: none;
}

.mobile-nav-btn {
  position: fixed;
  height: 30px;
  padding: 6px 7px;
  border-radius: 4px;
  right: 2%;
  cursor: pointer;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  display: block;
  z-index: 99999;
  top: 15px;
}

.mobile-nav-btn.active {
  right: 2%;
  z-index: 999999999;
  top: 15px;
}

.mobile-nav-btn span {
  height: 3px;
  width: 22px;
  background-color: var(--primary-color);
  display: block;
  margin-bottom: 6px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  top: 8px;
}

.lines:after,
.lines:before {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s, transform 0.3s;
}

.banner_form_btn button,
.btn__form button,
.btn__form input,
.exp_box:hover,
.step__box__sec,
.step__box__sec:hover {
  transition: 0.5s ease-in-out;
}

.mobile-nav-btn .lines:before {
  top: 0;
  position: absolute;
  right: 0;
  background-image: url(../img/icons/menu-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 5px 11px;
  border-radius: 0;
  content: '';
  width: 35px;
  height: 28px;
}

.mobile-nav-btn.active .lines:before {
    content: "X";
    background: 0 0;
    color: var(--black);
    font-size: 24px;
}

.mobile-nav.active {
  z-index: 99;
  height: 100%;
  right: 0;
  width:100%;
}

.mobile-nav ul {
  padding-top: 20px;
}
.mobile-logo img {
    width: 130px;
    position:inherit;
}

ul.firstlevel.unstyled {
    background: #efefef;
    border-radius: 5px;
    padding: 10px 13px;
    margin: 0 20px;
}

header .row {
  align-items: center;
}

.btn__top ul li a {
  padding: 15px 30px;
}

.banner__sec__main {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 75px 0;
    position: relative;
}

.banner__sec__main .web__btn .btn-secondary {
    margin-left: 8px;
    padding: 10px 15px
}
.banner__sec__main .web__btn .btn-primary {
    padding: 10px 15px
}
@media(max-width: 1366px) {
    .banner__sec__main .web__btn .btn-secondary {
        margin-left: 5px;
        padding: 10px 10px;
        font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320))
    }

    .banner__sec__main .web__btn .btn-primary {
        padding: 10px 10px;
        font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320))
    }
}
@media(max-width: 400px) {
    .banner__sec__main .web__btn .btn-secondary {
        margin-left: 0;
        margin-top: 0px;
    }
}

.banner__sec__main .right-img {
    text-align: center;
    position: relative;
}
.banner__sec__main .right-img .smbox {
    position: absolute;
    display: flex;
    align-items: center;
    border-radius: 22px;
    padding: 15px;
    background-color: var(--white);
    box-shadow: 0px 0px 30px #e7e7e7;
    color: #5c5f61;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}
.banner__sec__main .right-img .smbox.sty1 {
    bottom: 40%;
    width: 220px;
    left: 0;
}
.banner__sec__main .right-img .smbox.sty2 {
    top: 35%;
    width: 250px;
    right: 0;
}
.banner__sec__main .right-img .smbox.sty2 .imgBox {
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
}
.banner__sec__main .right-img .smbox p {
    margin-bottom: 0;
}
.banner__sec__main .right-img .smbox h5 {
    font-weight: 600;
}

.banner__content h6 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 300;
}

.banner__content h1 {
    font-weight: 600;
    font-size: calc(22px + (37 - 22) * (100vw - 320px) / (1920 - 320));
    line-height: 1.3;
    color: var(--secondary_color);
}

.banner__content p {
  font-size: calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320));
  line-height: 1.6;
  color: var(--grey2);
}

.banner-list {
    display: flex;
    color: var(--secondary_color);
    flex-direction: column;
}

.banner-list li {
    list-style-type: none;
    display: flex;
    color: var(--secondary_color);
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 10px;
    align-items: center;
}
.banner-list li img {
    margin-right: 10px;
    height:auto;
}

.btn__cta,
.packages_heading_sec,
.service_box {
    text-align: center;
}

.banner__form__head h3 {
  color: var(--primary_color);
  font-size: 24px;
  font-weight: 600;
}

.banner__form__head p {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  text-transform: capitalize;
}

.btn__form button,
.dropbtn,
.submitbtn input {
  text-transform: uppercase;
}

.banner__form__head p br {
  display: none;
}

.banner__form__head p span {
  font-weight: 700;
}



.banner__sec__main .carousel-caption .row {
  align-items: center;
}

.btn__form input {
  width: 100%;
  background: var(--primary_color) !important;
  font-size: 17px !important;
  height: 53px !important;
  color: var(--white);
  border: 0 !important;
  cursor: pointer;
}

.banner_form_btn button,
.btn__cta ul li a,
.btn__form button,
.btn__form input:hover,
.copy__right,
.process__box__sec:hover,
.social__icon ul li a:hover {
  background: var(--secondary_color);
}

.intl-tel-input {
  width: 100%;
  margin-bottom: 15px;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  color: hsl(0deg 0% 0% / 53%);
}

.side-form-group h3 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}

.banner_form_btn button {
  padding: 15px 50px;
  color: var(--white);
  font-weight: 500;
  border-radius: 5px;
  font-size: 17px;
  display: inline-block;
  border: 2px solid var(--secondary_color);
  cursor: pointer;
}

.banner_form_btn button:hover {
  color: var(--secondary_color);
  background: var(--white);
  border-color: var(--white);
}

.exp_box:hover,
.logo-section {
  background: var(--grey3);
}



.logo-section {
    position: relative;
    padding: 25px;
    background-color: #fff;
    border-radius: 13px;
}
.logo-section .titleBox h3 {
    margin-bottom: 0;
    text-align: left;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
}
.logo-section .titleBox{
    border-right: #7d7878 solid 2px;
}
.logo-section .shadow {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: -50px;;
    height: 50px;
    background-image: url(../img/partner-logo/shadow-shape.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
/*.logo-section:after {
    position: absolute;
    left: 0;
    width: 250px;
    top: 0;
    height: 100%;
    background-color: var(--primary_color);
    content: '';
}
.logo-section .titleBox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
    background-color: var(--primary_color);
    box-shadow: 0px 0px 20px #7d7878;
}
.logo-section .titleBox h3 {
    color: var(--white);
}*/



.logos-brand ul li img {
    height:auto;
    margin: 0 auto;
}

.padding__90 {
  padding: 90px 0;
}

.about__tab,
.bg__gray,
.vision__sec {
  /* background: var(--light_white) */
}

.web__content__sec h6 {
  color: #00AD76;
  font-size: 20px;
  margin-bottom: 10px;
}

.web__content__sec h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 30px;
  position: relative;
}

.web__content__sec h2:after {
  bottom: -15px;
  left: 0;
}

.web__content__sec p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.exp_box {
    background: var(--white);
    padding: 30px 20px 30px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgb(0 0 0 / 9%);
    position: relative;
    min-height: 189px;
}


.exp_box-img {
    /*text-align: right;*/
}

.exp_box img {
  padding-bottom: 15px;
}

.step__box__sec img,
.third__content h4 {
  padding-bottom: 10px;
}

.exp_box span {
  font-size: 25px;
  font-weight: 700;
  color: var(--primary_color);
}

.exp_box p {
  color: #000;
  font-size: 16px;
  margin-bottom: 0;
}

.exp_box:hover {
  transform: scale(1.1);
}

.about__img__hire {
  position: relative;
  left: 0;
}

.center__content__sec h5,
.first__Cta__sec h6 {
  font-size: 24px;
  font-weight: 400;
  color: #00AD76;
}

.center__content__sec h2 {
  font-size: calc(22px + (37 - 22) * (100vw - 320px) / (1920 - 320));
  font-weight: 700;
  line-height: 1;
  position: relative;
  margin-bottom: 15px;
}
.center__content__sec h3 {
    font-size: calc(22px + (37 - 22) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    line-height: 1;
    position: relative;
    margin-bottom: 15px;
}
.center__content__sec h2 span {
    color: var(--primary_color);
}
.center__content__sec h3 span {
    color: var(--primary_color);
}
.center__content__sec p {
  color: #4b4747;
  font-size: 18px;
  font-weight: 300;
  line-height: 33px;
  margin: 0 auto 20px;
}

.step__box__sec {
  padding: 20px;
  border-radius: 5px;
  height: 100%;
  background: #f4f8fa;
  border-radius: 25px;
  margin-bottom: 15px;
  
}

.step__box__sec:hover {
  /* background: url(../images/images-step-img-01.jpg) 0 0 / cover; */
  transform: scale(1.05);
  background-color: #FFF;
  box-shadow: 0px 4px 56px 0px rgba(0, 0, 0, 0.09);
}

.step__box__sec h3 {
  font-size: 24px;
  font-weight: 700;
}

.step__box__sec p {
  color: #4b4747;
  font-size: 15px;
  line-height: 26px;
  padding-right: 15px;
}

.step__box__sec p::-webkit-scrollbar {
  width: 1px;
}

.step__box__sec p::-webkit-scrollbar-track {
  background-color: rgba(3, 21, 33, 0.1);
}

.step__box__sec p::-webkit-scrollbar-thumb {
  background-color: #031521;
  height: 60px;
}
@media (max-width: 991px) {
    .logo-section {
        padding-bottom: 20px;
    }

        .logo-section:after {
            display: none;
        }

        .logo-section .titleBox {
            background-color: transparent;
            box-shadow: none;
            margin-bottom: 30px;
            border-right: 0;
        }

            .logo-section .titleBox h3 {
                color: var(--black);
                text-align: center;
            }

    .logos-brand ul li img {
        width: 156px !important;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .step__box__sec {
        height: auto;
    }
}

.brand-protection {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 70px 0;
}

.brand-protection .titleBox {
    border-right: #d20c1e solid 1px;
    padding: 20px 0;
}

.brand-protection .titleBox h2 {
    font-size: calc(22px + (37 - 22) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    margin-bottom: 15px;
}

.dotted-section-main {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 15px 0;
}

.dotted-box-inner-pg {
    height: 100%;
    text-align: center;
}

.dotted-box {
    display: flex;
    align-items: flex-start;
    padding: 45px;
    max-width: 50%;
    flex: 0 0 50%;
}
.dotted-box.sty1 {
    border-bottom: #999999 dashed 1px;
    border-right: #999999 dashed 1px;
}
.dotted-box.sty2 {
    border-bottom: #999999 dashed 1px;
}
.dotted-box.sty3 {
    border-right: #999999 dashed 1px;
}

.dotted-box .iconBox {
    display: flex;
    width: 70px;
    padding-right: 20px;
}
.dotted-box .iconBox img {
    max-width: 50px;
}

.dotted-box h4 {
    font-size: calc(17px + (24 - 18) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    line-height: 1.3;
    position: relative;
    margin-bottom: 10px;
    color: #37434d;
}
.dotted-box p {
    font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    line-height: 1.3;
    position: relative;
    margin-bottom: 0;
    color: #76838d;
}


.choise-section {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 80px 0;
    background-color: var(--grey5);
}

.choiseBox {
    display: flex;
    border-right: #999999 dashed 1px;
    padding: 0 15px 0 0;
    height: 100%;
    flex-direction: column;
}
.choiseBox h4 {
    font-size: calc(17px + (25 - 17) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    line-height: 1.3;
    position: relative;
    margin-bottom: 10px;
    color: #37434d;
}

.choiseBox p {
    font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    line-height: 1.3;
    position: relative;
    margin-bottom: 0;
    color: #76838d;
}
.choiseBox.sty1 {
    border-right: 0;
    padding-right: 0;
}

.service_box img {
    display: block;
    margin: 0 auto 20px;
}

.service_box {
  background: #e8fdff;
  padding: 40px;
  height: 240px;
}

.service_box span {
  font-size: 19px;
  color: #101010;
  font-weight: 600;
}

.row.second__links .col-sm-2:nth-child(odd) .service_box,
.services__sec__main .row .col-sm-2:nth-child(2n) .service_box {
  background: var(--white);
}

.row.second__links .col-sm-2:nth-child(2n) .service_box {
  background: #e8fdff;
}

.first__Cta__sec h2 span,
.head_list_contact a:hover,
.overlay_popup h5 span,
.privacy_content ul li strong,
span.auth__des {
    /*background: linear-gradient(119deg, #00AD76 0%, #72C674 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    color: #5fbe75;

}

.choose__img__sec img {
  position: relative;
  left: -120px;
}

.choose_content h2 {
  font-size: 54px;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
}

.choose_content ul li {
  display: block;
  font-size: 18px;
  padding-bottom: 30px;
  line-height: 30px;
  font-weight: 300;
  position: relative;
  padding-left: 30px;
}

.choose_content ul li:after {
  content: "";
  position: absolute;
  background: url(../fonts/images-icon-check.html);
  width: 16px;
  height: 12px;
  left: 0;
  top: 11px;
}

.expert_img {
  position: absolute;
  bottom: 30px;
  right: -90px;
}

.overlay__team,
.overlay_popup {
  height: 100%;
  bottom: 0;
  display: flex;
}

.second__cta__sec {
  background: url(../images/images-second-cta-01.html) 0 0 / cover no-repeat;
  padding: 90px 0;
  text-align: center;
}

.second__cta__sec .web__btn ul li:nth-child(2) a {
  background: #025259;
  color: white;
  border: none;
}

.second__cta__sec .web__btn ul li a:hover {
  background: #f29325;
  color: white;
  border-color: var(--secondary_color);
}

.second__cta__sec .web__btn ul li:nth-child(2) a:hover {
  color: var(--white) !important;
  background: linear-gradient(119deg, #00AD76 0%, #72C674 100%);
}

.faq_sec_main .card-header {
  background: #ecf0f2;
  padding: 25px 20px;
  border: 0;
}

.faq_sec_main .card-header button {
  border: 0;
  padding: 0;
  color: var(--black);
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

.faq_sec_main .card-body,
.privacy_content p {
  font-size: 16px;
  line-height: 29px;
}

.faq_sec_main button[aria-expanded="true"] .fa:before {
  content: "\f107";
}

.third__Cta__content {
  padding: 70px 70px 50px;
  margin: 0 70px;
}

.third__content h4 {
  font-size: 28px;
  line-height: 43px;
}

.third__content p {
  font-size: 19px;
  font-weight: 300;
}

.number__third_sec a {
  font-size: 30px;
  font-weight: 700;
  color: var(--white);
}

.btn__cta ul li a {
  padding: 26px 50px;
  color: var(--white) !important;
  border-radius: 5px;
  font-size: 17px;
  cursor: pointer;
}

.contact__head__Sec h3 {
  font-size: 78px;
  color: var(--secondary_color);
  font-weight: 700;
}

.contact__det ul li,
.contact__head__Sec,
.footer__logo,
.privacy_content {
  padding-bottom: 15px;
}

.head_list_contact h6,
.head_list_contact h6 a {
  font-size: 32px;
  color: var(--secondary_color);
  font-weight: 300;
}

.map__contact__sec iframe {
  width: 100%;
  height: 240px;
  border: 0;
}

.head_list_contact a,
.head_list_contact p {
  color: #666;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
}

.map__contact__sec {
  margin-bottom: 10px;
}

.head_list_contact {
  padding-bottom: 30px;
}

.social__icon ul li a {
  background: 0 0;
  color: var(--secondary_color);
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 2px solid var(--secondary_color);
}

.social__icon ul li {
  display: inline-block;
  padding: 0 20px 0 0;
}

.contact__form__sec {
  padding-top: 0;
}

.contact__form__sec input {
  height: 50px;
  border: 0;
  border-bottom: 1px solid;
  border-radius: 0;
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 300;
  width: 100%;
}

.contact__form__sec textarea {
  height: 100px;
  border: 0;
  border-bottom: 1px solid;
  resize: none;
  font-weight: 300;
  margin-bottom: 70px;
  padding: 30px 0;
  border-radius: 0;
}

.btn__form button {
  padding: 22px 50px;
  display: inline-block;
  font-size: 19px;
  border: 0;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 5px;
}

.footer__content p,
.footer__head h5 {
  padding-bottom: 15px;
  color: var(--white);
}

.btn__form button:hover {
  background: #00aeef;
  background: var(--primary_color);
}

footer {
  padding: 60px 0 0;
  background: #0b1117;
}

footer.lp-footer {
    padding: 30px 0;
}

.footer__logo img {
    height:auto;
}

.footer__content p {
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
  width: 90%;
}
    .footer__content p img{
        height:auto;
    }
    .footer__head h5 {
        font-weight: 700;
        font-size: 22px;
    }

.contact__det ul li a,
.contact__det ul li p,
.footer__links ul li a {
  color: var(--white);
  font-size: 15px;
  font-weight: 300;
  opacity: 0.8;
}

.footer__links ul li {
  display: block;
  padding-bottom: 14px;
}

.contact__det ul li span {
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  opacity: 1 !important;
  position: relative;
  padding-left: 30px;
}

.contact__det ul li span img {
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 5px;
}

.copy__right {
  padding: 20px 0;
  margin-top: 40px;
  background: #0b1117;
  border-top: #5b5f63 solid 1px;
}

.overlay__team,
.process__box__sec {
  padding: 30px;
  transition: 0.5s ease-in-out;
}

.privacy_content h2,
.review__head {
  padding-bottom: 20px;
}

.copy_text p {
  margin-bottom: 0;
  font-size: 17px;
  color: var(--white);
  font-weight: 300;
  opacity: 1;
}

.term__links ul li a {
  color: var(--white);
  font-size: 15x;
  font-weight: 300;
  position: relative;
  padding: 0 20px;
  opacity: 1;
}

.term__links ul li a:after {
  content: "";
  position: absolute;
  background: var(--white);
  width: 1px;
  height: 30px;
  right: 0;
  top: -5px;
}

.term__links ul li:last-child a:after {
  background: 0 0;
}

.about__lft__img {
  left: -100px;
}

.mission__img__sec:before {
  content: "";
  position: absolute;
  border: 3px solid var(--secondary_color);
  width: 99%;
  height: 100%;
  border-radius: 16px;
  left: 26px;
  top: 0;
  transform: rotate(-1.82deg);
}

.vision__sec .mission__img__sec:before {
  right: 26px;
  top: 0;
  left: auto;
}

.process__box__sec {
  background: var(--light_white);
  border-radius: 10px;
  margin-bottom: 30px;
  min-height: 350px;
}

.process__icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.process__icon span {
  font-size: 30px;
  font-weight: 300;
  color: #00ad76;
}

.process__det h4 {
  font-weight: 600;
  font-size: 25px;
}

.process__det p {
  font-size: 15px;
  line-height: 28px;
}

.process__box__sec:hover {
  transition: 0.5s ease-in-out;
  transform: scale(1.1);
}

.process__box__sec:hover .process__det h4,
.process__box__sec:hover .process__det p {
  color: #000;
}

.privacy_content h2 {
  font-weight: 700;
  font-size: 40px;
}

.privacy_content h4 {
  font-weight: 600;
  color: var(--secondary_color);
}

.overlay__team h5,
.privacy_content ul li a {
  color: var(--secondary_color);
  font-weight: 700;
}

.privacy_content ul li {
  font-size: 17px;
  line-height: 26px;
  padding-bottom: 20px;
  list-style-type: disc;
}

.privacy_content ul {
  padding: 0 40px;
}

.privacy_content ul li a {
  text-decoration: underline;
}

.overlay__team {
  position: absolute;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, #00000000 0, #04162d 100%) no-repeat
    padding-box;
  opacity: 0;
}

.overlay__team h5 {
  font-size: 24px;
  padding-bottom: 9px;
}

.overlay__team span {
  color: var(--white);
  font-size: 20px;
}

.team__img__Sec:hover .overlay__team {
  transform: translate(0, 0);
  opacity: 1;
  transition: 0.5s ease-in-out;
}
/* 
.review__Sec__main {
  background: url(../images/images-cta-bg.png) 0 0 / cover no-repeat;
} */

.review__head h4 {
  font-size: 17px;
  font-weight: 400;
  color: var(--secondary_color);
}

.review__head h3 {
  font-size: 50px;
  font-weight: 700;
}

.review__content__Sec p {
  color: #4b4747;
  font-size: 16px;
  line-height: 31px;
  width: 90%;
}

.overlay_popup h5,
.submitbtn input {
  color: var(--white);
  font-weight: 300;
}

.review_auth {
  display: flex;
  align-items: center;
}

.review__auth {
  padding-left: 10px;
}

span.auth__name {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 4px;
}

.process__det p {
  max-height: 143px;
  padding-right: 15px;
  overflow-y: scroll;
  margin-bottom: 0;
}

.process__det p::-webkit-scrollbar {
  width: 1px;
}

.process__det p::-webkit-scrollbar-track {
  background-color: rgba(3, 21, 33, 0.1);
}

.process__det p::-webkit-scrollbar-thumb {
  background-color: #031521;
  height: 60px;
}

.LetsGetModal .modal-dialog {
  max-width: 450px;
  padding: 25px;
}

.LetsGetModal .modal-body {
  padding: 25px;
  border: 0;
  border-radius: 0 !important;
}

.LetsGetModal .modal-content {
  border-radius: 15px;
  border: 0;
}

.ban-form input {
  height: 65px;
  margin-bottom: 13px;
  font-size: 14px;
}

.form__banner {
  padding: 0 20px;
}

.ban-form textarea {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  padding: 15px 12px;
  font-size: 14px;
  margin-bottom: 20px;
}

.submitbtn input {
  width: 100%;
  border: 0;
  font-size: 18px;
  border-radius: 5px;
  background-color: var(--primary_color);
  /*background: linear-gradient(119deg, #00AD76 0%, #72C674 100%);*/
}

.overlay_popup {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 20px;
  align-items: flex-end;
}

.overlay_popup h5 {
  font-size: 26px;
}

.LetsGetModal button.close {
  background: var(--primary_color);
  opacity: 1;
  text-shadow: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 12px;
  right: 14px;
  border-radius: 50px;
  color: #fff;
}
.modal-header .close {
  padding: 0 !important;
}
.portfolio__img__sec {
  margin-bottom: 30px;
}

.main-thankyou-sec h1 {
  color: var(--black);
  font-size: 59px;
  margin-bottom: 15px;
  font-weight: 600;
}

.main-thankyou-sec p.subtitle {
  color: var(--black);
  line-height: 1.4;
  font-size: 21px;
  font-weight: 300;
  padding: 5px 0 30px;
}

.thanks_img img {
  width: 40% !important;
  margin-bottom: 10px;
  height: auto !important;
}

.ban-form h4 {
  font-size: 1.7rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.review__img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.review_auth .review__img {
  flex: 0 0 10%;
}

header.main_header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #ffff;
}

.dropbtn {
  color: #000;
  font-size: 13px;
  border: none;
  padding: 31px 22px 28px;
  font-weight: 500;
  font-family: Sora;
  position: relative;
  cursor: pointer;
  background: 0 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  left: 0;
  width: 300px;
}

.dropdown-content a {
  color: #000;
  padding: 12px 16px;
  display: block;
}

.dropdown-content ul {
  align-items: center;
}

.dropdown-content ul li {
  flex: 0 0 33%;
  border: 1px solid #dbd6d6;
  border-left: 0;
  border-top: 0;
}

.dropdown-content ul li i {
  color: #025259;
  font-size: 14px;
}

.dropbtn:after {
    content: "";
    display: block;
    position: absolute;
    /*background-image: url(/images/icon.png);*/
    background-repeat: no-repeat;
    width: 100%;
    height: 73px;
    top: 44%;
    background-size: 100%;
    right: 3%;
    max-width: 12px;
}

.dropdown-content ul li:hover {
  background: #d20c1e;
  transition: 0.5s;
}


.thank_you_img img {
  filter: brightness(100) invert(0);
}

.thanks_btnsz button {
  background: #48bac4;
  border: none;
  font-size: 18px;
  width: 170px;
  height: 55px;
  margin: 0 5px;
  color: #fff;
  font-weight: 200;
}

.thanks_btnsz button:nth-child(2) {
  background: #fff;
  color: #000;
}

.thanks_btnsz button:hover {
  background: #0d2038 !important;
  color: #fff;
}

.about__img__hire img {
  width: 100%;
  margin: 0 auto;
  position: relative;
  left: 0;
  top: 0;
}

.box {
  border-radius: 5px;
  background: #f9f9f9;
  padding: 40px 20px;
  margin: 0 0;
  height: 100%;
}
.padding__90 {
  padding: 90px 0 90px ;
}

.box h3 {
  font-size: 20px;
  margin: 20px 0px 15px;
  font-weight: 700;
}

.box p {
  color: #6b6b6b;
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}
.services__sec__main .center__content__sec h2 {
  margin-bottom: 90px;
}
section.services__sec__main a {
  padding: 20px 30px;
  margin: 30px auto 0;
  display: table;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  color: var(--white) !important;
  background: linear-gradient(119deg, #00AD76 0%, #72C674 100%);
}


.why__choose__Sec .expert_img {
  display: none;
}
.choose__img__sec img {
    position: relative;
    left: 0;
    width: 100%;
}
.choose_content ul li {
  position: relative;
}
.choose_content ul li:after {
  position: absolute;
  content: "";
  background-image: url("../images/check.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  left: 0;
  top: 5px;
}

.team__sec__main .center__content__sec h2:after,
.web__content__sec h2:after {
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.boxs:after {
  position: absolute;
  content: "";
  background-image: url("../images/quote-1.html");
  background-size: cover;
  background-repeat: no-repeat;
  width: 70px;
  height: 50px;
  top: 0;
  left: 30px;
}
.boxs {
  border-radius: 5px;
  background: #f9f9f9;
  padding: 80px 30px 40px;
  position: relative;
}
.boxs h3 {
  color: #2e2a2a;
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 600;
}
.boxs p {
  color: #6b6b6b;
  font-family: Poppins;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.box-div {
  display: flex;
  column-gap: 15px;
  align-items: center;
}

.test-slider .boxs {
    height: 100%;
}

.box-div p {
    margin: 0;
    color: #2e2a2a;
    font-family: Poppins;
    font-size: 18px;
}
.box-div p span {
  color: #939393;
  font-family: Poppins;
  font-size: 16px;
  display: block;
}

.box-div img {
  width: auto !important;
}
.review__Sec__main h2 {
  margin: 0 0 90px;
}
.second__cta__sec .choose_content h2:after,
.first__Cta__sec h2:after {
  left: 0;
  right: 0;
  margin: 0 auto;
}
section.second__cta__sec p {
  font-family: Poppins;
  font-size: 18px;
  max-width: 70%;
  margin: 0 auto 20px;
}

.faq_sec_main .card-body,
.privacy_content p {
  color: #6b6b6b;
  font-family: Poppins;
  font-size: 18px;
  line-height: 1.7;
}

.contact__sec__tab .img-box img {
  width: 100%;
}

.contact__form__sec ul {
  column-count: 2;
}
.contact__form__sec ul li {
  color: #00AD76;
  font-family: Poppins;
  font-size: 16px;
  column-gap: 10px;
  align-items: center;
}
.butn-des {
  display: flex;
  column-gap: 18%; /*Percentage has been changed from 27%*/
  margin-top: 15px;
  margin-bottom: 30px;
}
.butn-des a {
  color: #2e2a2a;
  font-family: Poppins;
  font-size: 18px;
}

.contact__form__sec ul li i {
  margin-right: 10px;
}

.services__sec__main .center__content__sec h2:after {
  left: 0;
  transform: 0;
  right: 0;
  margin: 0 auto;
}
.contact__form__sec input,
.contact__form__sec textarea {
  height: 60px;
  border: 0;
  font-size: 16px;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 5px;
  background: #f9f9f9;
  padding: 0 20px;
}

.contact__form__sec textarea {
  min-height: 150px;
  padding-top: 20px;
}

.contact__form__sec button {
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  color: var(--white) !important;
  cursor: pointer;
  padding: 20px 30px;
  border: 2px solid;
  margin: 10px 0 0;
  background-color: #5fbe75;
  /*background: linear-gradient(119deg, #00AD76 0%, #72C674 100%);*/
}
.contact__sec .center__content__sec h2:after {
  left: 0 !important;
  margin: 0;
}
section.polish__cta .second__cta__sec .choose_content h2:after,
.first__Cta__sec h2:after {
  left: 0;
  margin: 0;
}

.second__cta__sec
  section.polish__cta
  .second__cta__sec
  .choose_content
  h2:after,
.first__Cta__sec h2:after {
  left: 0;
  right: 0;
  margin: 0 auto;
}

section.second__cta__sec
  .polish__cta
  .second__cta__sec
  section.polish__cta
  .second__cta__sec
  .choose_content
  h2:after,
.first__Cta__sec h2:after {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.polish__cta
  section.second__cta__sec
  .polish__cta
  .second__cta__sec
  section.polish__cta
  .second__cta__sec
  .choose_content
  h2:after,
.first__Cta__sec h2:after {
  left: 0;
  margin: 0;
}
.second__cta__sec
  .first__Cta__sec
  .polish__cta
  section.second__cta__sec
  .polish__cta
  .second__cta__sec
  section.polish__cta
  .second__cta__sec
  .choose_content
  h2:after,
.first__Cta__sec h2:after {
  left: 0;
  margin: 0 auto;
}
.banner__badge__icon {
  display: none;
}

.faq_sec_main {
  padding-bottom: 0px !important;
}

.soc-icon ul {
  display: inline-flex;
  column-gap: 12px;
}
.soc-icon ul li a i {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  height: 42px;
  width: 42px;
  font-size: 17px;
  border-radius: 40px;
  color: #12b176;
}
.banner__form__head p span {
  color: white;
}
section.polish__cta.pd-3
  .second__cta__sec
  .first__Cta__sec
  .polish__cta
  section.second__cta__sec
  .polish__cta
  .second__cta__sec
  section.polish__cta
  .second__cta__sec
  .choose_content
  h2:after,
.first__Cta__sec h2:after {
  left: 0;
  margin: 0;
}
section.second__cta__sec .first__Cta__sec h2:after {
  left: 0;
  margin: 0 auto;
}


.banner_form_btn button:hover {
  color: black !important;
}



section.why__choose__Sec h5 {
    color: #00AD76;
}
.services__sec__main {
    padding-bottom: 80px !IMPORTANT;
}
section.why__choose__Sec.padding__90.pb-0 {
    padding-bottom: 90px !important;
}.banner__content p br {
    display:none;
}
.process__box__sec:hover {
    filter: none !important;
}
.faq_sec_main.padding__90 .show {
    background: rgb(2 174 119 / 18%);
}
.web__btn ul li a:hover {
    background: #f29325;
}
.contact__form__sec button:hover {
    background: #f29325;
}
section.services__sec__main a:hover {
        background: #f29325;

}
.btn__top a:hover {
            background: #f29325 !important;

}
@media (max-width: 1600px) {
    .butn-des {
    column-gap: 24%;
}
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }

    .web__content__sec h2 {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 15px;
    }

  .about__img__hire img {
    width: 100%;
  }

  .about__img__hire {
    position: relative;
    left: 0;
  }

  .service_box span,
  .web__content__sec p {
    font-size: 17px;
  }

  .step__box__sec h3 {
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    color: #37434d;
  }

  .step__box__sec p {
    font-size: 14px;
    line-height: 26px;
  }

  .first__Cta__sec h2 {
    font-size: 50px;
  }

  .first__Cta__sec p {
    font-size: 23px;
  }

  .choose_content h2 {
    font-size: 48px;
  }

  .choose__img__sec img {
    position: relative;
    left: -90px;
    width: 660px;
  }

  .expert_img img {
    width: auto !important;
  }

  .choose_content ul li {
    display: block;
    font-size: 18px;
    padding-bottom: 15px;
  }

  .choose_content {
    position: relative;
    top: -30px;
  }

  .why__choose__Sec .web__btn {
    padding: 0 !important;
    position: relative;
    top: -20px;
  }

  .review_img__sec.slick-slide img {
    width: 960px !important;
    position: relative;
    left: -150px;
  }

  .team__sec__main {
    overflow: hidden;
  }

  .contact__det ul li a,
  .contact__det ul li p {
    font-size: 16px;
  }

  .about__lft__img img {
    width: 750px;
  }

  .about__lft__img {
    position: relative;
    left: -80px;
  }

  .exp_box p {
    font-size: 16px !important;
  }

  .process__det h4 {
    font-size: 21px;
  }

  .third__Cta__content {
    padding: 70px 40px 50px;
  }
}

@media (max-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1300px;
  }

  .pricing_sec_main .container {
    max-width: 1080px;
  }

  .btn__top ul li a {
    padding: 15px 20px;
    font-size: 15px;
  }

  .top__content p {
    font-size: 15px;
  }

  .top_number ul li a {
    color: var(--black);
    font-size: 14px;
  }

  .banner__content h1 {
    font-size: 46px;
  }

  .web__content__sec h2 {
    font-size: 35px;
    line-height: 50px;
  }

  .about__img__hire img {
    width: 740px;
  }

  .about__img__hire {
    position: relative;
    left: -80px;
  }

  .exp_box {
    padding: 20px 14px;
  }

  .exp_box p {
    font-size: 15px !important;
  }

  .exp_box span {
    font-size: 22px;
  }

  .center__content__sec h2 {
    font-size: 45px;
    line-height: 60px;
  }
    .center__content__sec h3 {
        font-size: 45px;
        line-height: 60px;
    }
  .step__box__sec h3,
  .third__content p {
    font-size: 18px;
  }

  .step__box__sec {
    padding: 30px 20px;
  }

  .choose__img__sec img {
    position: relative;
    left: -50px;
    width: 610px;
  }

  .expert_img {
    position: absolute;
    bottom: 30px;
    right: -60px;
  }

  .expert_img img {
    width: 220px !important;
  }

  .choose_content h2 {
    font-size: 40px;
  }

  .choose_content ul li {
    display: block;
    font-size: 17px;
    padding-bottom: 15px;
    line-height: 27px;
  }

  .review_img__sec.slick-slide img {
    width: 910px !important;
  }

  .first__Cta__sec h2 {
    font-size: 45px;
  }

  .first__Cta__sec p {
    font-size: 22px;
    line-height: 35px;
  }

  .faq_sec_main .card-body {
    font-size: 15px;
    line-height: 25px;
  }

  .third__content h4 {
    color: var(--white);
    font-size: 24px;
    line-height: 34px;
  }

  .number__third_sec a {
    font-size: 26px;
  }

  .head_list_contact h6,
  .head_list_contact h6 a {
    font-size: 25px;
  }

  .copy_text p,
  .service_box span {
    font-size: 16px;
  }

  .term__links ul li a {
    font-size: 17px;
  }

  .first__cta__img img {
    width: 670px;
  }

  .about__lft__img img {
    width: 680px;
  }

  .about__lft__img {
    width: 100%;
  }

  .web__content__sec p {
    font-size: 16px;
    line-height: 28px;
  }

  .banner__content p {
    font-size: 16px;
    line-height: 30px;
  }

  .footer__head h5 {
    font-size: 20px;
  }
}


@media (max-width: 1366px) {
    
    .butn-des {
    column-gap: 19%;
}
    
    .second__cta__sec {
    padding: 70px 0;
}

    .boxs:after {
    width: 50px;
    height: 40px;
    top: 0;
    left: 20px;
}
    .center__content__sec p {
    font-size: 16px;
    line-height: inherit;
    margin: 0 auto 20px;
}

    .services__sec__main {
    padding-bottom: 60px !IMPORTANT;
}

section.contact__sec.padding__90 {
    padding-top: 10px !important;
}
    
    .review__Sec__main h2 {
    margin: 0 0 70px;
}

    .services__sec__main .center__content__sec h2 {
    margin-bottom: 70px;
}
    section.second__cta__sec p {
    font-size: 16px;
    max-width: 80%;
    margin: 0 auto 20px;
}

    .portfolio__img__sec {
    margin-bottom: 0px;
}
    .box-div p {
    margin: 0 !important;
}

    .choose__img__sec img {
    position: relative;
    left: 0;
    width: 100%;
}
    section.services__sec__main a {
    margin: 15px auto 0;
}
    
    .box h3 {
    font-size: 20px;
    margin: 20px 0px 15px;
}
.box p {
    font-size: 14px;
}.box {
    padding: 40px 20px;
    margin: 0 0 20px;
    min-height: 330px;
}

    .boxs h3 {
    font-size: 18px;
    margin: 0 0 10px;
}
    /*.step__box__sec {
    height: 280px;
}*/
.boxs {
    padding: 55px 16px 30px;
}.boxs p {
    font-size: 14px;
    line-height: inherit;
    margin-bottom: 20px;
}
    .choose_content {
    position: relative;
    top: 0;
}.choose_content ul li {
    font-size: 16px;
}.why__choose__Sec .web__btn {
    padding: 0 !important;
    position: relative;
    top: 10px;
}
    .exp_box {
    min-height: 170px;
}
.padding__90 {
    padding: 60px 0 60px !important;
}
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }

  .pricing_sec_main .container {
    max-width: 1060px;
  }

  .banner__content h1,
  .center__content__sec h2 {
    font-size: 40px;
    line-height: 50px;
  }
    .banner__content h1, .center__content__sec h3 {
        font-size: 40px;
        line-height: 50px;
    }
  .banner__content p {
    font-size: 15px;
    line-height: 28px;
  }

  .banner__form__head p {
    font-size: 24px;
    line-height: 32px;
  }

  .about__img__hire img {
    width: 100%;
    left: 0;
  }

  .about__img__hire {
    position: relative;
    left: 0;
  }

  .web__content__sec h2 {
    font-size: 32px;
    line-height: 45px;
  }

  .exp_box p {
    font-size: 14px !important;
  }

  .exp_box span {
    font-size: 20px;
  }

  .web__btn ul li a {
    padding: 15px 25px;
    font-size: 14px;
  }

  .step__box__sec p {
    font-size: 13px;
    line-height: 26px;
  }

  .packages_box_sec h3,
  .step__box__sec h3,
  .third__content p {
    font-size: 17px;
  }

  .portfolio__tab ul li a {
    padding: 10px 20px;
  }

  .choose_content h2 {
    font-size: 35px;
  }

  .review_img__sec.slick-slide img {
    width: 830px !important;
    left: -130px;
  }

    .first__Cta__sec h2 {
        font-size: 35px;
    }

  .first__Cta__sec p {
    font-size: 20px;
    line-height: 32px;
  }

  .faq_sec_main .card-header button,
  .packages_cardBody p,
  .service_box span {
    font-size: 14px;
  }

  .third__content h4 {
    font-size: 21px;
    line-height: 30px;
  }

  .number__third_sec a {
    font-size: 24px;
  }

  .btn__cta ul li a {
    padding: 21px 30px;
    font-size: 16px;
  }

  .contact__det ul li span,
  .footer__links ul li a,
  .term__links ul li a {
    font-size: 16px;
  }

  .overlay__team h5 {
    font-size: 20px;
    padding-bottom: 0;
  }

  .overlay__team span,
  .process__det h4 {
    font-size: 18px;
  }

  footer {
    padding: 70px 0 0;
  }

  .center__content__sec h5 {
    font-size: 21px;
  }

  .service_box {
    padding: 30px 10px;
    height: 220px;
  }

  .first__cta__img img {
    width: 610px;
  }

  ul#nav li a {
    padding: 31px 12px 28px;
  }

  .process__det p {
    font-size: 14px;
    line-height: 27px;
  }

  .privacy_content h2 {
    font-size: 34px;
  }

  .ban-form input {
    height: 60px;
  }

  .ban-form textarea {
    height: 130px;
  }
}

@media (max-width: 1200px) {
  .banner__badge__icon ul li img {
    width: 100% !important;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1130px;
  }

  .copy_text p,
  .service_box span,
  .term__links ul li a,
  .top__content p {
    font-size: 14px;
  }

  .top_number ul li a {
    font-size: 13px;
  }

  .btn__top ul li a {
    padding: 14px 17px;
    font-size: 14px;
  }

  .banner__content h1 {
    font-size: 36px;
    line-height: 45px;
  }

  .banner__form__head p {
    font-size: 22px;
    line-height: 30px;
  }

  .side-form-group h3,
  .web__content__sec h6 {
    font-size: 16px;
  }

  .banner_form_btn button {
    padding: 12px 22px;
    font-size: 15px;
  }

  .thanks_btnsz button {
    width: 100px !important;
  }

  .thank_you_img img {
    width: 100%;
  }

  

  .about__img__hire img {
    width: 580px;
  }

  .about__img__hire {
    position: relative;
    left: -20px;
  }

  .web__content__sec h2 {
    font-size: 27px;
    line-height: 37px;
  }

  .exp_box p {
    font-size: 13px !important;
  }

  .center__content__sec h2 {
    font-size: 35px;
    line-height: 45px;
  }
    .center__content__sec h3 {
        font-size: 35px;
        line-height: 45px;
    }

  .service_box {
    padding: 30px 5px;
    height: 200px;
  }

  .service_box img {
    margin: 0 auto 20px;
    width: 30%;
  }

  .first__cta__img img {
    width: 550px;
  }

  .choose_content h2 {
    font-size: 32px;
  }

  .choose_content ul li {
    display: block;
    font-size: 16px;
    padding-bottom: 15px;
    line-height: 25px;
  }

  .choose__img__sec img {
    position: relative;
    left: -30px;
    width: 550px;
  }

  .expert_img {
    position: absolute;
    bottom: 40px;
    right: -40px;
  }

  .expert_img img {
    width: 180px !important;
  }

  .review_img__sec.slick-slide img {
    width: 760px !important;
    left: -110px;
  }

  .first__Cta__sec h2 {
    font-size: 35px;
  }

  .first__Cta__sec p {
    font-size: 18px;
    line-height: 34px;
  }

  .center__content__sec p,
  .head_list_contact a,
  .head_list_contact p {
    font-size: 18px;
  }

  .faq_sec_main .card-header button {
    font-size: 15px;
    white-space: unset;
  }

  .third__content h4 {
    font-size: 19px;
    line-height: 30px;
  }

  .number__third_sec a {
    font-size: 22px;
  }

  .contact__det ul li a,
  .contact__det ul li p,
  .footer__links ul li a {
    font-size: 15px;
  }

  .footer__content p {
    font-size: 13px;
    line-height: 26px;
  }

  .btn__form button {
    padding: 18px 40px;
    font-size: 17px;
  }

  .review__content__Sec p {
    font-size: 15px;
    line-height: 28px;
  }

  .review__head h3 {
    font-size: 35px;
    font-weight: 700;
  }

  .banner__content p {
    font-size: 14px;
    line-height: 26px;
  }

  .banner__content h6 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .portfolio__tab ul li a {
    padding: 8px 17px;
    font-size: 14px;
  }

  .first__Cta__sec h6 {
    font-size: 20px;
  }

  .about__lft__img img {
    width: 570px;
  }

  .about__lft__img {
    position: relative;
    left: -25px;
  }
}

@media (max-width: 1100px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1040px;
  }

  .banner__content h1 {
    font-size: 26px;
    line-height: 36px;
  }

  .banner__form__head p {
    font-size: 18px;
    line-height: 25px;
  }

  .contact__det ul li a,
  .contact__det ul li p,
  .side-form-group h3,
  .web__content__sec h6 {
    font-size: 14px;
  }

  .banner__badge__icon ul li img {
    width: 70% !important;
  }

  .about__img__hire img {
    width: 539px;
  }

  .web__content__sec h2 {
    font-size: 20px;
    line-height: 30px;
  }
    .center__content__sec h3 {
        font-size: 30px;
        line-height: 40px;
    }
  .exp_box {
    padding: 16px 10px;
  }

  .exp_box p {
    font-size: 12px !important;
    font-weight: 500;
  }

  .exp_box img {
    width: 30px;
  }

  .center__content__sec h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .center__content__sec h5 {
    font-size: 16px;
  }

  .step__box__sec h3,
  .third__content p {
    font-size: 15px;
  }

  .choose__img__sec img {
    position: relative;
    left: -30px;
    width: 490px;
  }

  .choose_content h2 {
    font-size: 25px;
  }

  .choose_content ul li {
    display: block;
    font-size: 15px;
    padding-bottom: 15px;
    line-height: 24px;
  }

  .review_img__sec.slick-slide img {
    width: 700px !important;
    left: -110px;
  }

  .first__Cta__sec h2 {
    font-size: 30px;
  }

  .first__Cta__sec p {
    font-size: 17px;
    line-height: 30px;
  }

  .faq_sec_main .card-header {
    padding: 20px 10px;
  }

  .third__content h4 {
    font-size: 17px;
    line-height: 26px;
  }

  .number__third_sec a {
    font-size: 20px;
  }

  .btn__cta ul li a {
    padding: 19px 25px;
    font-size: 15px;
  }

  ul#nav li a {
    padding: 31px 14px 28px;
    font-size: 13px;
  }

  .btn__top ul li a {
    padding: 14px 17px;
    font-size: 13px;
  }

  .web__content__sec p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
  }

  .first__cta__img img {
    width: 450px;
  }

  .about__lft__img img {
    width: 500px;
  }

  .about__lft__img {
    position: relative;
    left: -5px;
  }

  .navbar li.nav-item.dropdown .dropdown-menu {
    max-width: 874px;
  }

  ul#nav li .megamenu li a strong {
    font-size: 13px;
  }

  .process__det p {
    font-size: 13px;
    line-height: 24px;
  }

  .process__box__sec {
    padding: 20px;
  }

  .process__icon img {
    width: 45px;
  }

  .privacy_content p {
    font-size: 15px;
    line-height: 28px;
  }

  .privacy_content h2 {
    font-size: 27px;
  }
}

@media (max-width: 1024px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 980px;
  }

  .pricing_sec_main .container {
    max-width: 920px;
  }

  .contact__det ul li a,
  .contact__det ul li p,
  .copy_text p,
  .top__content p {
    font-size: 13px;
  }

  .top_number ul li {
    padding: 0 0 0 20px;
  }

    .banner__content h1 {
        font-size: 20px;
        line-height: 26px;
        text-align: left;
    }

  .about__img__hire img {
    width: 517px;
  }

  .web__content__sec h2 {
    font-size: 20px;
    line-height: 27px;
  }

  .exp_box p {
    font-size: 11px !important;
    font-weight: 500;
    color: #000;
  }

  .footer__links ul li a,
  .step__box__sec h3,
  .third__content p {
    font-size: 14px;
  }

  .step__box__sec {
    padding: 20px 15px;
  }

  .step__box__sec p {
    font-size: 13px;
    line-height: 22px;
  }

  .portfolio__tab ul li a {
    padding: 8px 15px;
    font-size: 13px;
  }

  .first__Cta__sec h6 {
    font-size: 17px;
  }

  .first__Cta__sec h2 {
    font-size: 26px;
  }

  .first__Cta__sec p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
  }

  .review__content__Sec p {
    font-size: 14px;
    line-height: 27px;
  }

  .number__third_sec a {
    font-size: 18px;
  }

  .btn__cta ul li a {
    padding: 17px 20px;
    font-size: 15px;
  }

  .third__content h4 {
    font-size: 16px;
    line-height: 26px;
  }

  .head_list_contact h6,
  .head_list_contact h6 a {
    font-size: 19px;
  }

  .footer__head h5 {
    font-size: 17px;
    padding-bottom: 10px;
  }

  .center__content__sec p {
    font-size: 17px;
    width: 80%;
    line-height: 28px;
    margin: 0 auto;
  }

  .btn__top ul li a {
    padding: 14px 13px;
    font-size: 13px;
  }

  .review_img__sec.slick-slide img {
    width: 660px !important;
    left: -100px;
  }
}

@media (max-width: 992px) {
    .banner__sec__main .carousel-caption {
        position: relative;
    }
    img.banner__img, img.inner__banner__img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        background-size: cover;
        position: absolute;
    }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 950px;
  }

    .banner__content p {
        font-size: 13px;
        line-height: 19px;
        text-align: center;
    }

  .about__img__hire img {
    width: 486px;
  }

  .web__content__sec .row.pt-4 .col-sm-4 {
    /* padding-right: 0 */
  }

  .top__content p,
  .top_number ul li a {
    font-size: 12px;
  }

  .center__content__sec h2 {
    font-size: 28px;
    line-height: 35px;
  }
    .center__content__sec h3 {
        font-size: 28px;
        line-height: 35px;
    }

  .web__btn ul li a {
    padding: 12px 20px;
    font-size: 14px;
  }

  .second__cta__sec {
    background-position: center;
  }

  .about__lft__img img {
    width: 100%;
  }

  .navbar li.nav-item.dropdown .dropdown-menu {
    max-width: 800px;
  }

  .select__opt__Sec input[type="checkbox"] + label {
    font-size: 12px;
    line-height: 18px;
  }

  .select__opt__Sec input[type="checkbox"] + label:before {
    width: 22px;
    height: 22px;
    font-size: 13px;
  }

  .banner__form__head p {
    font-size: 36px;
    line-height: 45px;
  }

  .banner__content h6 {
    font-size: 16px;
    margin-bottom: 5px;
  }
    .contact__form__sec .butn-des {
        flex-direction: column;
    }
    .contact__form__sec .butn-des a {
        font-size: 15px;
        line-height: 24px;
    }
    .center__content__sec p {
        font-size: 14px;
        line-height: 1.3;
        width: 100%;
    }
    .box {
        padding: 40px 20px;
        margin: 0 0 20px;
        text-align: center;
        min-height: inherit;
    }
    .polish__cta.pd-3 p {
        font-size: 14px;
        line-height: 1.4;
    }

    .app-container {
        display: block;
    }

    .inner__banner .banner__content br,
    .modal__img__sec,
    nav.navbar {
        display: none;
    }

    .mobile-nav-btn span {
        top: 8px;
    }

    .mobile-nav-btn {
        display: block;
        z-index: 99999;
        top: 10%;
        position: absolute;
    }

    .mobile-nav-btn.active {
        right: 2%;
        z-index: 999999999;
        top: 0;
        position: fixed;
    }
    .padding__90 {
        padding: 30px 0;
    }
}

@media (max-width: 768px) {
  .social__icon {
    margin-bottom: 50px;
  }

    .exp_box {
        text-align: center;
    }

    .banner__content,
    .copy_text,
    .term__links ul,
    .top_number ul {
        text-align: center;
    }

  .top_header .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
  }

  .about__img__hire,
  .about__lft__img,
  .banner__form__sec,
  .choose__img__sec,
  .first__cta__img,
  .mission__img__sec,
  header .col-sm-2 {
    display: none;
  }

  header .col-sm-7 {
    max-width: 70%;
    flex: 70%;
  }

  .about__tab .col-sm-6,
  .banner__sec__main .col-sm-7,
  .faq_sec_main .col-sm-6,
  .mission__sec__main .col-sm-6,
  .polish__cta .col-sm-6,
  .who__we__sec .col-sm-6,
  .why__choose__Sec .col-sm-6,
  footer .col-sm-6 {
    max-width: 100%;
    flex: 100%;
  }

  .step__sec__main .col-sm-3 {
    max-width: 50%;
    flex: 50%;
    margin-bottom: 30px;
  }

  .portfolio__tab ul li a {
    padding: 8px 24px;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .services__sec__main .col-sm-2.p-0 {
    max-width: 33%;
    flex: 33%;
  }

  .row.second__links .col-sm-2:nth-child(odd) .service_box {
    background: #e8fdff;
  }

  .row.second__links .col-sm-2:nth-child(2n) .service_box {
    background: #fff;
  }

  .polish__cta {
    padding: 50px 0;
  }

  .why__choose__Sec {
    padding: 70px 0 !important;
  }

  .choose_content {
    position: relative;
    top: 0;
  }

  .why__choose__Sec .web__btn {
    padding: 0 !important;
    position: relative;
    top: 0;
  }

  .review_img__sec.slick-slide img {
    width: 510px !important;
    left: -80px;
  }

  .review__content__Sec p {
    font-size: 13px;
    line-height: 25px;
  }

  .review__head h3 {
    font-size: 30px;
    font-weight: 700;
  }

  .first__Cta__sec p {
    font-size: 15px;
    line-height: 28px;
  }

  .third__Cta__content {
    padding: 70px 20px 50px;
    margin: 0;
  }

  .LetsGetModal .modal-dialog {
    max-width: 650px;
  }

  .ban-form input {
    height: 45px;
  }

  .form__banner {
    padding: 50px 20px;
  }

  .ban-form textarea {
    height: 100px;
  }

  .pricing_sec_main .col-sm-3,
  footer .col-sm-3 {
    max-width: 50%;
    flex: 50%;
  }

  .footer__content {
    padding-bottom: 30px;
  }

  footer {
    padding: 70px 0 0;
  }

  .footer__content p {
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 0;
    width: 100%;
  }

  .term__links ul {
    padding-top: 20px;
  }

  .head_list_contact a,
  .head_list_contact p {
    font-size: 16px;
  }

  .head_list_contact h6,
  .head_list_contact h6 a {
    font-size: 17px;
  }

  .navbar li.nav-item.dropdown .dropdown-menu {
    max-width: 660px;
    left: 50px;
    margin-top: 153px;
  }

  .web__content__sec.pl-4 {
    padding-left: 0 !important;
  }

  .inner__banner .web__btn.pt-5 {
    padding-top: 10px !important;
  }

  .privacy_content p {
    font-size: 14px;
    line-height: 25px;
  }

  .privacy_content h2 {
    font-size: 20px;
  }

  .privacy_content h4 {
    font-size: 1.3rem;
  }

  .privacy_content ul li {
    font-size: 15px;
    line-height: 24px;
  }
    header .btn__top {
        display: none;
    }
    .copy__right {
        margin-top: 0;
    }
    .contact__det ul li span {
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {

    

    .Process__sec .col-sm-4,
    .pricing_sec_main .col-sm-4,
    header .col-sm-3 {
        max-width: 50%;
        flex: 50%;
    }

  .banner-formInner .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    padding: 30px 50px;
  }

  .LetsGetModal .modal-dialog {
    max-width: 460px;
  }

  .ban-form h4 {
    font-size: 1.4rem;
  }

  header {
    padding: 25px 0;
  }

  .app-container,
  .banner__form__sec,
  .select__opt__Sec ul li {
    display: block;
  }

  .about__img__hire {
    display: block;
    margin: 30px auto 0;
    text-align: center;
    left: 0;
  }

  .about__tab {
    padding-bottom: 0;
  }

  .about__img__hire img {
    width: 100%;
    display: none;
  }

  .about__tab .row,
  .who__we__sec .row,
  .why__choose__Sec .row {
    flex-direction: column-reverse;
  }

  .about__tab .row.pt-4,
  .web__content__sec .row.pt-4 {
    flex-direction: unset;
  }

  

  .app-container.active {
    left: 0;
  }

  .banner__sec__main .col-sm-5 {
    max-width: 100%;
    flex: 100%;
    margin-top: 30px;
  }

  img.banner__img {
    height: 910px;
    object-fit: cover;
  }

  .portfolio__tab ul li a {
    padding: 8px 20px;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .center__content__sec h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .choose__img__sec {
    display: none;
    margin-top: 30px;
    text-align: center;
  }

  .choose__img__sec img {
    position: relative;
    left: -50px;
    width: 360px;
    text-align: center;
    margin: 0 auto;
  }

  .why__choose__Sec {
    padding: 50px 0 0 !important;
  }

  .overlay__team {
    padding: 18px;
  }

  .overlay__team h5 {
    font-size: 16px;
    padding-bottom: 0;
  }

  .overlay__team span {
    font-size: 15px;
  }

  .contact__sec .col-sm-6,
  .review__Sec__main .col-sm-6,
  .third__Cta__content .col-sm-3,
  .third__Cta__content .col-sm-6 {
    max-width: 100%;
    flex: 100%;
  }

  .review_img__sec.slick-slide img {
    width: 100% !important;
    left: 0;
  }

  .btn__cta {
    text-align: left;
    margin-top: 40px;
  }

  .center__content__sec p {
    font-size: 17px;
    width: 100%;
    line-height: 28px;
    margin: 0 auto;
  }

  img.inner__banner__img {
    height: 470px;
    object-fit: cover;
  }

  .about__lft__img {
    display: block;
    margin-top: 30px;
  }

  .mission__img__sec {
    display: block;
    margin-bottom: 40px;
    text-align: center;
  }

  .mission__img__sec img {
    width: 80%;
    margin: 0 auto;
  }

  .mission__img__sec:before {
    width: 88%;
    height: 100%;
    left: 34px;
  }

  .vision__sec .mission__img__sec {
    margin-bottom: 0;
    margin-top: 30px;
  }

  .second__cta__sec {
    padding: 60px 0;
    /* margin-top: 50px; */
  }

  .process__det h4 {
    font-size: 16px;
  }

  .expert_img {
    position: absolute;
    bottom: 40px;
    right: 0;
  }

  .main-thankyou-sec h1 {
    color: var(--black);
    font-size: 25px;
  }

  .main-thankyou-sec p.subtitle {
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
  }
}

@media (max-width: 450px) {
  .Process__sec .col-sm-4,
  .pricing_sec_main .col-sm-3,
  .pricing_sec_main .col-sm-4,
  footer .col-sm-3 {
    max-width: 100%;
    flex: 100%;
  }

  .LetsGetModal .modal-dialog {
    max-width: 410px;
    margin: 30px auto;
  }

    .banner__content p {
        font-size: 13px;
        line-height: 20px;
        text-align: left;
    }

  img.banner__img {
    object-fit: cover;
    height: 1000px;
    object-fit: cover;
  }

  .banner__badge__icon ul li img {
    width: 90% !important;
  }

  .banner__sec__main .carousel-caption .row {
    align-items: flex-start;
  }

  .service_box img {
    margin: 0 auto 20px;
    width: 50%;
    height: 70px;
  }

  .service_box {
    padding: 20px 12px;
    height: 180px;
  }

  .process__box__sec {
    padding: 30px 20px;
    min-height: auto;
  }

  .process__det p {
    font-size: 14px;
    line-height: 24px;
  }

  .choose_content h2 {
    font-size: 19px;
    line-height: 30px;
  }

  .center__content__sec h2 {
    font-size: 24px;
    line-height: 30px;
  }
    .center__content__sec h3 {
        font-size: 24px;
        line-height: 30px;
    }
  .center__content__sec p {
    font-size: 17px;
    width: 100%;
    line-height: 25px;
    margin: 0 auto;
  }

  .web__content__sec p {
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
  }

  .web__btn.pt-5 {
    padding-top: 10px !important;
    text-align: center;
  }

  .service_box span {
    font-size: 13px;
  }

  .first__Cta__sec p {
    font-size: 13px;
    line-height: 26px;
  }

  .faq_sec_main .card-body {
    font-size: 13px;
    line-height: 23px;
  }

  header .col-sm-3 {
    max-width: 60%;
    flex: 60%;
  }

  .banner__badge__icon {
    margin-bottom: 20px;
  }

  .web__content__sec .row.pt-4 .col-sm-4 {
    max-width: 33%;
    margin-bottom: 30px;
  }

  .step__sec__main .col-sm-3 {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 15px;
  }

  .footer__content img {
    width: auto;
  }
}

@media (max-width: 390px) {
  .privacy_banner .carousel-item img,
  .service_box {
    height: 180px;
  }

  .footer__content img,
  .review__content__Sec p {
    width: auto;
  }

  .LetsGetModal .modal-dialog {
    max-width: 360px;
  }

  .banner-formInner .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    padding: 30px 35px;
  }

  .ban-form h4,
  .privacy_content h4 {
    font-size: 1.1rem;
  }

  .web__btn ul li a {
    padding: 12px 13px;
    font-size: 14px;
  }

  .web__btn ul li {
    display: inline-block;
    padding: 0 5px 0 0;
  }

  img.banner__img {
    height: 1080px;
    object-fit: cover;
  }

  .web__content__sec .row.pt-4 .col-sm-4 {
    max-width: 33%;
    margin-bottom: 30px;
  }

  .exp_box span {
    font-size: 24px;
  }

  .exp_box p {
    font-size: 12px !important;
    line-height: 17px;
  }

  .center__content__sec h2 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 30px;
  }
    .center__content__sec h3 {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 30px;
    }
  .padding__90 {
    padding: 50px 0;
  }

  .center__content__sec h5,
  .faq_sec_main .card-header button {
    font-size: 14px;
  }

  .service_box {
    padding: 20px 3px;
  }

  .service_box span {
    font-size: 12px;
    line-height: 16px;
  }

  .review__head h3,
  .review__head h4,
  .top__content {
    display: none;
  }

  .first__Cta__sec h2 {
    font-size: 19px;
    line-height: 26px;
  }

  .center__content__sec p {
    font-size: 14px;
    font-weight: 400;
  }

  .privacy_content h2 {
    font-size: 17px;
  }

  .privacy_content p {
    font-size: 13px;
    line-height: 23px;
  }

  .privacy_content ul li {
    font-size: 13px;
    line-height: 22px;
  }

  .mobile-nav {
    width: 70%;
  }
   

    .row.second__links .col-sm-2:nth-child(odd) .service_box,
    .service_box {
        background: 0 0;
    }

  .services__sec__main .col-sm-2.p-0 {
    max-width: 50%;
    flex: 50%;
  }

  .row.second__links .col-sm-2:nth-child(2) .service_box,
  .row.second__links .col-sm-2:nth-child(3) .service_box,
  .row.second__links .col-sm-2:nth-child(6) .service_box,
  .services__sec__main .row .col-sm-2:first-child .service_box,
  .services__sec__main .row .col-sm-2:nth-child(4) .service_box,
  .services__sec__main .row .col-sm-2:nth-child(5) .service_box {
    background: #e8fdff;
  }

  .row.second__links .col-sm-2:first-child .service_box,
  .row.second__links .col-sm-2:nth-child(4) .service_box,
  .row.second__links .col-sm-2:nth-child(5) .service_box {
    background: #fff;
  }

  .center__content__sec h2:after {
    content: "";
    background: var(--secondary_color);
    width: 190px;
    height: 5px;
    bottom: -15px;
    left: 50%;
    position: absolute;
    border-radius: 50px;
    transform: translate(-50%, 40%);
    display: none
  }

  .review__slider__Sec.slick-slide {
    margin: 0;
  }

  .review__Sec__main .d-none {
    display: block !important;
  }
}
.mobile-nav .mobile-logo {
    background-color: #efefef;
    padding: 10px 15px;
}
@media only screen and (max-width: 1400px) {
  .about__lft__img img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  header.main_header {
    position: unset;
  }

  section.team__sec__main {
    padding-left: 10px !important;
    padding-right: 10px;
    margin-top: 50px;
  }

  section.team__sec__main .row.pt-5.team_slider .col-sm-3 {
    flex: 0 0 50%;
    padding: 0 5px 10px;
  }

  .team__sec__main .slick-slide {
    padding: 0 5px;
  }

  .team__img__Sec:hover .overlay__team {
    padding: 0 0 10px 10px;
  }

  section.team__sec__main .row.pt-5.team_slider {
    justify-content: center;
  }
}




/* PRICING PACKAGES START*/
.pkg-header {
    margin-bottom: 30px;
}

.pkg-header .p-price {
    position: relative;
}

.pkg-header .p-price h5.discount{
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700;
    text-decoration: line-through;
    color: #ec0752;
}

.p-package {
    background-color: var(--pricing-package-bg);
    border-radius: 18px;
    transition: 0.3s ease-in;
    overflow: hidden;
    border: var(--secondary_color) solid 2px;
    padding: 40px 20px;
}

.p-package h4 {
    font-size: calc(18px + (40 - 18) * (100vw - 320px) / (1920 - 320));
    font-weight: bold;
    color: var(--grey4);
    text-transform: uppercase;
}

.slae-price {
    font-size: 23px;
    opacity: 0.5;
}

.p-price h4 {
    margin-bottom: 0;
}

.p-tagline {
    font-size: 12px;
    line-height: 12px;
}

.pkg-header p  {
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.p-package .doller-sign {
    font-size: 16px;
}

.pkg-list li {
    margin-bottom: 8px;
    position: relative;
}


/* Firefox */
.pkg-content {
    padding: 20px 8px;
    overflow: auto;
    height: 250px;
    scrollbar-width: thin;
    scrollbar-color: #FF6634 #fff;
}

    /* Chrome, Edge and Safari */
    .pkg-content::-webkit-scrollbar {
        width: 2px;
    }

    .pkg-content::-webkit-scrollbar-track {
        border-radius: 0px;
        background-color: #fff;
    }

        .pkg-content::-webkit-scrollbar-track:hover {
            background-color: #fff;
        }

        .pkg-content::-webkit-scrollbar-track:active {
            background-color: #FEF1EE;
        }

    .pkg-content::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background-color: #FF6634;
    }

        .pkg-content::-webkit-scrollbar-thumb:hover {
            background-color: #FF6634;
        }

        .pkg-content::-webkit-scrollbar-thumb:active {
            background-color: #FF6634;
        }

.pkg-footer {
    padding-top: 21px;
    text-align: center;
    position: relative;
}

    .pkg-footer span {
        display: block;
    }

.foo-info-box {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid;
    padding-top: 18px;
    color: #ccc;
    margin-bottom: 15px;
}

.pkg-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-color: var(--primaryy-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease-in;
    line-height: 14px;
    font-weight: 300;
    font-size: 14px;
}

    .pkg-btn:hover {
        color: #fff;
    }


.pkp-label {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.pkg-link {
    text-decoration: none;
    color: #000;
}

.pkg-btn span {
    display: none;
}

.pkg-line {
    height: 32px;
    width: 1px;
    background-color: #ccc;
    position: relative;
    top: -10px;
}

.pkg-list {
    list-style: none;
}

.pkg-list {
    position: relative;
    padding-left: 25px;
}

.pkg-list li:before {
    content: '';
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--primary_color);
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-left: -15px;
    position: absolute;
}

/* package hover */

.p-package:hover .pkg-list li:before {
    background-color: var(--primary_color);
}

.p-package:hover {
    border-color: var(--primary_color);
    overflow: inherit;
    box-shadow: 0px 0px 20px #e7e7e7;
}

    .p-package:hover .pkg-header h4 {
        color: var(--primary_color);
    }

    .p-package:hover .pkg-link {
        color: var(--black);
    }

    .p-package:hover .pkg-btn {
        z-index: 2;
        background-color: var(--secondary-color);
        border: 3px solid #f9f5fe;
        box-shadow: 0 0 0 2px #d1c6ed;
        transform: rotate(360deg);
    }

        .p-package:hover .pkg-btn span {
            display: block;
        }

    /* Firefox */
    .p-package:hover .pkg-content {
        scrollbar-color: var(--secondary-color) #f8f5fe;
    }

        .p-package:hover .pkg-content::-webkit-scrollbar-track {
            background-color: #f8f5fe;
        }

            .p-package:hover .pkg-content::-webkit-scrollbar-track:hover {
                background-color: #f8f5fe;
            }

            .p-package:hover .pkg-content::-webkit-scrollbar-track:active {
                background-color: #f8f5fe;
            }

        .p-package:hover .pkg-content::-webkit-scrollbar-thumb {
            background-color: var(--secondary-color);
        }

            .p-package:hover .pkg-content::-webkit-scrollbar-thumb:hover {
                background-color: var(--secondary-color);
            }

            .p-package:hover .pkg-content::-webkit-scrollbar-thumb:active {
                background-color: var(--secondary-color);
            }


/* package hover end */


/* PRICING PACKAGES END*/

.about-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.about-section .imgBox img {
    border-radius: 25px;
    box-shadow: 0px 4px 56px 0px rgba(0, 0, 0, 0.09);
    /*width: 100%;*/
}

.simple-steps {
    background-color: var(--grey5);
}

.step__box__sec.sty1 {
    padding: 25px;
    height: 100%;
    background: #f4f8fa;
    border-radius: 18px;
    background-color: var(--white);
    position: relative;
}

.step__box__sec.sty1:hover {
    /* background: url(../images/images-step-img-01.jpg) 0 0 / cover; */
    transform: scale(1.05);
    background-color: #FFF;
    box-shadow: 0px 4px 56px 0px rgba(0, 0, 0, 0.09);
}

.step__box__sec.sty1 h3 {
    font-size: 18px;
    font-weight: 600;
}

.step__box__sec.sty1 p {
    color: #4b4747;
    font-size: 15px;
    line-height: 26px;
    padding-right: 15px;
    margin-bottom: 0;
}

.step__box__sec.sty1 p::-webkit-scrollbar {
    width: 1px;
}

.step__box__sec.sty1 p::-webkit-scrollbar-track {
    background-color: rgba(3, 21, 33, 0.1);
}

.step__box__sec.sty1 p::-webkit-scrollbar-thumb {
    background-color: #031521;
    height: 60px;
}
.step__box__sec.sty1 .iconBox {
    margin-bottom: 15px;
    display: block;
}

.numbering {
    position: absolute;
    right: 25px;
    top: 25px;;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--grey5);
    width: 27px;
    height: 27px;
    font-size: 13px;
    color: #aeb7bc;
    font-weight: 600;
}

.cl-white {
    color: var(--white) !important;
}
.cl-yellow {
    color: var(--yellow1) !important;
}
.cl-iPrimary {
    color: var(--primary_color) !important;
}
.cl-black {
    color: var(--black) !important;
}


/* Testimonials Slider */

.tm-slider-section {
    position: relative;
}

.bg-sub-title {
    background-color: var(--secondary-color);
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 3px;
}

.tm-slide {
    position: relative;   
}

.tm-slide.slick-active.slick-current .tm-content-holder {
    box-shadow: 0px 0px 30px #e7e7e7;
}

/* the slides */
.slick-slide {
    margin: 0 10px;
}
/* the parent */
.slick-list {
    margin: 0 -10px;
}

.tm-content-holder {
    background-color: var(--white);
    border: #e1e2e3 solid 1px;
    padding: 50px 30px;
    height: 100%;
    position: relative;
    border-radius: 18px 0 18px;
}
.tm-content-holder:after {
    position: absolute;
    right: 0;
    width: 4px;
    height: 115px;
    top: 0;
    background-color: #d20c1e;
    content: '';
}
.tm-content-holder:before {
    position: absolute;
    right: 0;
    width: 115px;
    height: 4px;
    top: 0;
    background-color: #d20c1e;
    content: '';
}
    .tm-content-holder p {
        color: #444444;
        line-height: 1.6;
        font-size: 15px;
        margin-bottom: 0;
    }

.tm-name {
    color: #000;
    font-weight: 600;
}
.tm-star i {
    color: var(--yellow1);
}

.quotes-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.right-rating-box {
    background-color: var(--white);
    padding: 7px;
    border-radius: 75px;
    width: 100%;
    box-shadow: 0px 0px 30px #e7e7e7;
    display: flex;
    align-items: center;
}
.right-rating-box .iconBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #f3f6fd;
}
.right-rating-box .contentArea h4, .right-rating-box .contentArea p {
    margin-bottom: 0;
}

/* Testimonials Slider End */


.bannerCenterNImg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    pointer-events: none;
}

.bannerCenterNImg img {
    height:auto;
}

/*LP CSS START HERE*/
.banner__sec__main.lpbanner {
    padding: 75px 0;
    overflow: hidden;
}

.lpCenterImg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    pointer-events: none;
}
.lpCenterImg img {
    max-width: 650px;
}

.banner__sec__main.lpbanner .iti__selected-flag {
    border-radius: 25px 0 0 25px !important;
}
.lp-banner-form .form-control {
    border-radius: 25px;
    line-height: 1.5
}



.lp-banner-form {
    background-color: var(--white);
    border-radius: 18px;
    box-shadow: 0px 0px 30px #e7e7e7;
    padding: 25px 25px;
    position: relative;
}
.lp-banner-form .btn-part {
    position: relative;
    left: 0;
    right: 0;
    border: 0;
}
.lp-banner-form .btn-part .btn {
    border-radius: 18px;
}
.lp-banner-form .btn-part .form-group {
    margin-bottom: 0;
}

.lp-banner-form .title-area {
    margin-bottom: 30px;
    padding: 20px 0;
    position: relative;
}
.lp-banner-form .title-area .TagBox {
    position: absolute;
    top: -2px;
    right: 0;
    pointer-events: none;
    z-index: 2;
    height: 122px;
}
.lp-banner-form .title-area .TagBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.lp-banner-form .title-area h2 {
    color: #0a0c13;
    font-size: calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}
.lp-banner-form .title-area h2 span {
    color: #7e7b7b;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
}

.lp-banner-form .title-area:after {
    position: absolute;
    left: -25px;
    right: 0;
    top: 0;
    background-color: #fbf8d7;
    height: 100%;
    border-radius: 0 75px 75px 0;
    content: '';
}
.lpaboutImg {
    padding: 0 0 45px 45px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.lpaboutImg img {
    border-radius: 0 100px 0 0;
}
.lpaboutImg .smImg {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 30px;
    box-shadow: 0px 0px 30px #a9a9a9;
    width: 180px;
    height: 180px;
    overflow: hidden;
}
.lpaboutImg .smImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-protection-lp h2 {
    font-size: calc(20px + (45 - 20) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
}
.brand-protection-lp p {
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    line-height: 1.5;
}
.brand-protection-lp .btn-white-border {
    margin-left: 0;
}


.lp-slidingTab {
    display: flex;
    flex-direction: column;
}



.lp-slidingTab ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
    position: relative;
    margin-bottom: 30px
}

.lp-slidingTab ul.tabs li:hover {
    background: #d20c1e;
    color: #fff;
}

.lp-slidingTab ul.tabs li {
    background: #ffffff;
    color: #0e0b0f;
    display: block;
    padding: 19px 0;
    text-align: center;
    cursor: pointer;
    border-radius: 12px;
    font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
    height: 62px;
    box-shadow: 0px 0px 30px #0000004f;
    line-height: 1;
    margin: 0;
    position: relative;
}

.lp-slidingTab ul.tabs li.current {
    padding: 0;
    width: 100%;
    background: #d20c1e;
    color: #fff;
    width: 100%;
    display: inline-block;
    width: 100%;
    border-radius: 12px;
    position: relative;
    line-height: 60px;
}


.lp-slidingTab .tab-content {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s;
    color: #3c4145;
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
    line-height: 1.5;
    width: 100%;
    padding: 20px;
}

.lp-slidingTab .tab-content.current {
    opacity: 1;
    visibility: visible;
}
.lp-slidingTab ul.tabs li:first-child, .lp-slidingTab ul.tabs li:last-child {
    width: 76%;
    left: 12%;
}
.lp-slidingTab ul.tabs li:nth-child(2), .lp-slidingTab ul.tabs li:nth-child(4) {
    width: 86%;
    left: 7%;
}

.lp-slidingTab ul.tabs li.current:after {
    position: absolute;
    right: -130px;
    top: 20px;
    width: 50px;
    height: 200px;
    background-image: url(../img/mix/arrow.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    content: '';
}
.lp-slidingTab ul.tabs li:nth-child(4).current:after {
    width: 40px;
    height: 170px;
}
.lp-slidingTab ul.tabs li:nth-child(5).current:after {
    width: 35px;
    height: 150px;
}

@media (max-width: 1366px) {
    .lpCenterImg img {
        max-width: 550px;
    }

    
}

@media (max-width: 1200px) {
    .lpCenterImg img {
        max-width: 500px;
    }
   
}


    @media (max-width: 991px) {
        .lp-banner-form .title-area:after {
            left: 0;
            width: 100%;
            border-radius: 0;
            display:none;
        }
        .lpCenterImg {
            display: none;
        }
        .bannerCenterNImg {
            display: none;
        }

        .lp-banner-form .title-area {
            text-align: center;
        }

        .lp-banner-form {
            margin-top: 30px;
        }

        .lp-slidingTab ul.tabs li.current:after {
            display: none;
        }

        .lp-slidingTab .tabbingContent {
            min-height: 150px;
        }

        .lp-banner-form.sty3 {
            padding: 15px 15px;
        }
        .lp-banner-form.sty3 .title-area {
            text-align: left;
            padding: 10px;
        }
        .lp-banner-form.sty3 .title-area .TagBox {
            height: 90px;
        }
    }

    @media (max-width: 767px) {
        .banner__content p br {
            display: none !important;
        }
        .lp-slidingTab ul.tabs li:first-child, .lp-slidingTab ul.tabs li:last-child {
            width: 100%;
            left: 0;
        }

        .lp-slidingTab ul.tabs li:nth-child(2), .lp-slidingTab ul.tabs li:nth-child(4) {
            width: 100%;
            left: 0%;
        }

        .lp-slidingTab .tab-content {
            padding: 10px;
            left: 0;
        }
    }

    .bgc-white {
        background-color: var(--white) !important;
    }

    .bgc-detail {
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .innerBanner {
        background-color: #f8f9e8;
        width: 100%;
        padding: 50px 0;
    }

        .innerBanner h1 {
            font-weight: 600;
            font-size: calc(22px + (37 - 22) * (100vw - 320px) / (1920 - 320));
            text-transform: capitalize;
            margin-bottom: 15px;
        }

        .innerBanner p {
            font-weight: 500;
            font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
            text-transform: capitalize;
            margin-bottom: 0;
            color: #4b4747;
        }

    .contact-formBox {
        display: inline-block;
        width: 100%;
        background-color: #f8f9e8;
        padding: 25px;
        margin-top: 20px;
        border-radius: 25px;
    }

        .contact-formBox .form-control {
            display: block;
            width: 100%;
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            line-height: 2;
            color: #495057;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: 25px;
            overflow: hidden;
            resize: none;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }

        .contact-formBox .iti--separate-dial-code .iti__selected-flag {
            border-radius: 25px 0 0 25px;
        }


    .about-lrg-img {
        display: inline-block;
        width: 100%;
        height: 226px;
        position: relative;
        margin-bottom: 55px;
    }

        .about-lrg-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 25px 25px 0 0;
            max-height: 226px;
        }

        .about-lrg-img .iconBox {
            position: absolute;
            left: 30px;
            bottom: -40px;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-color: var(--white);
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .about-lrg-img .iconBox img {
                max-width: 50px;
                max-height: 50px;
                border-radius: 0;
                object-fit: cover;
            }

    .aboutBox p {
        color: #76838d;
        font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1920 - 320));
        line-height: 1.8;
        margin-bottom: 0;
    }

    .aboutBox {
        margin-bottom: 30px;
    }



    @media (max-width: 991px) {
        .banner__content p br{
            display:block !important;
        }
        .banner__content {
            display: block;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
        }
        .hidden-md {
            display: none !important;
        }

        .p-package {
            margin-bottom: 20px;
        }

        .step__box__sec.sty1 {
            height: auto;
            margin-bottom: 20px;
        }

        .brand-protection-lp .btn-white-border, .brand-protection-lp .btn-white {
            padding: 10px 25px !important;
            margin-top: 0 !important;
        }
    }

    .imgBox.inner {
        background-color: #ffffff3d;
        border-radius: 25px;
        overflow: hidden;
        padding: 25px;
    }

        .imgBox.inner img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            box-shadow: none;
        }

    @media (max-width: 991px) {

        .tm-slider-section .center__content__sec {
            margin-bottom: 20px;
        }

            .tm-slider-section .center__content__sec h2 {
                margin-bottom: 0;
            }
    }

    @media (max-width: 767px) {
        .banner__content p br {
            display: none !important;
        }
        .banner__sec__main.lpbanner {
            padding: 50px 0;
        }

        .lp-banner-form {
            margin-bottom: 30px;
        }

        .banner__sec__main {
            padding: 50px 0;
        }
    }

    @media (max-width: 400px) {
        .right-rating-box .iconBox {
            display: none;
        }

        .right-rating-box .contentArea h4 {
            font-size: 18px;
        }

        .right-rating-box {
            padding: 7px 15px;
        }

        .brand-protection-lp .btn-white-border, .brand-protection-lp .btn-white {
            padding: 10px 25px !important;
            margin-top: 10px !important;
        }
        .lp-banner-form.sty3 .title-area .TagBox {
            height: 70px;
        }
    }





    .banner-content {
        height: 100%;
    }

    .innerArea {
        position: relative;
        width: 100%;
        height: 100%;
        display: inline-block;
    }

    [class^="swiper-button-"] {
        transition: all 0.3s ease;
    }

    .swiper-slide {
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .swiper-container {
        width: 55%;
        height: 100%;
        float: right;
        -webkit-transition: opacity 0.6s ease, -webkit-transform 0.3s ease;
        transition: opacity 0.6s ease, -webkit-transform 0.3s ease;
        transition: opacity 0.6s ease, transform 0.3s ease;
        transition: opacity 0.6s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    }

        .swiper-container.nav-slider {
            width: 40%;
            padding: 0 0;
            position: absolute;
            left: 0;
            height: 320px;
            top: 70px;
            overflow: hidden;
        }

            .swiper-container.nav-slider .swiper-slide.swiper-slide-active {
                opacity: 1;
                right: 0;
            }


                .swiper-container.nav-slider
                .swiper-slide.swiper-slide-active
                .dots-slide:after {
                    position: absolute;
                    width: 12px;
                    height: 12px;
                    border-radius: 50%;
                    background-color: #b92025;
                    bottom: 3px;
                    right: 4px;
                    content: "";
                }

    @media (max-width: 991px) {
        .swiper-container.nav-slider
        .swiper-slide.swiper-slide-active
        .dots-slide:after {
            display: none;
        }
    }

    .swiper-container.nav-slider .swiper-slide.swiper-slide-active .content {
        border: solid 1px var(--primary_color);
        background-color: var(--primary_color) !important;
    }

    .swiper-container.nav-slider .swiper-slide.swiper-slide-active .title {
        color: #fff;
    }



    .swiper-container.nav-slider .swiper-slide .content {
        background-color: #fff;
        border-radius: 12px;
        padding: 0;
        cursor: pointer;
        text-align: center;
        width: 100%;
        box-shadow: inset 0px 0px 5px #898989;
    }

        .swiper-container.nav-slider .swiper-slide .content .title {
            font-size: calc(13px + (17 - 13) * (100vw - 320px) / (1920 - 320));
            font-weight: 500;
        }


    .swiper-container.nav-slider .swiper-slide .content {
        width: 77%;
    }

    .swiper-container.nav-slider .swiper-slide.swiper-slide-prev .content {
        width: 88%;
    }

    .swiper-container.nav-slider .swiper-slide.swiper-slide-next .content {
        width: 88%;
    }

    .swiper-container.nav-slider .swiper-slide.swiper-slide-active .content {
        width: 100%;
    }


    .swiper-container:hover .swiper-button-prev,
    .swiper-container:hover .swiper-button-next {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .swiper-container.loading {
        opacity: 0;
        visibility: hidden;
    }

    .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .swiper-slide .entity-img {
            display: none;
        }

        .swiper-slide .content {
            width: 100%;
            padding-left: 0;
            height: 100%;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
        }

    @media (max-width: 991px) {
        .swiper-slide .content {
            width: 100%;
            text-align: left;
        }
    }

    .swiper-slide .content .title {
        font-size: calc(22px + (40 - 22) * (100vw - 320px) / (1920 - 320));
        font-weight: bold;
        margin-bottom: 0;
        position: relative;
    }


    .swiper-slide .content .caption {
        color: #3c4145;
        font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
        line-height: 2;
    }

    @media (max-width: 991px) {
        .swiper-slide .content .caption {
            font-size: 16px;
        }
    }

    [class^="swiper-button-"] {
        width: 44px;
        opacity: 0;
        visibility: hidden;
    }

    .swiper-button-prev {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    .swiper-button-next {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    .innerArea {
        position: relative;
        width: 100%;
        height: 100%;
        display: inline-block;
    }

    @media (max-width: 767px) {
        .swiper-container.nav-slider .swiper-slide .content .title {
            text-transform: capitalize;
            padding: 0 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1.5;
            height: 100%;
        }
        /*.swiper-container.nav-slider {
        width: 50%;
    }
    .swiper-container {
        width: 48%;
    }*/
        .swiper-container.nav-slider .swiper-slide .content {
            width: 100%;
        }

        .swiper-container.nav-slider .swiper-slide.swiper-slide-prev .content {
            width: 100%;
        }

        .swiper-container.nav-slider .swiper-slide.swiper-slide-next .content {
            width: 100%;
        }

        .swiper-container.nav-slider {
            width: 100%;
            position: relative;
            height: 60px;
        }

        .swiper-container {
            width: 100%;
        }

        .swiper-slide .content {
            justify-content: flex-start
        }
    }

    @media (max-width: 575px) {
        .swiper-container.nav-slider {
            height: 75px;
        }
        .banner__sec__main .web__btn .btn-primary {
            margin: 10px 0;
            width: 100%;
        }
        .banner__sec__main .web__btn .btn-secondary {
            width: 100%;
        }
        .choise-section {
            padding: 30px 0;
        }
        .dotted-section-main.pt-5 {
            padding-top: 10px !important;
        }
        .center__content__sec h3 {
            margin-bottom: 0
        }
        .simple-steps .center__content__sec.mb-5 {
            margin-bottom: 10px !important
        }
    }

    /*.seq-thanksBox {
    background-color: #d20c1e;
    border-radius: 20px;
    padding: 35px;
}
.seq-thanksBox p {
    font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
    color: #fff;
    padding: 0;
    line-height: 1.5;
}
.seq-thanksBox h2 {
    color: #fff;
}
.seq-thanksBox h3 {
    font-weight: 700;
}*/

    .seq-thanksBox {
        background-color: #fff;
        border-radius: 20px;
        padding: 35px;
    }

        .seq-thanksBox p {
            font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
            color: #000;
            padding: 10px;
            line-height: 1.5;
            font-weight: 400;
        }

        .seq-thanksBox h2 {
            color: #000;
        }

        .seq-thanksBox h3 {
            font-weight: 700;
        }

    .boxImg1 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 220px;
        overflow: hidden;
        border-radius: 20px 20px 0 0;
        margin-bottom: 20px;
    }

        .boxImg1 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }



    .step__box__sec.sty4 {
        padding: 15px;
        height: 100%;
        background: #f4f8fa;
        border-radius: 18px;
        background-color: var(--white);
        position: relative;
    }

        .step__box__sec.sty4:hover {
            /* background: url(../images/images-step-img-01.jpg) 0 0 / cover; */
            transform: scale(1.05);
            background-color: #FFF;
            box-shadow: 0px 4px 56px 0px rgba(0, 0, 0, 0.09);
        }

        .step__box__sec.sty4 h3 {
            font-size: 18px;
            font-weight: 600;
        }

        .step__box__sec.sty4 .btn-text {
            color: var(--primary_color);
            font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
            margin-top: 10px;
            display: inline-block;
            font-weight: 500;
            display: none;
            transition: all ease-in-out 0.3s;
        }

        .step__box__sec.sty4:hover .btn-text {
            display: block;
        }

        .step__box__sec.sty4 p {
            color: #4b4747;
            font-size: 15px;
            line-height: 26px;
            padding-right: 15px;
            margin-bottom: 0;
        }

            .step__box__sec.sty4 p::-webkit-scrollbar {
                width: 1px;
            }

            .step__box__sec.sty4 p::-webkit-scrollbar-track {
                background-color: rgba(3, 21, 33, 0.1);
            }

            .step__box__sec.sty4 p::-webkit-scrollbar-thumb {
                background-color: #031521;
                height: 60px;
            }

        .step__box__sec.sty4 .iconBox {
            margin-bottom: 15px;
            display: block;
        }


    .center-CTA-Box {
        position: relative;
        top: 100px;
    }

    .brand-CTA {
        padding: 40px;
        border-radius: 20px;
        position: relative;
    }

        .brand-CTA .cta-img-area {
            position: absolute;
            bottom: -40px;
        }

    .padding-t__170 {
        padding-top: 170px;
    }

    @media (max-width: 1366px) {
        .padding-t__170 {
            padding-top: 60px !important;
        }

        .center-CTA-Box {
            top: 30px;
        }
    }


    .thanks-listing table {
        width: 100%;
        min-height: 207px;
    }

    .imageTable {
        /*border: #f0f0f0 solid 1px;*/
        padding: 25px;
        margin: 20px 0;
        background: #fef7fa;
    }

    .thank-imgBox {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0;
    }

        .thank-imgBox img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .thanks-listing li {
        display: inline-block;
        width: 100%;
        padding: 0 0;
    }

    .bottomTable-thanks {
        padding: 25px;
        margin: 10px 0;
        background: #fef7fa;
    }

    .table-ft-p {
        font-size: small !important;
        color: grey !important;
        padding: 0 !important;
    }

    .pt-6 {
        padding-top: 5rem;
    }

    .marg-bt-2 {
        margin-bottom: 2rem;
    }


    textarea.feedtxtarea {
        height: 120px;
    }

    .center__content__sec h2.lp {
        font-weight: 500;
        font-size: calc(17px + (38 - 17) * (100vw - 320px) / (1920 - 320));
        line-height: 1.2;
    }

        .center__content__sec h2.lp span {
            font-weight: 700;
        }

    .innerArea.MainLp {
        padding: 50px 0;
    }

    .MainLp .swiper-container.nav-slider {
        top: 160px;
    }

    @media (max-width: 1200px) {
        .innerArea {
            padding: 20px 0;
        }
    }

@media (max-width: 575px) {
    .lpbanner .innerArea {
        display: none;
    }
    .topLogoBox {
        display: none;
    }
    .lpTwoColumns {
        padding-top: 0 !important;
    }
}