@media (max-width: 1900px) {
.banner-inner-sec {
    padding: 45px 115px;
}
.call-button-box-rgt h3 {
    font-size: 24px;
    line-height: 28px;
}



.bubble2 {
    top: -225px;
    right: 0px;
    opacity: 0.4;
    z-index: 0;
    position: absolute;
    height: 500px;
    width: 500px;
    background: linear-gradient(250deg, #f0d993 0%, #ebd694 100%);
    border-radius: 100%;
    animation: ease-in-out ciculatemain 15s infinite;
    background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0.01, #fae39e), color-stop(1.0, #e2d9be00));
}
 @keyframes ciculatemain{
    0% {
      transform:rotate(0deg);
      height:500px;
    }
    25%{
      height:555px;
    }
    50%{
      height:505px;
    }
    75%{
      height:515px;
    }
      100% {
        transform:rotate(360deg);
        height:500px;
    }
  }
.img-cer {
    padding: 0px 42px;
}

}
@media (max-width: 1800px) {
.banner-inner-sec h1 {
    font-size: 55px;
    line-height: 65px;
}
.banner-inner-sec h5 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0px;
}
.call-box-rgt h2 {
    padding-right: 30px;
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 40px;
}
.listing-sec {
    padding-top: 12px;
}
.box-heading-sec-rgt h4 {
    font-size: 27px;
}
.service-inner-box {
    padding: 40px 23px;
}
section.service-section {
    margin-bottom: 120px;
}
.call-button-box-rgt h3 {
    font-size: 23px;
}
.feature-box {
    min-height: 270px;
}




ul.listing li {
    font-size: 15px;
    line-height: 32px;
}
}

@media (max-width: 1700px) {
.banner-inner-sec h1 {
    font-size: 52px;
    line-height: 65px;
}
.container-fluid.assistance-sec-con {
    width: 85%;
}
.container-fluid.service-sec-con {
    width: 85%;
}
.container-fluid.lets-discuss-con {
    width: 75%;
}
.call-box-rgt h2 {
    padding-right: 30px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 40px;
}
ul.listing li {
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 1px;
}
.call-box-rgt p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 25px;
    color: #473703;
    letter-spacing: 1px;
}
.banner-inner-sec {
    padding: 40px 100px;
}
.container-fluid.cer {
    width: 90%;
}
.banner-inner-sec h5 {
    font-size: 17px;
}
.service-top-sec h1 {
    font-size: 42px;
    line-height: 55px;
    margin-bottom: 30px;
}
.service-top-sec p {
    font-size: 17px;
}
.box-heading-sec-rgt h4 {
    font-size: 26px;
}
section.service-section {
    margin-bottom: 100px;
}
.lets-main-sec h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
    margin-top: 25px;
}
.call-button-box-rgt h3 {
    font-size: 22px;
}
.call-button-box-rgt p {
    font-size: 12px;
    line-height: 22px;
}
.lets-main-sec p {
    margin-bottom: 25px;
}
.call-button-box-rgt p {
    margin-bottom: 0px;
}
.woo-inner-section p {
    font-size: 17px;
}
.feature-heading h2 {
    font-size: 40px;
}
.feature-heading h2 {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 20px;
}
section.feature-section {
    padding: 90px 0px;
}
.support-heading h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 70px;
}
section.woocommerce-support-section {
    padding: 90px 0px 200px 0px;
}
.assistance-main-sec h2 {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 15px;
}
.bubble2 {
    top: -225px;
    right: 100px;
}
.banner-inner-sec p {
    margin-bottom: 5px;
}
.service-inner-box {
    min-height: 325px;
}
}

