   
.container {
    max-width: 1400px;
}

html{
    overflow-x: hidden;
}




body .main-sub-menu , body .new-right-menu {
    height: 658px;
 
}

.section-video{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-image: url(image/Banner_02_v3_Blank_Modified.png);
    height: 100%;
    width: 100%;
    background-position: top;
    background-position-x: center;
    background-position-y: top;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}


  .form-row1  {
    column-gap: 20px;
    flex-wrap: wrap;
}
.form-row1 .form-group select {
    border: 1px solid #ced4da !important;
}
.form-row1 .form-group {
    flex-grow: 1;
}
.price-tag .price select{
    border:1px solid #ccc !important;
}
.active_monthly a, .active_monthly div {
    border-radius: 5px;
    background-color: #00c0f7;
    color: #fff !important;
    border-radius:0;
}
.btn_monthly div, .btn_monthly a {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #00c0f7;
    color: #00c0f7;
    font-weight: 500;
    margin:0px 5px; 
    transition: .2s;
    cursor: pointer;
}
.left-tc {
    width: 25%;
    position: relative;
}
.right-tc {
    width: calc(75% - 30px);
  
}
.tc-count {
    font-size: 30px;
    
}
.background-video {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
}

@media (min-aspect-ratio: 16/9) {
  .background-video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 4/3) {
  .background-video {
    width: auto;
    height: 100%;
  }
}


.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.content h1 {
  font-size: clamp(3rem, 10vw, 8rem);
  font-weight: 600;
  -webkit-text-stroke: 2px rgba(168, 239, 255, 1);
  color: transparent;
  transition: all 0.5s ease;
}


.home-content {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 150px 0 100px;
}

.home-content h1 {
    font-size: 60px;
    margin-bottom: 30px;
    color: #fff;
    margin-right: 0;
}




.slider-head span {
    color: #00C0F7;
    position: relative;
    background-image: linear-gradient(45deg, #00c0f7 15%, #62ffef 65%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service-slider-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    border-radius: 5px;
}

.service-list-one {
    display: flex;
    align-items: center;
    padding: 0.65rem 1.9rem 0.65rem 1.25rem;
    height: 66px;
    width: calc(20% - 20px);
    background: linear-gradient(187deg, #17a2b861 15%, #00000000 65%);
    border-right: 1px solid #00083687;
    position: relative;
    margin: 10px;
    border-radius: 5px;
    border: 0 solid;
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, .7);
    outline-offset: 0px;
}

.read-more-btn-one {
    width: 20px;
    height: 20px;
    background-color: #ffffff9c;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    /*z-index: 999;*/
}

.home-content p {
    color: #fff;
    font-family: 'Poppins-Regular';
    font-size: 16px;
}

.next-arrow {
    color: #000000;
    font-size: 12px;
}

p.sl-title {
    color: #fff;
    font-family: 'Poppins-Regular';
    font-size: 14px;
        margin-left: 12px;
    text-transform: uppercase;
}


.tc-title {
    color: #ffffff;
    font-size: 30px;
}

.tc-cw-title {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Poppins-Medium';
}

.main-tc-block {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}

/*.marquee {
    margin: 0;
}
.marquee-box-one {
    overflow: hidden;
    
    position: relative;
    display: flex;
    align-items: center;
    margin: 0px;
    background: #142149;
    padding: 7px;
}
.marquee-content-one {
    display: flex;
    gap: 40px;
    padding: 0 20px;
    animation: scroll-one 30s linear infinite;
}

.marquee-text {
    white-space: nowrap;
    
    font-size: 23px;
    margin: 0;
    padding: 8px 61px;
    border-radius: 0px;
    color: white;
    background-color: #18181800;
    display: flex;
    align-items: center;
    user-select: none;
    font-family: 'Poppins-medium' !important;
}*/



.marquee_container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: #142149;
  padding: 20px 0;
  margin-bottom: 30px;
}
.marquee {
  display: inline-block;
  animation: marquee 23s linear infinite;
  font-family: 'Poppins-medium' !important;
  color: white;
  font-size: 23px;
}
@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
h1 {
  display: inline-block;
  margin-right: 50px;
}

@keyframes scroll-one {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
@keyframes scroll-two {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(0); }
}





/*------------price-table----------*/

.section-video {
    position: relative;
    background-color: #04060cb0;
}

.price-sec {
    padding: 0px 0;
}


h2.main-head {
    font-size: 40px;
    font-weight: 800;
}

.plan-one {
    margin: 7px;
    width: 95%;
}
.pricing-table {
    background: #fff;
    box-shadow: 0px 1px 10px -6px rgb(0 0 0 / 55%);
    padding: 20px;
    border-radius: 4px;
    transition: .3s;
}

.entry {
    position: absolute;
    padding: 3px 17px 6px;
    background: #004085;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    top: 0;
    left: 0;
}
.pricing-table .pricing-label {
    border-radius: 2px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dee2e6;
    flex-wrap: wrap;
    position: relative;
}

.pricing-table h2 {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0c2a4a;
}

.pricing-table .pricing-features .feature {
    font-size: 14px;
    margin: 14px 0;
    color: #B3B3B3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pricing-table .pricing-features .feature span {
    display: flex;
    color: #0c2a4a;
    margin-right: 11px;
    font-family: 'Poppins-Bold';
}


.feature p {
    color: #2f2f2f;
    font-family: 'Poppins-Regular';
    font-size: 14px;
}

.location-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.selectdiv p {
    font-size: 14px;
    color: #00c0f7;
}

.pricing-table .price-tag {
    margin-top: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.from-tag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.inc {
    display: flex;
}

.inc p {
    font-size: 12px;
    color: #9c9c9c;
}


.dedcription-btn {
    width: 100%;
    position: relative;
    display: inline-block;
    border-radius: 0px;
    background-color: #0c2a4a;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    transition: all 0.3s;
    padding-right: 40px;
    margin: 20px 0px;
    font-family: poppins-medium;
}

.name-descripeion {
    position: relative;
    z-index: 9999;
}

.dedcription-btn .btn-icon {
    width: 100px;
    height: 44px;
    float: right;
    position: absolute;
    border-radius: 30px 0px 0px 0;
    right: 0px;
    top: 0px;
    transition: all 0.3s;
}
.heart {
    background-color: #00c0f7 !important;
}


.btn-icon::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 44px solid #0c2a4a;
    border-right: 40px solid transparent;
    position: absolute;
    top: 0px;
    left: 0px;
}