@media (max-width: 1600px) {
ul.navbar-nav li.nav-item {
    padding: 5px 15px;
}
.container-fluid.footer-section {
    width: 90%;
}
.container-fluid.footer-bottom {
    width: 92%;
}
.footer-logo img {
    max-width: 100%;
}
.banner-inner-sec p {
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 35px;
}
.banner-inner-sec {
    padding: 40px 92px;
}
.banner-inner-sec h5 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.banner-inner-sec h1 {
    margin-bottom: 12px;
    font-size: 47px;
    line-height: 62px;
}
ul.listing li {
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 1px;
}
.bubble {
    bottom: -70px;
    opacity: 0.4;
    left: -150px;
    z-index: 0;
    height: 500px;
    width: 500px;
}
.bubble {
    bottom: 0px;
    opacity: 0.4;
    left: -66px;
    z-index: 0;
    position: absolute;
    height: 400px;
    width: 400px;
    border-radius: 100%;
    animation: ease-in-out ciculate 15s infinite;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #faca37), color-stop(1.0, #2e250a));
}
  @keyframes ciculate{
    0% {
      transform:rotate(0deg);
      height:400px;
    }
    25%{
      height:455px;
    }
    50%{
      height:405px;
    }
    75%{
      height:415px;
    }
      100% {
        transform:rotate(360deg);
        height:400px;
    }
  }
.call-box {
    padding: 10px 35px;
}
.custom-menu {
    padding: 10px;
}
.custom-nav a.navbar-brand {
    padding: 10px 100px;
    padding-right: 0px !important;
}
.call-box-rgt p {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 24px;
}
.call-box-rgt h2 {
    padding-right: 30px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 40px;
}
.custom-nav a.nav-link.active {
    font-size: 17px;
    line-height: 36px;
}
.custom-nav a.nav-link {
    font-size: 17px;
    line-height: 36px;
}
.container-fluid.service-sec-con {
    width: 90%;
}
.service-top-sec h1 {
    font-size: 40px;
    line-height: 52px;
}
.box-heading-sec-rgt h3 {
    font-size: 27px;
    line-height: 32px;
}
.box-heading-sec-rgt h4 {
    font-size: 26px;
    line-height: 30px;
}
.bottom-txt p {
    font-size: 16px;
    line-height: 30px;
    padding: 20px 0px;
}
.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 45px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.container-fluid.feature-sec-con {
    width: 90%;
}
.container-fluid.support-sec-con {
    width: 90%;
}
.custom-nav a.navbar-brand {
    padding: 6px 100px;
    padding-right: 0px !important;
}
.service-top-sec p {
    font-size: 16px;
}


.support-heading h2 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 65px;
}
.service-inner-box {
    min-height: 350px;
}
.service-top-sec {
    padding-top: 0px;
}

}
@media (max-width: 1500px) {
.banner-inner-sec {
    padding: 40px 75px;
}

.banner-inner-sec h5 {
        font-size: 16px;
    line-height: 28px;
    margin-bottom: 0px;
}
ul.listing li {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
}
.custom-nav a.navbar-brand {
    padding: 6px 70px;
}
.banner-inner-sec h1 {
    font-size: 45px;
    line-height: 58px;
}
section.service-section {
    margin-bottom: 70px;
}

.bubble {
    bottom: 0px;
    opacity: 0.4;
    left: -66px;
    z-index: 0;
    position: absolute;
    height: 300px;
    width: 300px;
    border-radius: 100%;
    animation: ease-in-out ciculate 15s infinite;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #faca37), color-stop(1.0, #2e250a));
}
  @keyframes ciculate{
    0% {
      transform:rotate(0deg);
      height:300px;
    }
    25%{
      height:355px;
    }
    50%{
      height:305px;
    }
    75%{
      height:315px;
    }
      100% {
        transform:rotate(360deg);
        height:300px;
    }
  }


ul.couter-list li h2 {
    font-size: 40px;
    line-height: 35px;
}
ul.couter-list p.span-text {
    font-size: 14px;
    line-height: 18px;
}
.woo-inner-section p {
    font-size: 16px;
}
.support-heading h2 {
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 60px;
}
section.woocommerce-support-section {
    padding: 80px 0px 180px 0px;
}
.custom-assist-button-rgt h3 {
    font-size: 22px;
    }


.img-cer {
    padding: 0px 28px;
}
.bubble3 {
    right: 235px;
    opacity: 0.4;
    z-index: 0;
    position: absolute;
    height: 600px;
    width: 600px;
    background: linear-gradient(250deg, #f0d993 0%, #ebd694 100%);
    border-radius: 100%;
    animation: ease-in-out ciculate2 15s infinite;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #fae39e), color-stop(1.0, #e2d9be00));
}
  @keyframes ciculate2{
    0% {
      transform:rotate(0deg);
      height:600px;
    }
    25%{
      height:655px;
    }
    50%{
      height:605px;
    }
    75%{
      height:615px;
    }
      100% {
        transform:rotate(360deg);
        height:600px;
    }
  }
.hvr-curl-top-right:hover:before {
    width: 43px !important;
    height: 43px !important;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px !important;
}
.service-inner-box {
    min-height: 300px;
}
}
@media (max-width: 1400px) {
ul.navbar-nav li.nav-item {
    padding: 5px 10px;
}
.banner-inner-sec h5 br {
    display: none;
}
.banner-inner-sec h1 {
    font-size: 35px;
    line-height: 50px;
}
ul.listing {
    margin-bottom: 0px;
}
.call-box-rgt h2 {
    padding-right: 30px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 40px;
}
.service-top-sec h1 {
    font-size: 30px;
    line-height: 45px;
}
.service-inner-box {
    margin-right: 0px;
    padding: 25px 25px;
}
.box-heading-sec-rgt h3 {
    font-size: 25px;
    line-height: 32px;
}
.box-heading-sec-rgt h4 {
    font-size: 25px;
    line-height: 30px;
}
section.certification-bottom {
    padding-top: 65px;
}
.custom-nav a.nav-link.active {
    font-size: 16px;
    line-height: 36px;
}
.custom-nav a.nav-link {
    font-size: 16px;
    line-height: 36px;
}
.lets-main-sec h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 25px;
}


.container-fluid.woo-parallex-sec-con {
    width: 80%;
}
.container-fluid.lets-discuss-con {
    width: 80%;
}

.feature-box {
    margin-right: 10px;
}

.img-cer {
    padding: 0px 20px;
}
section.service-section {
    padding-top: 65px;
}
section.service-section {
    margin-bottom: 55px;
}


}
@media (max-width: 1300px) {
.custom-nav a.navbar-brand {
    padding: 6px 50px;
}
.custom-nav a.navbar-brand {
    width: 20%;
}button.btn.btn-outline-success {
    font-size: 17px;
    line-height: 36px;
    padding: 4px 12px;
    margin: 0px 12px;
}
ul.navbar-nav li.nav-item {
    padding: 5px 8px;
}
.banner-inner-sec h1 {
    font-size: 32px;
    line-height: 48px;
}
.banner-inner-sec {
    padding: 38px 56px;
}
.service-top-sec h1 {
    font-size: 35px;
    line-height: 46px;
}
.box-heading-sec-lft img {
    padding-right: 20px;
}
.box-heading-sec-rgt h4 {
    font-size: 20px;
    line-height: 35px;
}
ul.navbar-nav li.nav-item {
    padding: 4px 10px;
}
.assistance-main-sec h2 {
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 15px;
}
.banner-inner-sec h5 {
    font-size: 16px;
    }
.img-cer {
    padding: 0px 10px;
}
.service-inner-box {
    min-height: 340px;
}
.call-button-box-rgt h3 a {
    font-size: 23px;
}
.custom-assist-button-rgt h3 a {
    font-size: 23px;
}
ul.couter-list {
    margin-top: 60px;
}
}
@media (max-width: 1200px) {
ul.navbar-nav li.nav-item {
    padding: 4px 10px;
}

.footer-menu-1, .footer-menu-2, .footer-menu-3, .footer-menu-4, .footer-menu-5 {
    margin-right: 20px;
}
.banner-inner-sec {
   padding: 35px 50px;
    position: sticky;
    z-index: 1;
    opacity: 1;
}
.banner-inner-sec h1 {
    font-size: 28px;
    line-height: 37px;
}
.service-top-sec h1 {
    font-size: 32px;
    line-height: 45px;
}
.bottom-txt p {
    font-size: 15px;
    line-height: 28px;
    padding: 20px 0px;
}
.box-heading-sec-rgt h3 {
    font-size: 24px;
    line-height: 30px;
        margin: 0px;
}
ul.support-list li {
   
    font-size: 14px;
   
}
.support-box {
    border-right: 1px solid #9f793345;
    margin-right: 40px;
}
.assist-button {
    display: inline-flex;
    align-items: center;
    border: 2px solid #dfdfdf;
    border-radius: 45px;
       padding: 7px 40px 10px 20px;
    /* margin: 50px 515px 0px; */
    margin: 0 auto;
}
.box-heading-sec-rgt h4 {
    font-size: 23px;
    line-height: 35px;
}
section.service-section {
    margin-bottom: 50px;
}
.support-box.last-border {
    margin-left: 60px;
    margin-right: 0px;
}

.service-top-sec p {
    font-size: 15px;
}


.img-cer {
    padding: 0px 20px;
}
.bubble3 {
    right: 160px;
    opacity: 0.4;
    top: 126px;
    z-index: 0;
    position: absolute;
    height: 600px;
    width: 600px;
    background: linear-gradient(250deg, #f0d993 0%, #ebd694 100%);
    border-radius: 100%;
    animation: ease-in-out ciculate2 15s infinite;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #fae39e), color-stop(1.0, #e2d9be00));
}
 @keyframes ciculate2{
    0% {
      transform:rotate(0deg);
      height:600px;
    }
    25%{
      height:655px;
    }
    50%{
      height:605px;
    }
    75%{
      height:615px;
    }
      100% {
        transform:rotate(360deg);
        height:600px;
    }
  }
.counter {
    padding-top: 170px;
}
.woo-inner-section img {
    padding-bottom: 50px;
    padding-top: 10px;
}
ul.couter-list li h2 {
    font-size: 38px;
    line-height: inherit;
}
ul.couter-list p.span-text {
    font-size: 14px;
    line-height: inherit;
}
}
@media (max-width: 1100px) {
.custom-nav a.nav-link {
    font-size: 15px;
}
.custom-nav a.navbar-brand {
    width: 19%;
}
.footer-list li a {
    font-size: 13px;
}
h5.service-list {
    font-size: 13px;
    padding-bottom: 12px;
}
.banner-inner-sec h1 {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 10px;
}
.banner-inner-sec {
    padding: 20px 30px;
    position: sticky;
    z-index: 1;
    opacity: 1;
}
.banner-inner-sec h5 {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0px;
}
ul.listing li {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 1px;
}
.banner-inner-sec p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 30px;
}
.service-inner-box {
    margin-right: 0px;
    padding: 16px 16px;
}
.banner-inner-sec h1 br {
    display: none;
}
.box-heading-sec-rgt h4 {
    font-size: 18px;
    line-height: 30px;
}
.lets-main-sec {
    padding: 50px 50px !important;
    text-align: center;
}
ul.couter-list {
    padding: 47px 0px;
    margin: 50px 0px;
}
ul.couter-list li {
    padding-right: 45px;
}
.feature-box {
    margin-right: 20px;
}
/*.feature-box {
    min-height: 300px;
}*/
.support-box {
    margin-right: 10px;
}
.assistance-main-sec {
    padding: 50px 50px !important;
}
.custom-assist-button-rgt h3 {
    font-size: 20px;
}
.call-button-box-rgt h3 {
    font-size: 20px;
}
a.navbar-brand img {
    width: 60px;
    height: 60px;
}
.footer-sec-lft img {
    width: 60px;
    height: 60px;
}
.hvr-curl-top-right:hover:before {
    width: 24px !important;
    height: 24px !important;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px !important;
}
.service-inner-box {
    min-height: 290px;
}
.bottom-txt p {
    font-size: 14px;
    line-height: 28px;
    padding: 20px 0px;
}
.container-fluid.service-sec-con {
    width: 95%;
}
.feature-box p {
    font-size: 15px;
    line-height: inherit;
}
.feature-box h3 {
    font-size: 18px;
    line-height: 28px;
}
.container-fluid.support-sec-con {
    width: 95%;
}
.support-box.last-border {
    margin-left: 15px;
}
}