.cart {
    border: 1px solid #fff;
    background: linear-gradient(90deg, #fff 50%, transparent 0);
    background-size: 200% 98%;
    background-position: 100% 100%;
    align-items: center;
    padding: 0 28px;
    font-size: 15px;
    color: #fff;
    background-color: #4b4747;
    min-height: 44px;
    font-family: poppins-medium;
}

a.chat-link {
    width: 100%;
}

.pricing-label img {
    width: 100% !important;
    padding: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.entry2 {
    position: absolute;
    padding: 3px 17px 6px;
    background: #0c5460;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    top: 0;
    left: 0;
}

.entry3 {
    position: absolute;
    padding: 3px 17px 6px;
    background: #292d32;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    top: 0;
    left: 0;
}

.entry4 {
    position: absolute;
    padding: 3px 17px 6px;
    background: #155724;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    top: 0;
    left: 0;
}



.news-slider .owl-prev span {
    font-size: 33px;
    font-family: auto;
    background: #0c2a4a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 29px;
    color: #fff;
    line-height: 11px;
    padding: 10px 13px 17px;
}

.news-slider .owl-next span {
    font-size: 33px;
    font-family: auto;
    background: #0c2a4a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 29px;
    color: #fff;
    line-height: 11px;
    padding: 10px 13px 17px;
}

.news-slider.owl-carousel .owl-nav.disabled {
    display: flex;
    width: 100%;
}

.news-slider .owl-nav {
    justify-content: space-between;
    position: absolute;
    top: 29%;
    transform: translateY(-54%);
    left: 0px;
}
.news-slider .owl-next {
    right: -10px;
    position: absolute;
}

.news-slider .owl-prev {
    left: -10px;
    position: absolute;
}

.dedcription-btn .btn-icon .fa-cog {
    position: absolute;
    right: 25px;
    top: 15px;
    color: #fff;
}
.dedcription-btn:hover {
    color: #fff !important;
}

.dedcription-btn:hover .btn-icon {
    width: 100%;
    border-radius: 0px;
}

.cart:hover {
    background-position: 0 100%;
    color: #2064a3;
    border: 1px solid #2064a3;
}




.Custom-sec {
    padding: 60px 0;
    /*background: linear-gradient(45deg, #040229 20% 55%, #040229 49% 80%, #040229 80%);*/
    background: #fff;
    position: relative;
}

.lef-sec {
    padding: 50px 0;
}
.lef-sec span {
    color: #00c0f7;
    font-size: 18px;
    font-family: 'Poppins-Regular';
    display: block;
}

.lef-sec h1 {
    color: #000000;
    margin-bottom: 15px;
    font-size: 41px;
}
.lef-sec p {
    color: #000000;
    font-size: 15px;
    font-family: poppins-regular;
}

.custom-btn {
    background-color: #00c0f7;
    padding: 14px 40px;
    font-size: 16px;
    position: relative;
    display: inline-block;
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    color: #fff;
    font-family: poppins-medium;
    border: none;
    margin-top: 23px;
}
.lef-sec .btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.custom-btn::before {
    content: '';
    position: absolute;
    left: -90px;
    top: -135%;
    width: 190%;
    height: 135%;
    background-color: #0c2a4a;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
}
.custom-btn:hover::before {
    top: -10px;
}

.lef-sec-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lef-sec-img img {
    width: 95%;
}

.about-sec {
    padding: 70px 0;
    background: #0c2a4a;
}

.about-meta {
    color: #00c0f7;
    font-size: 18px;
    font-family: 'Poppins-Regular';
}

h2.about-title {
    font-size: 39px;
    margin-bottom: 5px;
    color:#fff;
}
.about-description {
    margin-bottom: 12px;
    text-align: justify;
    font-family: 'Poppins-Regular';
    font-size: 15px;
    color:#fff;
}

.feature-list li {
    list-style: none;
    margin-bottom: 10px;
    padding: 11px 0;
    color: #fff;
    border-bottom: 1px dashed #ddd;
    font-family: 'Poppins-Medium';
    font-size: 14px;
}
.feature-list li img {
    margin-right: 7px;
}

.about-sec .image-wrapper {
    position: relative;
}

.about-sec .image-wrapper .main-image {
    border-radius: 15px;
}

.about-sec .image-wrapper .small-image {
    position: absolute;
    top: 20%;
    left: -13%;
    width: 47%;
    border: 8px solid #ffffff;
    border-radius: 15px;
}
.about-sec .image-wrapper .experience-badge {
    position: absolute;
    bottom: 5%;
    right: 5%;
    background-color: #595959;
    color: #ffffff;
    padding: 8px 0;
    border-radius: 0.5rem;
    text-align: center;
    min-width: 222px;
}




.about-sec .image-wrapper .experience-badge {
 position: absolute;
    bottom: 5%;
    right: 5%;
    background-color: #595959;;
    color: #ffffff;
    padding: 8px 0;
    border-radius: 0.5rem;
    text-align: center;
    min-width: 222px;
  animation: experience-float 3s ease-in-out infinite;
}





@keyframes experience-float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}


.experience-badge h3 {
    font-size: 26px;
}

.new-au-btn {
    display: flex;
    align-items: center;
    margin-top: 33px;
    justify-content: end;
}

.know-more-btn-new {
    background-color: #00c0f7;
    padding: 15px 40px;
    font-size: 18px;
    position: relative;
    display: inline-block;
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    color: #fff;
    font-family: poppins-medium;
}

.know-more-btn-new::before {
    content: '';
    position: absolute;
    left: -90px;
    top: -135%;
    width: 190%;
    height: 135%;
    background-color: #fff;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
}
.know-more-btn-new:hover::before {
    top: -10px;
}

.livechat_button-one {
    text-align: center;
    cursor: pointer;
    font-family: 'Poppins-Medium';
    outline: none;
    overflow: hidden;
    position: relative;
    color: #000000;
    font-size: 18px;
    border: 1px solid #00C0F6;
    margin-left: 15px;
    width: 185px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    border-radius: 12px;
}
.know-more-btn-new:hover {
    color: #00c0f7;
}
.livechat_button-one::before {
    content: '';
    position: absolute;
    left: -50px;
    top: -130%;
    width: 170%;
    height: 130%;
    background-color: #000000;
    /*z-index: -1;*/
    border-radius: 42%;
    transition: all 0.3s;
}

.livechat_button-one a {
    color: #fff;
    position: relative;
    z-index: 1;
}

.livechat_button-one:hover::before {
    top: -10px;
}

.livechat_button-one:hover a {
    color: #ffffff;
}


/*.service-sec {
    background: #00c0f7;
    padding: 49px 0;
}
.about-meta1 {
    color: #111111;
    font-size: 18px;
    font-family: 'Poppins-Regular';
    text-transform: inherit;
}
.service-sec h1 {
    color: #fff;
}

.service-sec .icon {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 2;
    bottom: 0;
    left: -1px;
    justify-content: center;
}

.service-sec .icon img {
    background: #0c2a4a;
    padding: 8px 6px;
    width: 68px;
    border-radius: 11px;
    border: 4px solid #00bff6;
}


.service-item {
    background-color: #ffffff;
    padding: 40px 30px 40px 70px;
    border-radius: 18px;
    min-height: 227px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    position: relative;
}
.service-item h3 {
    font-weight: 700;
    margin: 0px 0 15px 0;
    font-size: 20px;
    transition: ease-in-out0 .3s;
    color: #0c2a4a;
    font-family: poppins-regular;
}

.service-item p {
    font-family: poppins-regular;
}*/




.service-sec {
    background: #fff;
    padding: 49px 0;
}

.resume-three-content {
    max-width: 530px;
    margin-right: auto;
    margin-left: unset;
    position: relative;
}


.resume-three-content h3 {
    font-size: 19px;
    margin-bottom: 8px;
    color: #142149;
}

.resume-three-content .resume-card {
    margin-bottom: 11px;
    padding-left: 40px;
    position: relative;
}
 .resume-three-content .resume-card::before {
    background-color: #00c0f7;
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    left: 5px;
    top: 10px;
    z-index: 2;
}

.resume-three-content .resume-card .text {
    color: #292727;
    font-family: poppins-regular;
    font-size: 14px;
    color: #000000;
}

 .resume-three-content .resume-card::after {
    background-color: #EEEEEE;
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    left: 0px;
    top: 5px;
}


.resume-three-content::after {
    background-color: #EEEEEE;
    content: '';
    position: absolute;
    width: 1px;
    height: 76%;
    left: 7px;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
 .resume-three-content.resume-three-content-right {
    margin-left: auto;
    margin-right: unset;
    position: relative;
    left: 30px;
}

 .screen-container {
    position: relative;
    display: inline-block;
}
.screen-container .block-content {
    position: absolute;
    top: 50%;
    left: -70px;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

 .screen-container .feature-meta {
    padding: 75px 50px 65px;
    background: #FFFFFF;
    box-shadow: 0px 30px 60px rgba(6, 24, 67, 0.05);
    border-radius: 10px;
    text-align: left;
    margin: 40px 0;
}

.screen-container img {
    width: 100%;
}


.service-head {
    margin-bottom: 40px;
}

.service-head p {
    margin-bottom: 12px;
    text-align: justify;
    font-family: 'Poppins-Regular';
    font-size: 15px;
    color: #fff;
}


.service-head span {
    color: #00c0f7;
    font-size: 18px;
    font-family: 'Poppins-Regular';
}

.service-head h2 {
    font-size: 43px;
    margin-bottom: 10px;
    color: #000000;
}


.service-head p {
    margin-bottom: 12px;
    text-align: justify;
    font-family: 'Poppins-Regular';
    font-size: 15px;
    color: #000000;
}




.main_tabs .nav-tabs .nav-link {
    font-weight: 500;
    color: #fff;
    border:none !important;
    background:transparent;
}

.main_tabs .nav-tabs {
    border: 1px solid #00c0f7 ! IMPORTANT;
    width: 30%;
    border-radius: 50px;
    padding: 10px;
    margin: auto;
    background: #0000003d;
}
 .new_maps_loco .nav-item .nav-link {
    font-weight: 500;
    background: none;
    color: #fff;
    border:none;
}
.new_maps_loco .nav-item .nav-link:hover {
    font-weight: 500;
    background: none;
    color: #00c0f7;
}
.new_maps_loco .nav-item .nav-link.active {
  
    color: #00c0f7;
}
 .new_location_box .ll-list {
    margin-bottom: 0;
    animation: shadow-pulse 1.5s infinite;
    border-radius: 10px;
}


.new_maps_loco .nav-pills {
    border: 1px solid #b8b8b88a;
    width: 49%;
    text-align: center;
    margin: auto;
    padding: 6px;
    border-radius: 9px;
    background: #00000085;
}


.new_maps_loco {
    padding: 80px 0;
    position: relative;
    background: url('../image/global_network_1.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.new_location_box a {
    text-decoration: none;
    padding-left: 10px;
    color: #fff;
    
}

.new_location_box {
   margin-top: 6px;
    background: #00000003;
    padding: 15px 10px;
    /* border: 1px solid #CCCCCC; */
    display: flex;
    flex-wrap: wrap;
}
.main_tabs .nav-tabs .nav-link.active {
    background: #00c0f7;
    border: none;
    border-radius: 7px;
    color: #fff;
    border-radius:20px;
}
 .main_tabs .nav-link:hover {
    border: none;
    
}
  .new_location_box img {
    margin-left: 13px;
    /* padding: 7px 11px; */
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #00c0f7;
    border-radius: 19px;
    animation: shadow-pulse 1.5s infinite;
}
@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px #17a2b8;
}
  100% {
    box-shadow: 0 0 0 11px rgb(0 0 0 / 0%);
  }
}
 
.loc_height::-webkit-scrollbar {
    background-color: #142148;
    width: 8px;
    border: 2px solid #F5F7FB;
}
.loc_height::-webkit-scrollbar-thumb {
    background-color: #00C0F7;
    width: 5px;
    border-radius: 20px;
}
.loc_height{
    height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
}
.new_maps_loco .sl-content {
    color: #a3a1a1;
}

.s-location {
    width: 40%;
}

.sl-content {
    color: #202020;
    font-size: 14px;
    font-family: 'Poppins-Regular';
    margin: 20px 0;
    width: 100%;
}
.new-dc-title {
    font-size: 48px;
    margin-bottom: 0px;
}





.our_client {
    background: #00c0f7;
    padding: 70px 0;
    position: relative;
}

.client-heading {
    margin-bottom: 44px;
}

.client-heading span {
    color: #00c0f7;
    font-size: 18px;
}

.client-heading h2 {
    color: #fff;
    font-size: 43px;
    margin-bottom: 10px;
}

.client-heading p {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins-Regular';
}

.customer-logos {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
}

.customer-logos-flex {
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
}

.slide {
    background: #fff;
    margin: 6px 13px 5px 0;
    padding: 1px;
    text-align: center;
    width: 10%;
    border: 5px solid #00000003;
    border-radius: 18px;
    
}



.slide img {
    width: 70%;
}

.our_partners {
    padding: 70px 0;
}
.partners-head span {
    color: #00c0f7;
    font-size: 18px;
    font-family: 'Poppins-Regular';
}

.partners-head h2 {
    color: #202020;
    font-size: 43px;
    margin-bottom: 17px;
}

.partners-head p {
    color: #202020;
    font-size: 15px;
    font-family: 'Poppins-Regular';
}

.partners-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.new-par-box {
    width: calc(25% - 15px);
    padding: 14px 23px;
    border-radius: 5px;
    margin: 7px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: scale(1);
    transition: 0.3s;
    cursor: pointer;
    box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.08);
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.partners-list img {
    width: 80%;
    height: 100%;
}


.our_testimonials {
    padding: 60px 0;
    position: relative;
}

.our_testimonials::before {
    position: absolute;
    content: "";
    width: 50%;
    top: 0;
    left: 0;
    background-color: #00c0f7;
    height: 100%;
    z-index: -1;
}

.our_testimonials::after {
    position: absolute;
    content: "";
    width: 50%;
    top: 0;
    right: 0;
    background-color: #142149;
    height: 100%;
}

.sec-title.white-title {
    margin-bottom: 15px;
}

.sec-title span {
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins-Regular';
}

.sec-title.white-title h2 {
    color: #202020;
    font-size: 43px;
    margin-bottom: 17px;
}


.single-testimonial {
    background: #ffffff;
    padding: 20px;
    height: 320px;
    border-radius: 16px;
}

img.trustpilot {
    margin-bottom: 13px;
}


.single-testimonial p {
    font-family: poppins-regular;
    font-size: 15px;
}


.faq-sec {
    padding: 70px 0;
}


.accordion-item {
    border-radius: 8px;
    margin-bottom: 10px;
}

.accordion-header {
    background-color: #ffffff;
    color: #000000;
    padding: 13px;
    font-size: 16px;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #00000024;
    font-family: 'Poppins-Medium';
}



.accordion-content {
    background-color: #e9ecef80; /* Very light grey for content */
    overflow: hidden;
    padding: 0 15px;
    max-height: 0;
    transition: max-height 0.3s ease;
    border-left: 3px solid #142149;
}

.accordion-content p {
    margin: 14px 0;
    font-family: poppins-regular;
    text-align: justify;
    font-size: 14px;
}


.footer-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 2;
    position: relative;
}
.bg-footer {
    background-color: #0a1127;
        position: relative;
}
.footer-heading {
    letter-spacing: 2px;
}

.footer-link a {
    color: #dee2e6;
    line-height: 40px;
    font-size: 14px;
    transition: all 0.5s;
}

.footer-link a:hover {
    color: #00c0f7;
}

.copy_right-two b {
    color: #fff;
    margin-right: 6px;
    font-size: 13px;
}
.copy_right-two p {
    color: #fff;
    font-size: 13px;
}
.copy_right-two {
    margin: 20px 0;
}


.payment-method-text .copyright_title {
    color: #fff;
}
.payment-method-text span {
    color: #00c0f7;
}

.flex-payment-method {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.contact-info {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Poppins-Bold';
}
.contact-info-text {
    color: #fff;
    font-family: 'Poppins-Regular';
    font-size: 14px;
}
.footer-social-icon {
    font-size: 15px;
    height: 34px;
    width: 34px !important;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}

.facebook {
    background-color: #4e71a8;
    color: #ffffff;
}

.twitter {
    background-color: #55acee;
    color: #ffffff;
}

/*.google {
    background-color: #d6492f;
    color: #ffffff;
}*/

.apple {
    background-color: #424041;
    color: #ffffff;
}


.footer-heading {
    position: relative;
    padding-bottom: 12px;
}

.footer-heading:after {
    content: '';
    width: 38px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px dashed #00c0f7;
}


.footer_icon li a {
    color: #fff;
    font-size: 21px !important;
    padding: 0 0px;
    transition: .3s;
    background: #00c0f7;
    margin: 5px;
    width: 36px;
    height: 33px;
    display: block;
    text-align: center;
    border-radius: 8px;
}
.footer_icon li a:hover {
    background: #fff;
    color: #00c0f7;
}
.footer_icon li:first-child a {
    padding-left: 0;
}

.footer_icon {
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
}

.tech {
    margin-top: 11px;
}
.tech p {
    color: #00c0f7;
    font-family: poppins-regular;
    font-size: 15px;
    display: flex;
    margin-bottom: 8px;
}

.tech span {
    color: #fff7f7;
    margin-right: 5px;
    font-family: poppins-medium;
}

.tech img {
    margin: 0px 8px 0px 0px;
}
.tech p a {
    color: #00c0f7;
}

.social {
    position: absolute;
    top: 30%;
    display: flex;
    align-items: end;
    width: 100%;
    justify-content: end;
    z-index: 0;
}

.social ul {
  list-style-type: none;
  padding: 0;
  transform: translatex(247px);
}

.social ul li {
    display: block;
    margin: 5px;
    background: #ffffff1c;
    width: 301px;
    text-align: left;
    padding: 10px;
    border-radius: 30px 0px 0px 30px;
    transition: all 1s;
}

.social ul li:hover {
  transform: translatex(-110px);
}

.social ul li.twitter:hover {
  background-color: #55acee;
}

.social ul li.facebook:hover {
  background-color: #3b5999;
}

.social ul li.instagram:hover {
  background-color: #d03867;
}

.social ul li.linkdin:hover {
  background-color: #007ab9;
}

.social ul li a {
  color: white;
  text-decoration: none;
}

.social ul li i {
  text-align: center;
  margin-right: 14px;
  color: black;
  background-color: rgb(255 255 255 / 16%);
  padding: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  transform: rotate(0deg);
}

.social ul li:hover img {
  transform: rotate(360deg);
  transition: all 1s;
}
.social ul li img {
    margin-right: 17px;
}

.footer-wave-svg {
    height: 50px;
}
.footer-wave-path {
    fill: #ffffff;
}   
 .footer-wave-svg {
    background-color: transparent;
    display: block;
    position: relative;
    top: -80px;
    width: 100%;
}   
  
 .mail {
    width: 63%;
    font-family: poppins-regular;
    padding: 12px 20px;
    height: 44px;
    border-radius: 10px 0px 0px 10px;
    border: none;
} 


.btn_mail {
    position: absolute;
    top: 0;
    right: 50px;
}
.btn_mail a {
    display: block;
    padding: 10px 19px;
    background: radial-gradient(ellipse at 0% 16%, #00c0f7, 44%, #2b92ffe0 60%);
    color: #fff;
    border-radius: 0 10px 10px 0;
}


body .plan-one .wrapper {
    color: #ffffff;
    cursor: help;
    font-family: poppins-regular;
    font-size: 13px;
    margin: 0;
    padding: 6px 4px;
    position: relative;
    text-align: center;
    width: 146px;
    margin-left: auto;
    right: 0 !important;
    bottom: 0 !important;
    cursor: pointer;
}

.wrapper .tooltip {
    background: #232729;
    bottom: 100%;
    color: #ffffff;
    display: block;
    left: -49px;
    margin-bottom: 15px;
    padding: 6px;
    position: absolute;
    width: 214px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    text-align: center;
    font-family: 'Poppins-Regular';
}


.wrapper .tooltip:before {
bottom: -20px;
content: " ";
display: block;
height: 20px;
left: 0;
position: absolute;
width: 100%;
}

/* CSS Triangles - see Trevor's post */
.wrapper .tooltip:after {
border-left: solid transparent 10px;
border-right: solid transparent 10px;
border-top: solid #181818 10px;
bottom: -10px;
content: " ";
height: 0;
left: 50%;
margin-left: -13px;
position: absolute;
width: 0;
}

.wrapper:hover .tooltip {
opacity: 1;
-webkit-transform: translateY(0px);
 
}

/* IE can just show/hide with no transition */
.lte8 .wrapper .tooltip {
display: none;
}

.lte8 .wrapper:hover .tooltip {
display: block;
}

.wrapper:hover {
    cursor: pointer;
}


.cloud-tool {
    background: #004085;
}

.bare-metal-tool {
    background: #0c5460;
}


.colocation-tool {
    background: #292d32;
}

.dedicated-tool {
    background: #155724;
}

.tooltip p{
    
    font-size: 10px;
}
@media screen and (max-width: 1440px) {
    .resume-three-content.resume-three-content-right{
        left: -2px !important;
    }
    .social{
        top: 60% !important;
    }
}


@media (max-width: 1439px) and (min-width: 1333px) {
    .main_tabs .nav-tabs{
        width: 31%;
    }
    
    
     .toggle {
        display: block !important;
        margin-left: 8px;
    }
    
    
    .new_maps_loco .nav-pills {

    width: 71%;
    }
    
.country_menu.pl-3 {
    padding-left: 7px !important;
}
.country-select1 {
    margin-left: 0px !important;
}

.sing_ac a {
    color: #00c0f7;
    margin-right: 13px!important;
    padding: 6px 11px!important;
    font-size: 12px!important;
}
.sing_up a {
    border: 1px solid #111b3e;

    border-radius: 4px!important;
    padding: 6px 6px!important;
    font-size: 12px!important;
    
}

.meeting-btn a {
    margin-left: 10px!important;
    padding: 6px 11px!important;
    font-size: 12px!important;
    
}
    
}
    
@media (max-width: 1332px) and (min-width: 1291px) {
    .main_tabs .nav-tabs{
        width: 31%;
    }
    
      .toggle {
        display: block !important;
        margin-left: 8px;
    }
    
    
    .new_maps_loco .nav-pills {

    width: 71%;
    }
    
.country_menu.pl-3 {
    padding-left: 7px !important;
}
.country-select1 {
    margin-left: 0px !important;
}

.sing_ac a {
    color: #00c0f7;
    margin-right: 13px!important;
    padding: 6px 11px!important;
    font-size: 12px!important;
}
.sing_up a {
    border: 1px solid #111b3e;

    border-radius: 4px!important;
    padding: 6px 6px!important;
    font-size: 12px!important;
    
}

.meeting-btn a {
    margin-left: 10px!important;
    padding: 6px 11px!important;
    font-size: 12px!important;
    
}
}
@media (max-width: 1290px) and (min-width: 1215px) {
    .main_tabs .nav-tabs{
        width: 33%;
    }
    
       .toggle {
        display: block !important;
        margin-left: 8px;
    }
    
    
    .new_maps_loco .nav-pills {

    width: 71%;
    }
    
.country_menu.pl-3 {
    padding-left: 7px !important;
}
.country-select1 {
    margin-left: 0px !important;
}

.sing_ac a {
    color: #00c0f7;
    margin-right: 13px!important;
    padding: 6px 11px!important;
    font-size: 12px!important;
}
.sing_up a {
    border: 1px solid #111b3e;

    border-radius: 4px!important;
    padding: 6px 6px!important;
    font-size: 12px!important;
    
}

.meeting-btn a {
    margin-left: 10px!important;
    padding: 6px 11px!important;
    font-size: 12px!important;
    
}

}
@media (max-width: 1214px) and (min-width: 1147px) {
    .main_tabs .nav-tabs{
        width: 35%;
    }
        .toggle {
        display: block !important;
        margin-left: 8px;
    }
    
    
    .new_maps_loco .nav-pills {

    width: 71%;
    }
    
        .country-select1 {
    margin-left: 0px;
}
.sing_ac a {
    color: #00c0f7;
    margin-right: 5px;
    
}
.sing_up a {

    padding: 6px 8px;
    font-size: 13px;
    
}
}
@media (max-width: 1146px) and (min-width: 1008px) {
    .main_tabs .nav-tabs{
        width: 40%;
    }
}
@media (max-width: 1007px) and (min-width: 992px) {
    .main_tabs .nav-tabs{
        width: 41%;
    }
}
@media (max-width: 991px) and (min-width: 899px) {
    .main_tabs .nav-tabs{
        width: 45%;
    }
}
@media (max-width: 898px) and (min-width: 812px) {
    .main_tabs .nav-tabs{
        width: 50%;
    }
}
@media (max-width: 811px) and (min-width: 682px) {
    .main_tabs .nav-tabs{
        width: 60%;
    }
}
@media (max-width: 681px) and (min-width: 632px) {
    .main_tabs .nav-tabs{
        width: 65%;
    }
}
@media (max-width: 631px) and (min-width: 589px) {
    .main_tabs .nav-tabs{
        width: 70%;
    }
}
@media (max-width: 587px) and (min-width: 519px) {
    .main_tabs .nav-tabs{
        width: 80%;
    }
}
@media (max-width: 518px) and (min-width: 465px) {
    .main_tabs .nav-tabs{
        width: 90%;
    }
}
@media screen and (max-width: 464px) {
    .main_tabs .nav-tabs{
        width: 100%;
    }
    .left-tc {
    width: 100%;
    
}
}
@media screen and (max-width: 1360px) {
    .single-testimonial{
        height: 340px;
    }
}
@media screen and (max-width: 1328px) {
    .single-testimonial{
        height: 370px;
    }
}
@media screen and (max-width: 1186px) {
    .single-testimonial{
        height: 390px;
    }
}
@media screen and (max-width: 1162px) {
    .single-testimonial{
        height: 405px;
    }
}
@media screen and (max-width: 1033px) {
    .single-testimonial{
        height: 430px;
    }
}
@media screen and (max-width: 1041px) {
    .single-testimonial{
        height: 450px;
    }
}
@media screen and (max-width: 999px) {
    .single-testimonial{
        height: 315px;
    }
}
@media screen and (max-width: 890px) {
    .single-testimonial{
        height: 340px;
    }
}
@media screen and (max-width: 868px) {
    .single-testimonial{
        height: 370px;
    }
}
@media screen and (max-width: 772px) {
    .single-testimonial{
        height: 395px;
    }
}
@media screen and (max-width: 698px) {
    .single-testimonial{
        height: 415px;
    }
}
@media screen and (max-width: 673px) {
    .single-testimonial{
        height: 440px;
    }
}
@media screen and (max-width: 639px) {
    .single-testimonial{
        height: 470px;
    }
}
@media screen and (max-width: 599px) {
    .single-testimonial{
        height: 270px !important;
    }
}
@media screen and (max-width: 579px) {
    .single-testimonial{
        height: 335px !important;
    }
}
@media screen and (max-width: 421px) {
    .single-testimonial{
        height: 340px !important;
    }
}
@media screen and (max-width: 409px) {
    .single-testimonial{
        height: 370px !important;
    }
}
@media screen and (max-width: 910px) {
    .single-testimonial{
        height: 340px;
    }
}
@media screen and (max-width: 850px) {
    .single-testimonial{
        height: 385px;
    }
}
@media screen and (max-width: 710px) {
    .single-testimonial{
        height: 450px;
    }
}
@media screen and (max-width: 1353px) {
    .s-location{
        width: 45%;
    }
}
@media screen and (max-width: 1206px) {
    .s-location{
        width: 50%;
    }
}
@media screen and (max-width: 1088px) {
    .s-location{
        width: 55%;
    }
}
@media screen and (max-width: 844px) {
    .s-location{
        width: 70%;
    }
}
@media screen and (max-width: 1200px) {
    /*.news-slider .owl-prev span , .news-slider .owl-next span{*/
    /*    display: none;*/
    /*}*/
    .lef-sec h1 br{
        display: none;
    }
    .new_maps_loco .nav-pills {
    border: 1px solid #b8b8b88a;
    width: 64%;
        
    }
    .news-slider .owl-prev {
        left: 7px;
        position: absolute;
        top: 0px;
    }
    .news-slider .owl-next {
        right: 7px;
        position: absolute;
        top: 0px;
    }

    .news-slider .owl-prev span {
        font-size: 25px;
        padding: 7px 12px 14px 11px;
    }
    .news-slider .owl-next span {
        font-size: 25px;
        padding: 7px 12px 14px 11px;
    }
   .pricing-table h2 {
    font-size: 15px;
       
   } 


.social {
    position: absolute;
    top: 57%;
}

.new_location_box .ll-list {
    margin-bottom: 0px;
    font-size: 15px;
}


}
@media screen and (max-width: 1199px) {
    .about-sec .image-wrapper {
        padding-top: 20px;
        display: none;
    }
    .footer-flex{
        position: relative;
        flex-wrap: wrap;
    }
    .btn_mail {
        right: 128px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .service-list-one{
        width: calc(33.33% - 20px);
    }
 .section-video {
        background-color: #04060cb0;
    }
    .resume-three-content.resume-three-content-right{
        left: -2px !important;
    }
    .slider-head br {
        display: none;
    }
    .new_location_box{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .new_location_box a{
        padding-left: 0;
        padding-top: 5px;
    }
    
   .news-slider .owl-prev {
        left: 7px;
        position: absolute;
        top: 0px;
    }
    .news-slider .owl-next {
        right: 7px;
        position: absolute;
        top: 0px;
    }

    .news-slider .owl-prev span {
        font-size: 25px;
        padding: 7px 12px 14px 11px;
    }
    .news-slider .owl-next span {
        font-size: 25px;
        padding: 7px 12px 14px 11px;
    }

    .about-sec .image-wrapper .small-image {
        position: absolute;
        top: 12%;
        left: 0%;
        width: 40%;
    }

    .about-sec .image-wrapper .main-image {
        border-radius: 15px;
        width: 75%;
        margin-left: 188px;
    }

    .Custom-sec {
        padding: 0px 0;
    }

    .price-sec {
        padding: 10px 0 0;
    }
    .new_maps_loco .nav-pills {
    
        width: 85%;
        
    }
    .slide {
        margin: 6px 5px 5px 9px;
        width: 15%;
    }
    
    .new-dc-title {
        font-size: 40px;
        margin-bottom: 25px;
    }
    
    .new-au-btn {
        display: flex;
        align-items: center;
        margin-top: 33px;
        justify-content: center;
    }
    
    .main_tabs .nav-tabs {
        width: 50%;
    }
    
}
@media (max-width: 991px) and (min-width: 768px) {
    .service-list-one{
        width: calc(33.33% - 20px);
    }
}
@media (max-width: 767px) and (min-width: 568px) {
    .service-list-one{
        width: calc(50% - 20px);
    }
}
@media (max-width: 567px) and (min-width: 508px) {
    .service-list-one{
        width: calc(50% - 20px);
    }
}
@media (max-width: 507px) and (min-width: 483px) {
    .service-list-one{
        width: calc(100% - 20px);
    }
}
@media (max-width: 482px) and (min-width: 448px) {
    .service-list-one{
        width: calc(100% - 20px);
    }
}
@media screen and (max-width: 991px) {
    .resume-three-content{
        padding-top: 20px;
    }
    .ser-img-cen{
        display: flex;
        justify-content: center;
    }
    .ser-se-c{
        justify-content: center!important;
    }
    .s-location{
        width: 65%;
    }
    .home-content h1 br{
        display: none;
    }
    
    /*update by Ritu 5/15/25*/
    .home-content{
        padding: 80px 0;
    }
    .left-tc{
        width: 100%;
    }
    .right-tc{
        width: 100%;
        margin-left: 0px;
    }
    .left-tc:before{
        display: none;
    }
    
    .news-slider .owl-prev {
        left: 7px;
        position: absolute;
        top: -9px;
    }
    .news-slider .owl-next {
        right: 7px;
        position: absolute;
        top: -9px;
    }

    .news-slider .owl-prev span {
        font-size: 25px;
        padding: 7px 12px 14px 11px;
    }
    .news-slider .owl-next span {
        font-size: 25px;
        padding: 7px 12px 14px 11px;
    }

    .about-sec .image-wrapper .small-image {
        position: absolute;
        top: 12%;
        left: 0%;
        width: 40%;
    }

    .about-sec .image-wrapper .main-image {
        border-radius: 15px;
        width: 75%;
        margin-left: 188px;
    }

    .Custom-sec {
        padding: 0px 0;
    }

    .price-sec {
        padding: 42px 0 0;
    }
    .new_maps_loco .nav-pills {
    
        width: 85%;
        
    }
    .slide {
        margin: 6px 5px 5px 9px;
        width: 15%;
    }
    
    .new-dc-title {
        font-size: 40px;
        margin-bottom: 25px;
    }
    
    .new-au-btn {
        display: flex;
        align-items: center;
        margin-top: 33px;
        justify-content: center;
    }
    
   .home-content h1 {
    font-size: 46px;
       
   } 

}
@media screen and (max-width: 768px) {
    .home-content h1{
        font-size: 40px;
    }
    .home-content h1 br{
        display: none;
    }
    .s-location{
        width: 100%;
    }
    .slide{
        width: 24%;
    }
    .new-par-box{
        width: calc(33.33% - 15px);
    }
    .our_testimonials::before{
        width: 100%;
    }
    .our_testimonials::after{
        width: 0;
    }
    
    
    .news-slider .owl-prev {
        left: 7px;
        position: absolute;
        top: -15px;
    }
    .news-slider .owl-next {
        right: 7px;
        position: absolute;
        top: -15px;
    }

    .news-slider .owl-prev span {
        font-size: 25px;
        padding: 7px 12px 14px 11px;
    }
    .news-slider .owl-next span {
        font-size: 25px;
        padding: 7px 12px 14px 11px;
    }

    .about-sec .image-wrapper .small-image {
        position: absolute;
        top: 12%;
        left: 0%;
        width: 40%;
    }

    .about-sec .image-wrapper .main-image {
        border-radius: 15px;
        width: 83%;
        margin-left: 125px;
    }

    .Custom-sec {
        padding: 0px 0;
    }

    .price-sec {
        padding: 42px 0 0;
    }
    .new_maps_loco .nav-pills {
    
        width: 85%;
        
    }
    .slide {
        margin: 6px 5px 5px 9px;
        width: 23%;
    }
    
    
}


@media screen and (max-width: 767px) {
    .btn_mail{
        right: 185px;
    }
    
    /*update by Ritu 5/15/25*/
    
    .home-content{
        padding: 40px 0;
    }
    .btn_monthly div, .btn_monthly a{
        padding: 10px 25px;
    }
    h2.main-head {
        font-size: 30px;
    }
    
    .news-slider .owl-prev {
    left: 2px;
    position: absolute;
    top: -41px;
}
.news-slider .owl-next {
    right: 2px;
    position: absolute;
    top: -41px;
}

.cart{
    font-size: 13px;
}

.news-slider .owl-prev span {
    font-size: 25px;
    padding: 7px 12px 14px 11px;
}
.news-slider .owl-next span {
    font-size: 25px;
    padding: 7px 12px 14px 11px;
}

.price-sec {
    padding: 10px 0;
}
.Custom-sec {
    padding: 0px 0;

}

.lef-sec h1 {
    font-size: 30px;
}

.about-sec .image-wrapper .small-image {
    position: absolute;
    top: 12%;
    left: 0%;
    width: 40%;
}

.about-sec .image-wrapper .main-image {
    border-radius: 15px;
    width: 83%;
    margin-left: 125px;
}

.resume-three-content.resume-three-content-right {
    margin-left: 0;
}

.resume-three-content {
    max-width: 680px;
    
}

.resume-three-content {
        padding-top: 34px;
    }
    
.lef-sec-img img {
    width: 60%;
} 

.livechat_button-one{
    width: 158px;
    height: 46px;
    font-size: 16px;
}
.know-more-btn-new{
    padding: 10px 30px;
    font-size: 18px;
}

.new_maps_loco .nav-pills {
    
    width: 83%;
}

.slide {
    margin: 6px 5px 5px 9px;
    width: 23%;
}

.new-dc-title {
    font-size: 35px;
    margin-bottom: 18px;
}

.home-content h1 {
        font-size: 40px;
        margin-right: 0;
    }
    
.service-slider-block {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    
    .service-list-one {
        width: 46% !important;
        border-right: 0;
        padding: 6px;
        margin: 6px;
    }
    
    
    p.sl-title {
        font-size: 11px;
        
    }
    
    .right-tc {
        display: flex;
        width: 100%;
        flex-direction: initial;
        flex-wrap: wrap;
    }
    
    .tc-count-block {
        width: 41%;
    }
    
    .tc-cw-title {
        font-size: 13px;
    }
    

}

@media (max-width: 447px) {
    .service-list-one{
        width: calc(100% - 20px);
    }
    
    .slide {
        width: 99px;
    }
    .new-par-box{
        width: calc(50% - 15px);
    }
    .new-dc-title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .about-sec .image-wrapper .experience-badge{
        min-width: 150px;
    }
    .experience-badge h3{
        font-size: 20px;
    }
    
    
    .news-slider .owl-prev {
    left: 2px;
    position: absolute;
    top: 10px;
}
.news-slider .owl-next {
    right: 2px;
    position: absolute;
    top: 10px;
}

.news-slider .owl-prev span {
    font-size: 25px;
    padding: 7px 12px 14px 11px;
}
.news-slider .owl-next span {
    font-size: 25px;
    padding: 7px 12px 14px 11px;
}

 
 .selectdiv:after {
    display: none;
}
 h2.main-head {
        font-size: 25px;
    }
    
    .price-sec {
        padding: 34px 0 10px;
    }

.lef-sec {
    padding: 0px 0;
}


.Custom-sec {
        padding: 0px 0px 20px;
  }

.service-head h2 {
    font-size: 27px;
    
}
.partners-head p {

    font-size: 13px;
    
}

 .lef-sec p {

    font-size: 13px;
}  
  .nav-pills .nav-link {
        padding: 3px 5px;
        margin: 1px;
        font-size: 13px;
    }
    
    
.main_tabs .nav-tabs .nav-link {

    font-size: 12px;
}    
.new_maps_loco .nav-pills{
    width:100%;
}

.lef-sec h1 {
    font-size: 27px;
}

h2.about-title {
    font-size: 27px;
    margin-bottom: 10px;
    
}
.single-testimonial {
        height: 385px !important;
    }
    
.about-sec {
    padding: 30px 0 30px;
    
}
.know-more-btn-new{
    padding: 9px 20px;
    font-size: 16px;
}
.new-au-btn {
    display: flex;
    align-items: center;
    margin-top: 33px;
    justify-content: center;
}

.livechat_button-one{
    width: 154px;
    height: 42px;
    font-size: 14px;
}

.about-sec .image-wrapper .main-image {
    width: 88%;
    margin-left: 43px;
}
.about-sec .image-wrapper .small-image {
    position: absolute;
    top: 7%;
    left: -2%;
    width: 48%;
}
.service-sec {
    padding: 10px 0 20px;
}

.new_maps_loco {
    padding: 30px 0 10px;
}

.our_client {
    padding: 0px 0 20px;
}

.partners-head h2 {
    font-size: 27px;
    margin-bottom: 10px;
    
}
.sec-title h2 {
        font-size: 27px !important;
        margin-top: 8px;
    }
    
.our_partners {
    padding: 30px 0;
}
.lef-sec-img img {
        width: 60%;
        display: none;
    }
    
.customer-logos{
    overflow: auto;
}
.customer-logos-flex {
        width: max-content;
        flex-wrap: unset;
    }
    
.client-heading h2 {
    font-size: 27px;
}
.client-heading {
    margin-bottom: 20px;
}

.footer-second_block {
    width: 60% !important;
    margin-top: 0;
}
    .social {
        top: 10%;
    }
    
    .social ul li {
    width: 380px;
        
    }
    
    .faq-sec {
    padding: 30px 0;
}
.accordion-header{
    padding: 10px 7px;
    font-size: 13px;
}
 .footer-link a {
    color: #dee2e6;
    line-height: 32px;
     
 } 
 footer {
    padding-top: 45px;
     
 }
 
 .bg-footer .footer-wave-svg {
    position: relative;
    top: -82px !important;
}
.accordion-content p {
    font-size: 13px;
}
.custom-btn {
    
    padding: 11px 22px;
    
}

.custom-btn{
    padding: 11px 22px;
    font-size: 15px;
}
.resume-three-content h3 {
    font-size: 15px;
    margin-bottom: 5px;
    
}

.about-sec .image-wrapper {
        padding-top: 20px;
        display: block; 
    }
    
.pricing-table h2 {
    font-size: 16px;
    
}


    .home-content h1 {
        font-size: 29px;
        margin-right: 0;
    }
    .right-tc{
        display: flex;
        width: 100%;
        flex-direction: initial;
        flex-wrap: wrap; 
    }
    
    .tc-count-block {
        width: 41%;
    }
   .tc-cw-title {
        color: #ffffff;
        font-size: 13px;
       
   } 
   
   .service-slider-block {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
       
   }
       .service-list-one {
        width: 46% !important;
        border-right: 0;
        padding: 6px;
        margin: 6px;
    }
    
    p.sl-title {
    font-size: 12px;
    margin-left: 3px;

}

.read-more-btn-one {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
}
    .tc-count {
        font-size: 25px;
    }
   .marquee{
      font-size: 15px; 
   }
   
   .marquee_container {
    padding: 13px 0;
}

.about-description {
    font-size: 13px;
    text-align: start;

}

.feature-list li {
    margin-bottom: 0px;
    font-size: 13px;
    
}

.service-head p {

    font-size: 13px;
    
}
.resume-three-content .resume-card .text {
    font-size: 13px;

}
.client-heading p {

    font-size: 13px;
}


  .partners-head-img {
        overflow: auto;
    }
    .partners-list {
        width: max-content;
        flex-wrap: unset;
    }
    
    .btn_monthly div, .btn_monthly a {
        padding: 5px 22px;
    }
}

@media only screen and (max-width: 447px) {
    .wrapper {
        position: absolute;
        right: 0px;
        bottom: 0 !important;
        width: 42%;
    }
}