@media (max-width: 991px) {
.mobile-menu .footer-list {
    display: none;
}
.call-box.top {
    display: inline-flex;
}
.call-box.top {
    width: auto;
    margin-bottom: 0px;
}
.custom-nav a.navbar-brand {
    width: 19% ! important;
}
.mobile-menu.footer-active .footer-list {
    display: block;
    padding: 15px;
}
.mobile-menu h5 {
    padding: 20px 20px;
    border-bottom: 1px solid #dfdfdf;
}
.footer-logo {
    order: 2;
    padding: 25px 20px;
}
.footer-menu-1.mobile-menu,
.footer-menu-2.mobile-menu,
.footer-menu-3.mobile-menu,
.footer-menu-4.mobile-menu,
.footer-menu-5.mobile-menu{
	width: 100%;
}
footer.footer-main {
    display: block;
}
h5.service-list i {
    float: right;
}
h5.service-list i {
    display: block;
}
.custom-nav a.nav-link {
    font-size: 16px;
    line-height: 28px;
}
.custom-menu {
    margin-top: 20px;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}
section.footer-sec ul.footer-list p {
    font-size: 13px;
    line-height: 22px;
}

.opp-sec-rgt button {
    font-size: 15px;
    padding: 10px 8px;
}
ul.career-list li {
    display: inline-block;
}
.opp-sec-left h2 br {
    display: none;
}
.opportunity-sec {
    display: block;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px !important;
}
ul.career-list li {
    margin-right: 25px;
}
button.navbar-toggler {
    margin: 0px 40px;
}

.custom-nav .navbar-toggler {
    border: none !important;
  }
div#navbarSupportedContent {
    padding: 0px 25px;
    box-shadow: rgb(17 12 46 / 15%) 0 48px 100px 0;
}
.call-box {
   width: 360px;
    margin-bottom: 25px;
}
.custom-menu li.nav-item {
    border-bottom: 1px solid #3333;
}
.banner-inner-sec {
    padding: 35px 25px;
}
.custom-nav a.navbar-brand {
    padding: 10px 25px;
}
.banner-inner-sec h5 {
    font-size: 15px;
    line-height: 20px;
}
.banner-inner-sec h1 {
    font-size: 23px;
    line-height: 33px;
}
.banner-inner-sec {
    padding: 25px 24px;
}
select.mobile-dropdown-list {
    display: block;
}
/*ul.listing {
    display: none;
}*/
select.mobile-dropdown-list {
    color: #504949;
    padding: 12px 20px;
    cursor: pointer;
    user-select: none;
    width: 100%;
    font-family: 'Meutas-Regular';
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 1px;
    background-color: #faca36;
    border: none;
    outline: none;
    margin-top: 10px;
}
.row.service-main-sec {
    margin-bottom: 35px;
}
.box {
    margin-bottom: 40px;
}
.row.service-box-sec {
    margin-bottom: 0px;
}
.service-top-sec h1 {
    font-size: 26px;
    line-height: 40px;
}
.box-heading-sec-rgt h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 0px;
}
.box-heading-sec-rgt h4 {
    font-size: 21px;
    line-height: 32px;
}
.bubble {
    bottom: 0px;
    opacity: 0.4;
    left: -66px;
    z-index: 0;
    position: absolute;
    height: 150px;
    width: 200px;
    border-radius: 100%;
    animation: ease-in-out ciculate 15s infinite;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #faca37), color-stop(1.0, #2e250a));
}
  @keyframes ciculate{
    0% {
      transform:rotate(0deg);
      height:200px;
    }
    25%{
      height:255px;
    }
    50%{
      height:205px;
    }
    75%{
      height:215px;
    }
      100% {
        transform:rotate(360deg);
        height:200px;
    }
  }
.banner-img img {
    height: 445px;
    width: 100%;
    object-fit: cover;
}
.service-inner-box {
    min-height: 0px;
        width: 100%;
}
.container-fluid.lets-discuss-con {
    width: 95%;
}
.lets-main-sec {
    padding: 30px 30px !important;
}
section.service-section {
    margin-bottom: 20px;
}
.lets-main-sec h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 0px;
}
.service-top-sec h1 br {
    display: none;
}
ul.couter-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    border-bottom: 1px solid #faca3624;
    justify-content: space-between;
    text-align: center;
}
section.woo-parallex-section {
    height: 1050px;
}
section.feature-section {
    padding: 80px 0px;
}
.feature-box {
    min-height: 0px;
    padding: 30px 0px 0px 0px;
    border: none;
}
.support-heading h2 br {
    display: none;
}
.support-heading h2 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 30px;
}
.support-box {
    border-right: none !important;
}
.container-fluid.assistance-sec-con {
    width: 95%;
}


.assistance-main-sec {
    padding: 30px 30px !important;
}
.woo-inner-section img {
    padding-bottom: 35px;
    padding-top: 0px;
}
.custom-owl-carousel {
    display: block;
    align-items: center;
    white-space: nowrap;
    overflow: auto;
    justify-content: inherit ! important;
}
.img-cer {
    padding: 0px 40px;
}
.bubble-box2 {
    display: none;
}
.bubble3 {
    right: 94px;
    opacity: 0.4;
    top: 100px;
    z-index: 0;
    position: absolute;
    height: 500px;
    width: 500px;
    background: linear-gradient(250deg, #f0d993 0%, #ebd694 100%);
    border-radius: 100%;
    animation: ease-in-out ciculate2 15s infinite;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #fae39e), color-stop(1.0, #e2d9be00));
}
@keyframes ciculate2{
    0% {
      transform:rotate(0deg);
      height:500px;
    }
    25%{
      height:555px;
    }
    50%{
      height:505px;
    }
    75%{
      height:515px;
    }
      100% {
        transform:rotate(360deg);
        height:500px;
    }
  }
  .hvr-curl-top-right:hover:before {
    width: 43px !important;
    height: 43px !important;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px !important;
}
.support-box.last-border {
    margin-left: 0px;
}
ul.support-list {
    margin: 0px;
}

}
@media (max-width: 767px) {
.carousel-caption {
    bottom: 10% !important;
    left: 12% !important;
}

.call-box.top {
    width: auto ! important;
    margin-bottom: 0px ! important;

}
.call-box-lft.shake-slow.hvr-buzz-out.top img {
    width: 40px;
}
.feature-box h3 {
    color: #404040;
    font-family: 'Meutas-Bold';
    font-size: 18px;}

    .feature-box p {
    font-family: 'Meutas-Light';
    font-size: 15px;}

    .support-box.last-border {
    margin-left: 0px;
    margin-right: 0px;
}
.assistance-main-sec p {
   
    margin-bottom: 30px;
}
.custom-assist-button-rgt h3 a {
    font-size: 18px;}

    .call-box-rgt h2 a {
    font-family: 'Meutas-Regular';
    font-size: 18px;}
.footer-menu-1.footer-logo {
    width: 235px;
}
section.footer-sec {
    padding: 60px 0px;
}
.opportunity-sec {
    display: block;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px !important;
}
.copy-right-sec {
    display: block;
}
ul.career-list li {
    margin-right: 0px;
}
.custom-nav a.navbar-brand {
    width: 35%;
}
select.mobile-dropdown-list {
    display: none;
}
ul.listing {
    display: block;
}
.col-md-6.woo-commerce-sec-lft {
    order: 2;
}
ul.listing li:nth-last-child(-n+2) {
    display: revert;
}
.call-box-rgt h2 {
    padding-right: 0px;
    }
.service-top-sec {
    padding-right: 0px;
}
.service-top-sec p {
    font-size: 15px;
    line-height: 28px;
}
section.certification-bottom {
    padding: 45px 0px;
}
.service-top-sec h1 {
    font-size: 24px;
    line-height: inherit;
}
.box {
    margin-bottom: 30px;
}
.call-box-rgt h2 {
    line-height: 25px;
}
.bottom-txt p {
    font-size: 15px;
    line-height: revert;
    padding: 20px 0px;
}
.lets-main-sec h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
    margin-top: 0px;
}
.call-button-box-rgt h3 a {
    font-size: 18px;}
    .call-us-box {
    display: inline-flex;
    align-items: center;
    border: 2px solid #dfdfdf;
    border-radius: 45px;
    padding: 8px 40px 10px 22px;
}
.banner-img img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.custom-nav a.navbar-brand {
    padding: 10px 8px;
}
button.navbar-toggler {
    margin: 0px 
 0px;
}
a.navbar-brand img {
    width: 56px;
    height: 56px;
}
.call-box {
    justify-content: flex-start;
}
.banner-inner-sec p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 40px;
}
.banner-inner-sec h1 {
    font-size: 26px;
    line-height: inherit;
}
ul.listing li::before {

    height: 6px;
    width: 6px;

}
.img-cer {
    padding: 0px 0px;
    padding-right: 30px;
}
.banner-inner-sec h5 {
    font-size: 15px;
    line-height: inherit;
    color: #e7e7e8;
    font-family: 'Meutas-light';

    letter-spacing: 1px;
}
ul.listing li {
    font-size: 14px;
}
.container-fluid.service-sec-con {
    width: 95%;
}


.lets-main-sec {
    padding: 20px 10px !important;
}
.lets-main-sec p br {
    display: none;
}
.call-button-box-rgt h3 {
    font-size: 16px;
}
ul.couter-list {
    padding: 0px 0px;
    margin: 50px 0px;
    padding-top: 30px;
    display: block;
}
ul.couter-list li {
    padding-right: 0px;
    margin-bottom: 30px;
}

ul.couter-list li h2 {
    font-size: 32px;
    line-height: inherit;
}
section.woo-parallex-section {
    height: auto ! important;
}
.container-fluid.woo-parallex-sec-con {
    width: 95%;
}
.woo-inner-section p {
    font-size: 15px;
}
.container-fluid.feature-sec-con {
    width: 95%;
}
.feature-heading h2 {
    font-size: 24px;
    line-height: inherit;
    margin-bottom: 10px;
}
.feature-box p {
    margin: 0px;
}
section.feature-section {
    padding: 70px 0px;
}
.feature-box {
    min-height: 0px;
    padding: 30px 0px 0px 0px;
    border: none;
}
.container-fluid.support-sec-con {
    width: 95%;
}
.support-heading h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
}
ul.support-list {
    margin: 0px;
}
section.woocommerce-support-section {
    padding: 60px 0px 160px 0px;
}
.assistance-main-sec {
    padding: 15px 15px !important;
}
.assistance-main-sec h2 {
    font-size: 24px;
    line-height: inherit;
    margin-bottom: 15px;
}
.assistance-main-sec p br {
    display: none;
}

.custom-assist-button-rgt p {
    margin: 0px;
    font-size: 12px;
    line-height: 22px;
}
.custom-assist-button-rgt h3 {
    font-size: 16px;
}

.footer-sec {
    display: flex;
}
ul.footer-nav {
    padding: 0px;
    margin-top: 30px;
}
ul.footer-nav li {

    display: inline-flex;
    padding: 0px 10px;
}
.bubble-box3 {
    display: none;
}
.float-icon {
    position: fixed;
        width: 50px;
    height: 50px;
    bottom: 80px;}
    .footer-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px 0px;}
section.service-section {
    padding-top: 0px;
}
}
@media (max-width: 480px){
ul.listing li {
    font-size: 12px;
}
ul.career-list p {
    margin-bottom: 10px;
    word-break: break-all;
}
.call-box {
    width: 100%;
    margin-bottom: 25px;
}
.call-box {
    padding: 10px 8px;
}
.hvr-curl-top-right:hover:before {
    width: 25px !important;
    height: 25px !important;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px !important;
}

section.woo-parallex-section {
    height: auto ! important;
}
.service-top-sec h1 {
    margin-bottom: 20px;
}
}
