@import url("https://pro.fontawesome.com/releases/v5.10.0/css/all.css");
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

:root{
	--primary-color:#1ea31f;
	--secondary-color:#000000;
	--text-color:#000;
	--light-color:#AEB4F3;
	--heading-color:#051441;
	--primary-font-family:"proxima-nova",sans-serif;
}
.container {
    max-width: 1200px;
    width: 100%;
}
label {
    font-weight: 500;
}
body {
	background-color: #fff;
	font-family: var(--primary-font-family);
	font-size: 15px;
	font-weight: 400;
	color: var(--secondary-color);
	overflow-x: hidden;
}
.text-primary {
    color: var(--primary-color) !important;
}
h3.text-primary {
    font-size: 26px;
    font-weight: bold;
}
p a {
    color: var(--text-color);
}
::-moz-selection {
  color: #ffffff;
  background-color: var(--primary-color); }

::selection {
  color: #ffffff;
  background-color: var(--primary-color); }

::-moz-selection {
  color: #ffffff;
  background-color: var(--primary-color); }

a {
	color: var(--secondary-color);
	transition: color .3s ease;
	text-decoration: none;
	-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	display: inline-block;
}

a:hover {
	color: var(--primary-color);
	text-decoration: none
}

img {
	max-width: 100%
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
	color:var(--heading-color);
	margin-bottom: 20px;
}

*,
:active,
:focus {
	outline: 0
}

ol,
ul {
	list-style: none
}

button {
	border: none
}
p {
    line-height: 24px;
    color: var(--text-color);
	margin-bottom: 15px;
}
.text-white p, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
    color:#fff;
}
.btn.focus,
.btn:focus,
.form-control,
.form-control:focus,
button,
button:focus {
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none
}

textarea {
	resize: none
}

select {
	background-color: transparent
}

hr {
	border-top: 2px solid #eaeaea
}
input, select, textarea{
	font-family: var(--primary-font-family);
}

section {
    padding-top: 70px;
    padding-bottom: 0px;
}




.bg-gray {
    background-color: #f5f8ff;
}
.mt-100 {
    margin-top: 100px;
}
.mt-50 {
    margin-top: 50px;
}

.header_section {
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    min-height: 70px;
    position: absolute;
}
.primary-header {
    background: var(--primary-color);
	position: relative;
}

.brand_logo a img:nth-child(2) {
    display: none;
}
.header-menu > ul > li {
    list-style: none;
    display: inline-block;
	position: relative;
	padding: 25px 0px;
    margin-right: 10px;
}
.header-menu > ul > li a {
    color: #222;
    font-size: 16px;
}
.header-menu > ul > li .btn-white i {
    vertical-align: middle;
    font-size: 16px;
    font-weight: 900;
}
.mb-login-btn, .mb-login-btn:hover {
    color: #fff;
}
#banner{
	position: relative;
    padding: 0;
	padding-top: 120px;
	padding-bottom: 80px;
	    z-index: 0;
}
#banner .bg-image {
    max-width: 310px;
    text-align: right;
}

section#banner.landing_section .owl-carousel {
    padding: 0px 40px;
    position: relative;
}
section#banner.landing_section .owl-carousel .owl-dots {
    display: none;
}
section#banner.landing_section .owl-carousel .owl-nav button:before {
    border: none;
    color: #222;
    font-size: 25px;
        cursor: pointer;
}
section#banner.landing_section .owl-carousel img {
    max-width: 330px;
    margin: auto;
}
section#banner.landing_section .owl-carousel .owl-nav button:hover:before {
    color: #fff;
}
section#banner.landing_section .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}
section#banner.landing_section .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    position: absolute;
}
section#banner.landing_section .owl-carousel .owl-nav button.owl-next {
    right: 0;
    float: right;
    position: absolute;
    left: auto;
}

#banner .row {
    align-items: center;
}
.pt-150 {
    padding-top: 150px;
}
.banner-content h1 {
    font-size: 36px;
    font-weight: bold;   
    line-height: 50px;
}
.banner-content.text-white {
    max-width: 520px;
}
.h5, h5 {
    line-height: 34px;
}
.banner-images-logo img {
    max-width: 130px;
    margin-right: 30px;
}
.banner-images-logo img:last-child {
    margin-right: 0px;
}
.banner-content h1 span {
    color: #0085ff;
}
.site-btn, .site-btn:focus {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
	border: 2px solid var(--primary-color);
}
.btn-2 {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}
.btn-2:hover {
    background: var(--primary-color);
    color: #fff;
}
.site-btn {
    background: #1ea31f;
    color: #fff;
    border: 2px solid #1ea31f;
    margin-top: 10px;
    transition-duration: .3s;
    font-weight: 600;
    font-size: 14px;
}
.site-btn:hover, .site-btn:focus {
    box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
    background: #fff;
    border-color: #fff;
    color: #0085ff;
}
.site-btn i {
    vertical-align: middle;
    font-weight: bold;
	margin-left: 5px;
	-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sub-title {
    line-height: 1;
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--primary-color);
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.title-text {
    font-size: 35px;
    line-height: 1.389;
    font-weight: bold;
	text-transform: capitalize;
}
.service-section .service-box {
    text-align: center;
}
.service-section .service-box h2 {
    font-weight: 600;
}
.service-section .service-box h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
}
.banner-content.text-white h5 {
    font-size: 16px;
}
.banner-content.text-white h5 span.text-change-span {
    color: #0085ff;
    font-size: 17px;
}
.tracking_section:after {
    content: '';
    position: absolute;
    height: 5000px;
    width: 5000px;
    -webkit-transform: rotateZ( 3deg ) skewX( -50deg ) scaleX(-1);
    -ms-transform: rotate(3deg) skewX(-50deg) scaleX(-1);
    transform: rotateZ( 3deg ) skewX( 350deg ) scaleX(-1);
    top: auto;
    bottom: 0;
    left: 93%;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    z-index: -2;
    background: var(--primary-color);
    background: -webkit-linear-gradient( 45deg ,var(--primary-color),var(--primary-color) 50%);
    background: linear-gradient( 45deg ,var(--primary-color),var(--primary-color) 50%);
    border-radius: 400px;
}
.service-section .service-box span.count {
    width: 80px;
    height: 80px;
    color: #ffffff;
    font-size: 44px;
    line-height: 75px;
    text-align: center;
    border-radius: 100%;
    margin-bottom: 30px;
    display: inline-block;
}
.service-section .service-box span.count h2 {
    color: #fff;
    margin: 0px;
    line-height: 80px;
    font-size: 24px;
}
.service-box {
    margin-top: 20px;
    padding: 0px;
    text-align: left;
    padding-right: 25px;
}
.top_title_size {
    max-width: 600px;
    margin: auto;
}
.text_color_0 {
    color: #0085ff;
}
.service-box .item-icon {
    z-index: 1;
    height: 75px;
    font-size: 46px;
    line-height: 75px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}
.service-box .item-icon img {
    max-width: 60px;
    vertical-align: middle;
}
.service-box .icon-blue {
    color: #0072e9;
}
.service-box .icon-orange {
    color: #ec6c4f;
}
.service-box .icon-green {
    color: #40a50b;
}
.service-box .icon-purple {
    color: #6b3df0;
}
.service-box .item-icon:before {
    top: 0px;
    left: 50%;
    bottom: -5px;
    z-index: -1;
    content: '';
    width: 60px;
    position: absolute;
    background-color: rgba(48, 28, 171, 0.2);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.service-box .icon-blue:before {
    background-color: #f1f9ff;
}
.service-box .icon-orange:before {
    background-color: #fff2ef;
}
.service-box .icon-green:before {
    background-color: #ecffe2;
}
.service-box .icon-purple:before {
    background-color: #f5f2ff;
}
.item-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
.link-tag {
    font-size: 15px;
    position: relative;
    display: inline-block;
    color: var(--heading-color);
    font-weight: 600;
}
.link-tag i {
    font-size: 18px;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-left: 2px;
	display: inline-block;
	vertical-align:middle;
}
.api_section section div.container {
  transition: all 0.3s ease;
}
.api_section section div.container h1 {
  margin: 15px 0 0 0;
}
.api_section section div.container h3 {
  margin: 0 0 25px 0;
}
.api_section section.slide-option {
  padding: 0px;
}
.api_section section.slide-option .no-marg {
  margin: 0 0 0 0;
}
.api_section div.highway-slider {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 150px;
}
.api_section div.highway-slider div.highway-barrier {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.api_section div.highway-slider ul.highway-lane {
  display: flex;
  height: 100%;
}
.api_section div.highway-slider ul.highway-lane li.highway-car {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #343434;
}
@-webkit-keyframes translatestf {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-500%);
  }
}
@keyframes translatestf {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-500%);
  }
}
.api_section #stffull div.highway-barrier ul.highway-lane {
  width: 500%;
}
.api_section #stffull div.highway-barrier ul.highway-lane li.highway-car {
  -webkit-animation: translatestf 30s linear infinite;
          animation: translatestf 30s linear infinite;
}
.api_section #stffull div.highway-barrier ul.highway-lane li.highway-car h4 {
  font-size: 28px;
}
@-webkit-keyframes translateinfinite {
  100% {
    transform: translateX(calc(-180px * 12));
  }
}
@keyframes translateinfinite {
  100% {
    transform: translateX(calc(-180px * 12));
  }
}


.api_section #infinite div.highway-barrier ul.highway-lane {
  width: calc(180px * 24);
}
.api_section #infinite div.highway-barrier ul.highway-lane li.highway-car {
  width: 180px;
  -webkit-animation: translateinfinite 25s linear infinite;
          animation: translateinfinite 25s linear infinite;
}
.api_section #infinite div.highway-barrier ul.highway-lane li.highway-car span.fab {
  font-size: 65px;
}
.api_section #red {
  background: #cb5454;
}
.api_section #orange {
  background: #cb8054;
}
.api_section #yellow {
  background: #cbba54;
}
.api_section #green {
  background: #69b46e;
}
.api_section #blue {
  background: #6091b0;
}
.link-tag:hover i {
	margin-left: 8px;
}
.tabs-left .nav-tabs {
    width: 40%;
    float: left;
	border: none;
}
.tabs-left .tab-content {
    width: 60%;
    float: right;
}
.tabbable.tabs-left {
    display: inline-flex;
    width: 100%;
    align-items: center;
}
.tabs-left .nav-tabs li {
    width: 100%;
}
.tabs-left .nav-tabs a {
    padding: 24px 16px;
    border: 1px solid #e2e2e2;
    margin: -1px 0 0 -1px;
    -webkit-transition: .2s;
    transition: .2s;
	cursor: pointer;
    position: relative;
	display:block;
}
.tabs-left .nav-tabs a h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.tabs-left .nav-tabs p {
    color: #747474;
    margin-bottom: 0;
    font-size: 14px;
    line-height: normal;
}
.tabs-left .tab-content .tab-pane {
    padding: 0px 50px;
	text-align: center;
}
.tabs-left .nav-tabs li a.active {
    background: #fafbff;
    border-color: rgba(82,143,240,0.3);
    border-left: 3px solid var(--primary-color);
    padding-left: 14px;
    z-index: 1;
}
.top-tabs ul.nav > li {
    float: left;
    list-style: none;
    display: inline-block;
	width: 20%;
    padding: 15px;
}
.top-tabs ul.nav {
    justify-content: center;
}
.top-tabs ul.nav > li > a {
    width: 100%;
    padding: 30px 20px;
    display: block;
    text-align: center;
    border-radius: 5px;
    background-color: #f6fbff;
    -webkit-box-shadow: 0px 20px 40px 0px rgb(0 33 121 / 8%);
    box-shadow: 0px 20px 40px 0px rgb(0 33 121 / 8%);
	min-height: 240px;
}
.top-tabs ul.nav > li > a:hover, .top-tabs ul.nav > li > a.active{
    background-color: #ffffff;
    -webkit-box-shadow: 0px 20px 40px 0px rgb(0 33 121 / 8%);
    box-shadow: 0px 20px 40px 0px rgb(0 33 121 / 8%);
}
.top-tabs ul.nav > li > a span {
    width: 70px;
    height: 70px;
    color: #ffffff;
    font-size: 34px;
    line-height: 75px;
    text-align: center;
    border-radius: 100%;
    margin-bottom: 30px;
    display: inline-block;
}
.service-boxed.bg-gradient-blue-border {
    border: 1px solid #2c82ed57;
}
.service-boxed.bg-gradient-red-border {
    border: 1px solid #ff000038;
}
.service-boxed.bg-gradient-green-border {
    border: 1px solid #57b22a6b;
}
.service-boxed.bg-gradient-orange-border {
    border: 1px solid #ff89014a;
}
.service-boxed.bg-gradient-purple-border {
    border: 1px solid #5038ff4f;
}
.service-boxed.bg-gradient-yellow-border {
    border: 1px solid #ffff00a3;
}

.service-boxed .bg-gradient-blue-text{
    color: #2c82ed;
}
.service-boxed .bg-gradient-red-text {
    color: #ff0000;
}
.service-boxed .bg-gradient-green-text {
    color: #57b22a;
}
.service-boxed .bg-gradient-orange-text {
    color: #ff8901;
}
.service-boxed .bg-gradient-purple-text {
    color: #5038ff;
}
.service-boxed .bg-gradient-yellow-text {
    color: #bd9b04;
}
.service-boxed span.icon {
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
    border-radius: 100px;
    line-height: 80px;
}
.service-boxed span.icon img {
    max-width: 50px;
}
.bg-gradient-yellow {
    -webkit-box-shadow: 0px 20px 20px 0px rgb(255 255 0);
    box-shadow: 0px 0px 20px 0px rgb(255 255 0);
    background-image: -webkit-linear-gradient(50deg, #7e7e17 0%, #ffff00 100%);
    background-image: -o-linear-gradient(50deg, #7e7e17 0%, #ffff00 100%);
    background-image: linear-gradient(40deg, #7e7e17 0%, #ff9f0f 100%);
}
.bg-gradient-blue {
    -webkit-box-shadow: 0px 10px 30px 0px rgb(44 130 237 / 40%);
    box-shadow: 0px 10px 30px 0px rgb(44 130 237 / 40%);
    background-image: -webkit-linear-gradient(50deg, #2c82ed 0%, #38d0fc 100%);
    background-image: -o-linear-gradient(50deg, #2c82ed 0%, #38d0fc 100%);
    background-image: linear-gradient(40deg, #2c82ed 0%, #38d0fc 100%);
}
.bg-gradient-red {
    -webkit-box-shadow: 0px 10px 30px 0px rgb(255 23 23 / 40%);
    box-shadow: 0px 10px 30px 0px rgb(255 23 23 / 40%);
    background-image: -webkit-linear-gradient(50deg, red 0%, #ff5959 100%);
    background-image: -o-linear-gradient(50deg, red 0%, #ff5959 100%);
    background-image: linear-gradient(40deg, red 0%, #ff5959 100%);
}
.bg-gradient-green {
    -webkit-box-shadow: 0px 10px 30px 0px rgb(87 178 42 / 40%);
    box-shadow: 0px 10px 30px 0px rgb(87 178 42 / 40%);
    background-image: -webkit-linear-gradient(50deg, #57b22a 0%, #77ea3d 100%);
    background-image: -o-linear-gradient(50deg, #57b22a 0%, #77ea3d 100%);
    background-image: linear-gradient(40deg, #57b22a 0%, #77ea3d 100%);
}
.bg-gradient-purple {
    -webkit-box-shadow: 0px 10px 30px 0px rgb(74 39 205 / 40%);
    box-shadow: 0px 10px 30px 0px rgb(74 39 205 / 40%);
    background-image: -webkit-linear-gradient(50deg, #5038ff 0%, #868aff 100%);
    background-image: -o-linear-gradient(50deg, #5038ff 0%, #868aff 100%);
    background-image: linear-gradient(40deg, #5038ff 0%, #868aff 100%);
}
.bg-gradient-orange {
    -webkit-box-shadow: 0px 10px 30px 0px rgb(255 155 18 / 40%);
    box-shadow: 0px 10px 30px 0px rgb(255 155 18 / 40%);
    background-image: -webkit-linear-gradient(117deg, #ff8901 0%, #ffb21b 100%);
    background-image: -o-linear-gradient(117deg, #ff8901 0%, #ffb21b 100%);
    background-image: linear-gradient(-27deg, #ff8901 0%, #ffb21b 100%);
}
.bg-gradient-pink {
    -webkit-box-shadow: 0px 10px 30px 0px rgb(255 0 188 / 40%);
    box-shadow: 0px 10px 30px 0px rgb(255 0 188 / 40%);
    background-image: -webkit-linear-gradient(117deg, #ff00bc 0%, #ff85df 100%);
    background-image: -o-linear-gradient(117deg, #ff00bc 0%, #ff85df 100%);
    background-image: linear-gradient(-27deg, #ff00bc 0%, #ff85df 100%);
}
.bg-gradient-whatsapp {
    -webkit-box-shadow: 0px 10px 30px 0px rgb(54 188 73 / 40%);
    box-shadow: 0px 10px 30px 0px rgb(54 188 73 / 40%);
    background-image: -webkit-linear-gradient(117deg, #36bc49 0%, #6fe780 100%);
    background-image: -o-linear-gradient(117deg, #36bc49 0%, #6fe780 100%);
    background-image: linear-gradient(-27deg, #36bc49 0%, #6fe780 100%);
}
.top-tabs ul.nav > li > a strong {
    display: block;
    font-size: 17px;
    line-height: 1.4;
    color: var(--heading-color);
}
.sectors-section .tab-content .tab-pane {
    padding: 50px;
	padding-top: 70px;
}
.sectors-section .tab-content .tab-pane .row {
    align-items: center;
}
.sectors-section .tab-content .tab-pane h4 {
    font-weight: bold;
}
.title-desc {
    max-width: 800px;
    margin: 0 auto;
}
.shadow-box {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 40px 40px;
}
.metrics .metric-wrapper {
    padding-right: 10%;
    width: 50%;
}
.optimize-section ul.nav > li > a {
    min-height: 180px;
}
.optimize-section ul.nav > li > a img {
    margin-bottom: 10px;
	max-width: 60px;
}
.optimize-section .top-tabs ul.nav > li > a:hover, .optimize-section .top-tabs ul.nav > li > a.active {
    background-color: var(--primary-color);
    color: #fff;
}
.optimize-section .top-tabs ul.nav > li > a:hover strong, .optimize-section .top-tabs ul.nav > li > a.active strong{
	color:#fff;
}
.optimize-section .top-tabs ul.nav > li > a:hover img, .optimize-section .top-tabs ul.nav > li > a.active img{
    filter: brightness(0) invert(1);
}
.metrics .font-weight-normal, .metrics i{
    font-size: 2rem;
    color: #209820;
}
.service-boxed {
    padding: 20px 20px 15px;
    border-radius: 6px;
    /* padding-bottom: 170px; */
    background-color: #ffffff;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-size: auto 125px;
    background-repeat: no-repeat;
    background-position: right 30px bottom 30px;
    -webkit-box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 8%);
    margin-bottom: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 0px 0px 32px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 32px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 32px rgb(0 0 0 / 20%);
}
.bottom_box_section .service-boxed h2 {
    padding: 15px 0px 10px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.process-row>div {
    padding-left: 10px;
    padding-right: 10px;
}
.process-box {
    padding: 30px 15px;
	min-height: 320px;
}
.process-box img {
    max-height: 140px;
    margin-bottom: 25px;
}
.process-box h3 {
    font-size: 19px;
    font-weight: 600;
}
.service-boxed .item-icon {
    z-index: 1;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 35px;
    margin: -4px 0px;
    line-height: 62px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    float: right;
}
.service-boxed .item-title {
    float: left;
    max-width: 250px;
    padding-right: 15px;
	margin-bottom: 10px;
}
.service-boxed:hover {
    -webkit-box-shadow: 0px 15px 30px 0px rgb(38 59 94 / 10%);
    box-shadow: 0px 15px 30px 0px rgb(38 59 94 / 10%);
	-webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
}


.testimonial-section .testimonial-carousel {
  z-index: 2;
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 45px; }
.testimonial-section .testimonial-carousel:after, .testimonial-section .testimonial-carousel:before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background-size: auto;
    background-repeat: no-repeat; 
}
.testimonial-section .testimonial-carousel:before {
    z-index: -1;
    background-position: left bottom;
    background-image: url(../images/testimonal-shape.png); 
}
.testimonial-section .testimonial-carousel:after {
    z-index: -2;
    background-position: right top;
    background-image: url(../images/testimonal-shape-after.png); 
}
.testimonial-section .testimonial-carousel .item {
    z-index: 3;
    margin: auto;
    max-width: 450px;
    position: relative;
    padding-top: 140px;
    padding-bottom: 100px; 
}
.testimonial-section .testimonial-carousel .item:before {
      top: 104px;
      left: -28px;
      content: '';
      width: 159px;
      height: 124px;
      position: absolute;
      background-size: auto;
      background-repeat: no-repeat;
      background-position: left top;
      background-image: url(../images/quote.png); 
}
.testimonial-section .testimonial-carousel .item p {
      font-size: 16px;
      margin-bottom: 40px; 
}
.testimonial-section .testimonial-carousel .item .hero-name {
      font-size: 24px;
      font-weight: 600; 
}
.testimonial-section .testimonial-carousel .item .hero-title {
      display: block;
      font-size: 14px; 
}
.testimonial-section .testimonial-carousel .item .thumbnail-wrap {
      padding: 6px;
      display: table;
      margin: 0px auto 30px;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(../images/testimonal-shape.png); 
}
.testimonial-section .testimonial-carousel .item .thumbnail-wrap .thumbnail-image {
        z-index: 3;
        width: 80px;
        height: 80px;
        display: table;
        margin: 0px auto;
        overflow: hidden;
        border-radius: 100%; 
}
.testimonial-section .testimonial-carousel .item.text-white .hero-name {
      color: #ffffff; 
}
.testimonial-section .testimonial-carousel .owl-nav {
    left: 116%;
    bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute; 
}
.testimonial-section .testimonial-carousel .owl-dots {
    display: none;
    margin-top: 50px; 
}
.testimonial-section .testimonial-carousel.nav-false .owl-nav {
    display: none; 
}
.testimonial-section .testimonial-carousel.dots-true .owl-dots {
    display: block; 
}

 .owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 0px 6px;
  background: #c7d0fb;
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); 
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #4154f1; 
}

.owl-theme .owl-dots .owl-dot.active span {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  background: #4154f1; 
}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
  margin: 0px;
  width: 50px;
  height: 50px;
  border: none;
  background: none;
  overflow: hidden;
  border-radius: 0%;
  position: relative; 
}
.owl-theme .owl-nav .owl-next > span,
.owl-theme .owl-nav .owl-prev > span {
    display: none; 
}
.owl-theme .owl-nav .owl-next:before,
.owl-theme .owl-nav .owl-prev:before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    color: #858DA3;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    border: 1px solid #858DA3;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-family: bootstrap-icons !important; 
}
.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
    background: none; 
}
 .owl-theme .owl-nav .owl-next:hover:before,
 .owl-theme .owl-nav .owl-prev:hover:before {
      color: #ffffff;
      background: var(--primary-color);
      border-color: var(--primary-color); 
}

.owl-theme .owl-nav .owl-prev {
  margin-right: 10px; 
}
  .owl-theme .owl-nav .owl-prev:before {
    content: "\f12f"; 
}

.owl-theme .owl-nav .owl-next:before {
  content: "\f138"; 
}

.owl-theme.arrow_right_left .owl-nav {
  margin-top: 0px; 
}
.owl-theme.arrow_right_left .owl-nav .owl-next,
.owl-theme.arrow_right_left .owl-nav .owl-prev {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); 
}
.owl-theme.arrow_right_left .owl-nav .owl-prev {
    left: -100px; 
}
.owl-theme.arrow_right_left .owl-nav .owl-prev:before {
      content: '\f060'; 
}
.owl-theme.arrow_right_left .owl-nav .owl-next {
    right: -100px; 
}
.owl-theme.arrow_right_left .owl-nav .owl-next:before {
      content: '\f061'; 
}

.owl-theme.arrow_top_right .owl-nav {
  top: -110px;
  right: 15px;
  position: absolute; 
}

.case-study-grid .item_image {
    position: relative;
}
.case-study-grid .item_image .case-cat {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 0;
}
.case-cat span {
    display: inline-block;
    background: #fff;
    color: var(--primary-color);
    padding: 8px 15px;
    font-size: 14px;
    min-width: 100px;
}
.case-study-grid .item_content {
    padding-top: 20px;
}
.case-study-grid .item_title {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}
.case-study-carousel .owl-nav {
    margin-top: 50px;
}
.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}
.faq-section .faq-accordion .card {
    border: none;
    border-radius: 0px;
    margin-bottom: 15px;
    padding-bottom: 25px;
    border: none;
	background: transparent;
	box-shadow: 0px 1px 5px rgb(21 83 125 / 8%);
    border-radius: 5px;
    padding: 15px;
}
.faq-section .faq-accordion .card .card-header {
    padding: 0px;
    border: none;
    background-color: transparent;
}
.faq-section .faq-accordion .card .card-header > a {
    width: 100%;
    display: block;
    font-size: 17px;
    position: relative;
    padding-right: 20px;
    color: var(--heading-color);
	font-weight: normal;
}
.faq-section .faq-accordion .card .card-header > a:not(.collapsed) {
    color: var(--primary-color);
}
.faq-section .faq-accordion .card .card-header > a:before {
    top: 3px;
    right: 0px;
    line-height: 1;
    font-size: 22px;
    content: "\f4fe";
    position: absolute;
    font-family: bootstrap-icons !important;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.faq-section .faq-accordion .card .card-header > a:not(.collapsed):before{
	content: "\f2ea";
	-webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.faq-section .faq-accordion .card .card-body {
    padding: 0px;
    padding-top: 10px;
}
.site-footer {
    padding-top: 180px;
}
.primary-footer {
    padding-top: 60px;
}
.footer-logo {
    max-width: 250px;
}
.footer-about {
    padding-right: 50px;
}
.footer-widget-heading {
    font-weight: 600;
    font-size: 18px;
        margin-top: 35px;
}
.site-footer .download_app ul {
    display: flex;
    align-items: center;
}
.site-footer .download_app ul img {
    width: 100%;
    max-width: 150px;
}
.site-footer ul li {
    margin-bottom: 15px;
}
.site-footer ul li a, .site-footer ul li{
	color: #5D6B7E;
}
.site-footer ul li a:hover{
	color: #1ea31f;
}
.footer_bottom {
    padding: 20px 0px;
    border-top: 1px solid #d7d9e0;
    margin-top: 60px;
}
.footer_bottom ul li {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 0;
    margin-top: 5px;
}

.social-icon > ul > li {
    margin-right: 5px;
  text-align: center;
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
   display: inline-block;  }
  .social-icon > ul > li:last-child {
    margin-right: 0px !important; }
  .social-icon > ul > li > a {
    line-height: 1;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    color: #fff;
    background: #1ea31f;
    width: 40px;
    display: block;
    height: 40px;
    border-radius: 100px; }
    .social-icon > ul > li > a i {
      left: 50%;
      position: absolute;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .social-icon > ul > li > a i:nth-child(1) {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .social-icon > ul > li > a i:nth-child(2) {
        top: 100%;
        opacity: 0; }
    .social-icon > ul > li > a:hover i {
      color: #fff; }
      .social-icon > ul > li > a:hover i:nth-child(1) {
        top: -100%;
        opacity: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .social-icon > ul > li > a:hover i:nth-child(2) {
        top: 50%;
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
.footer-contect {
    margin-bottom: -120px;
    position: relative;
    z-index: 1;
}
.footer-contact-box {
    background: #dce3ff;
    margin: 0 auto;
    max-width: 900px;
    padding: 50px 15px;
	border-radius: 10px;
}
.round_logos li {
    display: inline-block;
    margin: 0 20px;
    font-size: 16px;
    font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
}
.round_logos li span {
    width: 100px;
    height: 100px;
    display: block;
    background: #fff;
    box-shadow: 0px 1px 10px rgb(21 83 125 / 16%);
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 15px;
	line-height: 100px;
}
.round_logos li span img {
    max-width: 80px;
}
.bg-form-div .nav-tabs {
    border: none;
    margin-bottom: 0px;
	padding-left: 5px;
}
.bg-form-div .nav-tabs li a {
    display: inline-block;
    padding: 8px 25px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 5px 5px 0 0;
    line-height: 28px;
}
.banner-content ul.nav-tabs li {
    margin-bottom: 0;
}
.bg-form-div .nav-tabs li a.active {
    background: #fff;
    color: var(--primary-color);
}
.bg-form-div .tab-content {
    background: #fff;
    padding: 15px;
	border-radius: 5px;
}
.bg-form-div select, .bg-form-div input, .bg-form-div select:focus, .bg-form-div input:focus {
    color: #959595;
    border-color: #484848;
	font-size:14px;
}
.bg-form-div .form-row {
    color: #484848;
}
.bg-form-div select option{
	color:#000;
}
.bg-form-div input::placeholder{
	color:#959595;
}
input.site-btn, input.site-btn:focus {
    border: none;
    color: #fff;
}
.parcel_type{
	display:none;
}
#choose-carousel .owl-item {
    padding: 30px 0;
}
.choose-box {
    padding: 35px 30px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(52 27 159 / 10%);
    margin: 0 10px;
	min-height: 350px;
}
.choose-box .item-title {
    font-size: 19px;
    line-height: normal;
	margin-bottom: 15px;
}
.choose-box .choose-icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 22px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    margin-bottom: 25px;
}
.choose-box:hover .choose-icon {
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0px 0px 30px 0px rgb(93 106 231 / 38%);
}
.video-testimonial-div .thumbnail-image img {
    width: 80px;
    border-radius: 100%;
	display: inline-block;
}
.video-testimonial-div {
    background: #f5f8ff;
    padding: 30px 40px;
    border-radius: 15px;
}
.video-testimonial-div .hero-name {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 22px;
}
.video-testimonial-div .hero-title {
    margin-bottom: 20px;
    display: block;
}
.video-testimonial-div .thumbnail-image i {
    display: inline-block;
    float: right;
    font-size: 60px;
	opacity: .1;
}
.shipped-item-box {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    position: relative;
	-webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
	margin: 0 18px;
	display: inline-block;
	margin-bottom: 15px;
}
.shipped-item-box .front-side img {
    max-width: 80px;
    max-height: 80px;
    display: table;
    margin: 0 auto;
}
.shipped-item-box .front-side{
    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	-webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    z-index: 1;
	width: 100%;
    height: 100%;
	border-radius: 100%;
	box-shadow: 0px 0px 10px 0px rgb(52 27 159 / 10%);
	display: inline-grid;
    align-items: center;
    text-align: center;
	background-color: #f5f8ff;
	left: 0;
}
.shipped-item-box .back-side {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    z-index: 1;
	box-shadow: 0px 0px 10px 0px rgb(52 27 159 / 10%);
    -ms-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    -webkit-transition: transform 0.60s cubic-bezier(.5,.3,.3,1);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	width: 100%;
    height: 100%;
	border-radius: 100%;
	display: inline-grid;
    align-items: center;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
	left: 0;
	line-height: 20px;
}
.shipped-item-box:hover .front-side {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transform-style: preserve-3d;
}
.shipped-item-box:hover .back-side {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform-style: preserve-3d;
}
.choose-item {
    width: 100%;
    max-width: 200px;
    padding: 20px 15px;
    display: block;
    text-align: center;
    border-radius: 5px;
    background-color: #f6fbff;
    -webkit-box-shadow: 0px 2px 15px 0px rgb(0 33 121 / 8%);
    box-shadow: 0px 2px 15px 0px rgb(0 33 121 / 8%);
    min-height: 230px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
	margin-bottom: 20px;
}
.choose-item:hover{
    background-color: #ffffff;
    -webkit-box-shadow: 0px 20px 40px 0px rgb(0 33 121 / 8%);
    box-shadow: 0px 20px 40px 0px rgb(0 33 121 / 8%);
}
.choose-item span {
    width: 70px;
    height: 70px;
    color: #ffffff;
    font-size: 34px;
    line-height: 75px;
    text-align: center;
    border-radius: 100%;
    margin-bottom: 30px;
    display: inline-block;
}
.choose-item .item-title {
    display: block;
    font-size: 18px;
    line-height: 1.4;
    color: var(--heading-color);
}

.top_center {
    background: #fff;
    padding: 18px 20px 18px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
    display: inline-table;
    width: 100%;
}
.top_center p {
    font-size: 14px;
    text-align: center;
    margin: 0px;
}
.top_center p a {
    color: #337ab7;
}
.main_cards {
    padding: 17px 15px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 20px 0px 30px;
	box-shadow: 0px 1px 10px rgb(21 83 125 / 16%);
	-webkit-box-shadow: 0px 1px 10px rgb(21 83 125 / 16%);
	-moz-box-shadow: 0px 1px 10px rgb(21 83 125 / 16%);
	min-height: 200px;
}
.status-list {
    display: inline-flex;
    width: 100%;
    display: flex;
	margin: 20px 0;
	justify-content: center;
}
.status-list li input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
	z-index: 1;
    cursor: pointer;
}
.status-list li label {
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
    border: 2px solid #dedede;
    padding: 10px 30px;
    border-radius: 30px;
}

.status-list li {
    margin-right: 30px;
    position: relative;
}
.status-list li input:checked ~ label {
    background: #1EA231;
	color:#fff;
    border-color: #1EA231;
}
.status-list li.receiver-type input:checked ~ label {
    background: #f36565;
	color:#fff;
	border-color: #f36565;
}
.rating {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  padding: 20px 0px;
}
.rating input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.rating label {
  position: relative;
  transition: 0.4s;
  filter: grayscale(100%);
  cursor: pointer;
}
.rating img {
  margin-bottom: 12px;
}
.rating span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;
  transition: 0.4s;
}

.rating input:hover + label,
.rating input:checked + label {
  filter: grayscale(0);
}
.rating input:hover + label span,
.rating input:checked + label span {
  transform: none;
  opacity: 1;
}
.top_part span {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 14px;
    display: block;
}
span.day {
    font-weight: bold;
    font-size: 20px;
    margin: 0px;
	text-transform: uppercase;
}
.date_main {
    font-size: 70px;
    line-height: 70px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 5px;
}
span.year_text {
    margin-bottom: 10px;
    font-size: 14px;
    display: inline-block;
    color: #333;
    line-height: normal;
    font-weight: 500;
	text-transform: uppercase;
}
span.status_label {
    margin: 0px;
}
strong#shipment_status i {
    font-size: 33px;
    color: #1EA231;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 55px;
}
strong#shipment_status {
    font-size: 38px;
    margin-top: 10px;
    margin: 8px 0px;
    font-weight: 500;
    display: block;
    margin-top: 30px;
}
.return_btn {
    display: block;
    color: var(--primary-color);
    font-size: 14px;
}
.top_part {
    margin-bottom: 0;
    display: inline-flex;
    width: 100%;
    display: flex;
}
.top_part>div {
    width: 100%;
}
.logo-bg-img {
    height: 65px;
    background-color: #ddd;
    width: 75px;
    height: 70px;
    border-radius: 5px;
    float: left;
}
.logo-bg-img img {
    background-color: #ddd;
    background-size: contain;
    -webkit-background-size: contain;
    border-radius: 5px;
    width: 75px;
    height: 65px;
    margin-right: 15px;
}
.right_part {
    float: right;
}
.delievery_part {
    padding:15px 0px 15px;
    position: relative;
    background: #fff;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    width: 100%;
    margin-top: 10px;
    border-radius: 10px;
}
.date_info_wrap {
    position: absolute;
    left: -110px;
    top: 12px;
    text-align: center;
    font-size: 13px;
}
.delievery_list_main ul {
    padding: 0;
    width: 76%;
    float: right;
    margin: 0;
}
span.date {
    color: #434343;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0px !important;
}
.delievery_part li {
    list-style: none;
    padding: 10px 0px 0px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    margin-right: 10px;
    margin-bottom: 5px;
}
.delievery_part li:last-child {
    border: none;
    margin-bottom: 15px;
}
.delievery_part {
    height: 400px;
    overflow-y: auto;
}
span.time {
    font-family: 'GoogleSans';
    text-align: center;
}
.delievery_part li span {
    display: block;
        margin-bottom: 10px;
}
.delievery_part li span b {
    font-size: 14px;
    font-weight: 600;
}
.delievery_part li span activity {
    color: #737373;
    font-size: 14px;
}
.delhivery .left_part span {
    font-size: 14px;
    font-weight: 600;
    margin-left: 15px;
}
.delhivery .right_part strong {
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.tracking_id {
    color: #285ddb;
}
.delhivery .left_part {
    display: inline-block;
}
.date_info_wrap .date {
    font-weight: 500 !important;
}
.delievery_part li.active .circle_icon {
    background-image: -webkit-linear-gradient( 50deg, #57b22a 0%, #77ea3d 100%);
    background-image: -o-linear-gradient(50deg, #57b22a 0%, #77ea3d 100%);
    background-image: linear-gradient( 40deg, #57b22a 0%, #77ea3d 100%);
    color: #fff;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    font-size: 14px;
    left: -40px;
}
.circle_icon {
    position: absolute;
    left: 0;
    display: block;
    left: -37px;
    z-index: 15;
    top: 12px;
	font-size: 18px;
	color: var(--text-color);
}
.delievery_part li:after {
    content: '';
    width: 2px;
    display: block;
    position: absolute;
    left: -28px;
    top: 28px;
    z-index: 9;
    border-left: 1px solid #dedede;
    height: 100%;
}
.delievery_part li:last-child:after {
    height: auto;
    bottom: 0;
}
.order_details h5 {
    font-size: 15px;
    border-bottom: 1px solid #CFD4D6;
    color: #000;
    padding-bottom: 15px;
    font-weight: 500;
}
.order_details h5 i {
    margin-right: 8px;
    font-size: 19px;
    vertical-align: text-top;
}
.order-details-ul label {
    color: var(--text-color);
    margin-bottom: 4px;
}
.how_div {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 3px;
    font-weight: 400;
    color: #000;
    text-align: center;
}
.rating label img {
    height: 55px;
    display: block;
    margin: 0 auto;
}
.rating label span {
    font-size: 16px;
    font-weight: normal;
    margin-top: 5px;
}
.submit_btn, .submit_btn:focus {
    font-size: 16px;
    min-width: 200px;
    height: 45px;
    line-height: 45px;
    font-weight: 600;
    padding: 0;
    color: #fff;
    border-radius: 5px;
    background: var(--primary-color);
}
.pagination_boxs p {
    color: #333;
    font-weight: 500;
}
.pagination_rating li a {
    background: #fff;
    border-radius: 50%;
    font-size: 16px;
    padding: 7px;
    color: #000;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    border: 1px solid #cc3a29;
    line-height: 21px;
    margin-right: 12px;
}
.pagination_rating li:nth-child(10) a, .pagination_rating li:nth-child(11) a {
    border-color: #71d53a !important;
}
.pagination_rating li.active:nth-child(10) a, .pagination_rating li.active:nth-child(11) a {
    border-color: #71d53a !important;
    background: #71d53a !important;
    color: #fff !important;
}
.pagination_rating li.active a {
    border-color: #cc3a29;
    background: #cc3a29;
    color: #fff;
}
.pagination_boxs label {
    display: block;
    font-weight: 600;
    display: block;
    margin-top: 20px;
}
.pagination_boxs input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: #f2f2f2;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 25px;
    color: #a4a4a4;
}
.order-details-ul li {
    width: 100%;
	margin-bottom: 15px;
}
.order-details-ul li:last-child {
    margin-bottom: 0;
}
.delievery_part::-webkit-scrollbar, .scroll-bar::-webkit-scrollbar {
  width: 6px;
}

.delievery_part::-webkit-scrollbar-track, .scroll-bar::-webkit-scrollbar-track {
  background: #fff; 
}
 
.delievery_part::-webkit-scrollbar-thumb, .scroll-bar::-webkit-scrollbar-thumb {
  background: #dae1e7; 
  border-radius:10px;
}
.delievery_part::-webkit-scrollbar-thumb:hover, .scroll-bar::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.order-details-ul li span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #1EA231;
}
ul.order-details-ul {
    display: inline-flex;
    width: 100%;
    display: flex;
}
.order-details-ul li {
	position: relative;
    margin-bottom: 0;
	padding-right: 50px;
}
.order-details-ul .pending-status {
    padding-left: 60px;
    padding-right: 0;
}
.order-details-ul li strong {
    font-size: 16px;
}
.order-details-ul li:before {
    content: '';
    top: 50%;
    bottom: 0;
    border-top: 2px solid #dedede;
    position: absolute;
    width: 100px;
    right: -30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    height: 0;
}
.order-details-ul li:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid #f36565;
    right: 65px;
    top: 50%;
    border-radius: 100%;
    z-index: 1;
    background: #f36565;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.order-details-ul li:first-child:after {
    border-color: #1EA231;
    background: #1EA231;
}
.order-details-ul li.pending-status:after {
    left: 25px;
    right: auto;
}
.order-details-ul li:last-child:before{
	display:none;
}
.order-details-ul li:last-child span {
    color: #f36565;
}
.kQUa-dI {
    border-radius: 8px;
    background: rgb(0, 18, 64);
	overflow: hidden;
}
.prism-code.language-bash {
    color: rgb(150, 196, 255);
	max-height: 300px;
    overflow: hidden;
    position: relative;
    overflow-y: auto;
	padding: 24px;
	margin: 0;
}
.kQUa-dI .token-line {
    counter-increment: line 1;
    font-size: 14px;
    line-height: 24px;
    padding-left: 30px;
}
.kQUa-dI .token-line::before {
    content: counter(line);
    color: rgb(104, 121, 146);
    position: absolute;
    margin-left: -30px;
}
.kQUa-dI .token.punctuation {
    color: rgb(154, 168, 189);
}
.kQUa-dI .token.plain {
    display: inline-block;
}
.tabs-img-div img {
    max-height: 400px;
    width: auto;
}
.rate-section .form-label {
    font-weight: 600;
}
.rate-top-row {
    justify-content: center;
}
.rate-top-row [class*="col-"] {
    width: 100%;
    flex: none;
    max-width: max-content;
	padding-left: 20px;
    padding-right: 20px;
	margin-bottom: 15px;
}
.rate-top-row [class*='col-']>div {
    width: 100%;
    max-width: 180px;
    text-align: center;
}
.rate-section .form-control {
    background-color: #e9ecef;
    outline: none;
    border-color: #e9ecef;
    padding: 8px 20px;
    height: auto;
    border-radius: 30px;
    cursor: default;
	text-align: center;
}
.delivery-arrow {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}
.rate-listing {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
	font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.rating-row {
    border: 1px solid #ebebeb;
    border-radius: 10px;
	padding: 15px 0;
	margin-bottom: 15px;
	transition:.3s all;
	-webkit-transition:.3s all;
	-moz-transition:.3s all;
}
.rate-section .rating-row:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}
.checkout-section .rating-row:hover {
    border-color: #ebebeb;
}
.checkout-section .rating-row, .checkout-section .main_cards {
    -webkit-box-shadow: 0px 0px 6px rgb(21 83 125 / 8%);
    -moz-box-shadow: 0px 0px 6px rgb(21 83 125 / 8%);
    border: none;
	background: #fff;
	margin-bottom: 0;
	min-height: auto;
}
.rate-logo {
        width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0px 1px 10px rgb(21 83 125 / 16%);
    padding: 5px;
	    overflow: hidden;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.rating-circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
	margin: 0 auto;
}
.rating-circle::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    z-index: -1;
    background-color: #e9ecef;
}
.rating-circle::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    border-radius: 100%;
    z-index: 1;
	background-color: #fff;
}
.rating-circle span {
    position: relative;
    display: flex;
    font-weight: bold;
    z-index: 2;
}
.rate-price {
    font-weight: bold;
    font-size: 22px;
}
.rate-price em {
    font-style: normal;
    font-weight: normal;
    font-family: sans-serif;
}
#country .text-primary {
    font-weight: 500;
}
.rate-listing .form-label {
    font-size: 16px;
}
.register_section {
    background-image: linear-gradient(90deg, #e8f4e8 66%, #ffffff 50%);
    background-image: -webkit-linear-gradient(0deg, #e8f4e8 66%, #ffffff 50%);
    background-color: #fef4f4;
    position: relative;
    min-height: 700px;
    height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
}
.register_section .form-label {
    font-size: 18px;
    font-weight: 600;
}
.register_section .form-control {
    line-height: 22px;
    color: var(--text-color);
    margin-bottom: 15px;
    border: 1px solid var(--text-color);
    border-radius: 4px;
    width: 100%;
    z-index: 1;
    position: relative;
    height: 48px;
}
.register_section .form-group {
    margin-bottom: 20px;
}
.check_box input {
    width: 22px;
    height: 15px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 8px;
    position: relative;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    border: 2px solid var(--primary-color);
}
.check_box input:before {
    top: 50%;
    left: 50%;
    opacity: 0;
    content: "\f271";
    position: absolute;
    color: var(--primary-color);
    font-family: 'bootstrap-icons';
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	font-size: 18px;
}
.check_box input:checked:before {
    opacity: 1;
}
.check_box label {
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
}
 .check_box input:checked {
    border-color: transparent;
}
.forget_btn {
    float: right;
    font-size: 14px;
    color: var(--primary-color);
}
.register_section .site-btn {
    width: 100%;
    border-radius: 30px;
    height: 50px;
}
.register_section p > a {
    color: var(--primary-color);
}
.check_box {
    display: flex;
}
.check_box label a {
    color: var(--primary-color);
	display: unset;
}
.checkout-section .form-label {
    font-weight: 600;
}
.payment_info ul li {
    width: 100%;
    display: table;
    list-style: none;
	margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}
.payment_info ul li span {
    float: right;
}
.payment_info ul li span em {
    font-style: normal;
    font-weight: normal;
    font-family: sans-serif;
}
.payment_info ul li:last-child {
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.checkout-booked-type {
    text-align: center;
    margin-top: 20px;
}
.site-btn.full-width {
    width: 100%;
}
.site-btn.radius-btn {
    border-radius: 40px;
}
.payment_info p {
    text-align: center;
}
.payment_info p a {
    display: unset;
	color: var(--primary-color);
}
.order-address-box .add-title {
    font-weight: 600;
}
.order-address-box .site-btn {
    padding: 8px 20px;
}
.modal-title {
    font-weight: 600;
    font-size: 22px;
	width: 100%;
}
.modal-header .close {
    padding: 1.2rem 1rem;
	position: absolute;
    right: 20px;
}
.modal {
    padding-left: 15px;
    padding-right: 15px !important;
}
.round-field .form-control {
    border-radius: 30px;
    font-size: 14px;
    height: auto;
    padding: 10px 20px;
}
.form-control:disabled, .form-control[readonly], .form-control:disabled:focus, .form-control[readonly]:focus {
    background-color: #f7f7f7;
}
.round-field .site-btn {
    padding: 10px 20px;
    min-width: 150px;
}
.coupon-code-checkout .site-btn {
    border-top-left-radius: 0;
	border: 1px solid var(--primary-color);
    border-bottom-left-radius: 0;
}
.rate-section .rating-row:hover .rating-circle::after {
    background: var(--primary-color);
}
.rate-section .rating-row:hover * {
    color: #fff;
}
.rate-section .rating-row:hover .site-btn {
    background: #fff;
    color: var(--primary-color);
}
.rate-section .rating-row:hover .site-btn i {
    color: var(--primary-color);
}
.mobile-number {
    position: relative;
}
.mobile-number i {
    position: absolute;
    left: 13px;
    font-size: 20px;
    color: green;
    top: 6px;
}
.mobile-number .form-control {
    padding-left: 40px !important;
}
.payment_info ul .green-list {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
}
.tracking_section {
    padding-top: 120px;
	position: relative;
}
.tracking_section:after {
    content: '';
    position: absolute;
    height: 5000px;
    width: 5000px;
    -webkit-transform: rotateZ( 
3deg
 ) skewX( 
-50deg
 ) scaleX(-1);
    -ms-transform: rotate(3deg) skewX(-50deg) scaleX(-1);
    transform: rotateZ( 
3deg
 ) skewX( 
350deg
 ) scaleX(-1);
    top: auto;
    bottom: 0;
    left: 93%;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    z-index: -2;
    background: var(--primary-color);
    background: -webkit-linear-gradient( 
45deg
 ,var(--primary-color),var(--primary-color) 50%);
    background: linear-gradient( 
45deg
 ,var(--primary-color),var(--primary-color) 50%);
    border-radius: 400px;
}
.order-track-number-field {
    width: 100%;
    background: #fff;
    display: flex;
    padding: 12px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 60px 0px rgb(0 0 0 / 23%);
    box-shadow: 0px 5px 60px 0px rgb(0 0 0 / 23%);
}
.order-track-number-field input {
    width: 100%;
    border: none;
    padding: 0 10px;
    outline: none;
    background: transparent;
}
.order-track-number-field .site-btn {
    max-width: 190px;
    width: 100%;
	margin-left: 10px;
}
.faq-tabs ul {
    display: inline-flex;
    width: 100%;
    flex-wrap: nowrap;
}
.faq-tabs li {
    width: 100%;
    margin-right: 10px;
}
.faq-tabs li a {
    border: 1px solid #dfdfdf;
    padding: 10px 15px;
	border-radius: 5px;
	display: block;
}
.faq-tabs li a strong{
    font-weight:normal;
}
.faq-tabs li a.active {
    border-color: var(--primary-color);
    box-shadow: 0px 0px 10px rgb(93 106 231 / 30%);
	color:var(--primary-color);
}
.faq-tabs li a img {
    max-width: 40px;
    margin-bottom: 10px;
}
.tracking-status-tabs img {
    max-height: 520px;
}
.top-tabs.img-tabs img {
    max-width: 40px;
    vertical-align: sub;
}
.top-tabs.img-tabs ul.nav > li > a {
    min-height: 210px;
}
.banner-content ul li {
    font-size: 18px;
    margin-bottom: 10px;
}
.banner-content ul li i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.need-to-know-section .service-boxed {
    height: 100%;
    padding-bottom: 40px;
}
.need-to-know-section .service-boxed .col-img {
    max-width: 110px;
	margin-bottom: 10px;
}
.need-to-know-section .service-boxed h2 {
    font-size: 20px;
    font-weight: 600;
}
.prohibited-items .img-responsive {
    max-width: 500px;
}
.prohibited-items ul {
    padding-left: 25px;
	margin-bottom: 15px;
}
.prohibited-items ul li {
    list-style: disc;
    color: var(--text-color);
    margin-bottom: 10px;
}
.compare-prices .bold-table tbody tr .saving-breakdown {
    padding: 0;
}
.bold-table {
    margin-bottom: 40px;
	color:var(--secondary-color);
	min-width: 480px;
}
.bold-table thead tr th {
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 500;
    border: solid 1px var(--primary-color);
    padding: 15px;
}
.bold-table tbody tr td {
    background-color: #fff;
    border: solid 1px #c5dfef;
    padding: 15px;
    font-weight: 600;
    vertical-align: middle;
    transition: all .2s ease-in-out;
}
.compare-prices .bold-table tbody tr td {
    padding: 20px 15px;
}
.compare-prices .bold-table tbody tr .saving-breakdown table {
    margin-bottom: 0;
}
.compare-prices .bold-table .saving-breakdown td {
    padding: 20px 0;
    height: 100%;
    width: 50%;
    border: 0;
	border-right: solid 1px #c5dfef;
}
.compare-prices .bold-table .saving-breakdown tr td:last-child {
    border: 0;
}
.bold-table tbody tr td .saving-percentage, .bold-table tbody tr td .saving-amount {
    color: var(--secondary-color);
    background-color: var(--light-color);
}
.checkout-booked-type .add-title {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.checkout-booked-type ul li {
    padding-bottom: 0;
    margin: 0;
    display: inline-block;
    width: auto;
    margin-right: 10px;
	border: none;
	color: var(--primary-color);
}
.checkout-booked-type ul li input {
    margin-right: 5px;
    width: 15px;
    height: 15px;
}
.checkout-booked-type ul li label {
    vertical-align: middle;
}
.primary-email-div {
    margin-top: 10px;
}
.checkout-booked-type ul {
    margin-bottom: 10px;
} 
.primary-email-div label {
    color: var(--text-color);
    font-weight: normal;
	margin-bottom: 0;
}
.primary-email-div input {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
}
.full-height-section {
    min-height: 600px;
    padding: 40px 0;
	position: relative;
}
.order-top-img {
    background: var(--primary-color);
    padding: 40px 20px;
	padding-bottom: 60px;
    text-align: center;
	border-radius: 15px;
}
.order-top-img img {
    max-width: 260px;
}
.order-success-div {
    max-width: 600px;
    margin: 0 auto;
}
.order-white-box h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.order-white-box {
    background: #fff;
    box-shadow: 0px 1px 10px rgb(21 83 125 / 16%);
    -webkit-box-shadow: 0px 1px 10px rgb(21 83 125 / 16%);
    -moz-box-shadow: 0px 1px 10px rgb(21 83 125 / 16%);
    margin-left: 25px;
    margin-right: 25px;
    margin-top: -30px;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 25px;
}
.order-white-box span {
    color: #9d9d9d;
    font-size: 14px;
}
.order-delivery-logo {
    max-width: 90px;
}
.delivery-days {
    position: relative;
}
.delivery-days .delivery-km {
    top: -30px;
    position: relative;
}
.delivery-days h6 {
    font-weight: bold;
    font-size: 14px;
    margin-top: -10px;
}
.copy-link {
    font-size: 15px;
    color: var(--primary-color);
}
.barcode-row {
    margin-top: 20px;
    border-top: 3px dotted #9d9d9d;
    padding-top: 20px;
}
.order-cancel-section {
    height: 100vh;
    min-height: 650px;
	padding: 50px 0;
}
.order-cancel-section p {
    background: var(--primary-color);
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
}
.back-btn {
    background: var(--primary-color);
    color: #fff !important;
    border-radius: 4px;
    font-size: 16px;
    padding: .5rem 1rem;
    margin-left: 20px;
	    position: absolute;
    left: 0;
    top: 40px;
}
.order-cancel-section .site-btn {
    min-width: 200px;
}
.login-box {
    background: #fff;
    -webkit-box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 8%);
    border-radius: 10px;
    max-width: 480px;
	width: 100%;
    padding: 30px 40px;
    min-height: 350px;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
	position: relative;
}
.login-box .title-text {
    font-size: 28px;
}
.number-flag img {
    max-width: 25px;
    margin-right: 5px;
}
.number-filed-box {
    display: flex;
    display: inline-flex;
    align-items: center;
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.number-filed-box .message {
    position: absolute;
    bottom: -15px;
    color: red;
	z-index: 0;
}
.number-flag {
    line-height: 24px;
    color: var(--text-color);
    margin-bottom: 15px;
    width: 110px;
    padding: 10px;
    border: 1px solid var(--text-color);
    border-radius: 4px;
    margin-right: 10px;
}
.number-field-box {
    line-height: 24px;
    color: var(--text-color);
    margin-bottom: 15px;
    border: 1px solid var(--text-color);
    border-radius: 4px;
    width: 100%;
	z-index: 1;
    position: relative;
}
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent !important;
    display: table;
    padding-right: 10px;
    border-right: 1px solid #cccc;
	width: 95px !important;
}
.intl-tel-input .country-list {
    max-width: 390px;
	height: 300px;
	    overflow: hidden;
    overflow-y: auto;
	margin: 0 !important;
}
.error {
    color: red !important;
}
.intl-tel-input.separate-dial-code.allow-dropdown input, .intl-tel-input.separate-dial-code.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown input[type=tel] {
    padding-left: 110px !important;
}
.number-field-box input {
    width: 100%;
    border: none;
    outline: none;
    height: 100%;
    display: block;
    height: 46px;
    padding: 5px 20px;
    position: relative;
    z-index: 1;
    background: transparent;
	color: #000;
}
.number-field-box label {
    position: absolute;
    z-index: 0;
    left: 10px;
    top: 12px;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    padding: 0 10px;
    background: #fff;
}
.number-field-box.focused label {
    top: -12px;
    font-size: 12px;
    color: var(--primary-color);
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.number-field-box.focused {
    border-color: var(--primary-color);
}
.login-btn {
    outline: none;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 40px;
    color: var(--primary-color);
	line-height: 0;
}
.passcode-wrapper {
    margin: 30px 0;
}
.passcode-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: auto;
	max-width: 240px;
}
.passcode-wrapper input {
    width: 50px;
    height: 50px;
    padding: 0;
    margin-right: 5px;
    text-align: center;
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    outline: none;
	font-size: 22px;
    font-weight: bold;
}
.passcode-wrapper input:last-child {
	margin-right: 0;
}

.passcode-wrapper input::-webkit-inner-spin-button, 
.passcode-wrapper input::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}
.passcode-wrapper input:focus{
	border-color: var(--primary-color);
	outline: none;
	box-shadow: none;
}
.otp-status-load {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 25%);
    text-align: center;
    padding: 60px;
}
.otp-status-load .white-box {
    background: #fff;
    padding: 20px;
    height: 100%;
    border-radius: 10px;
    display: flex;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.form-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000082;
    padding: 15px;
    display: flex;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	overflow: auto;
	opacity: 0;
    visibility: hidden;
}
.form-popup.active {
	opacity: 1;
    visibility: visible;
}
.form-popup-content {
    background: #fff;
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    padding: 20px;
}
.form-popup-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.popup-head {
    display: flex;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
	align-items: center;
    padding-bottom: 20px;
}
.form-close-btn {
    cursor: pointer;
    font-size: 24px;
}
.form-popup-content .bootstrap-select {
    width: 100% !important;
    border: 1px solid #ced4da;
    border-radius: .25rem;
	    margin-bottom: 20px;
}
.form-popup-content .bootstrap-select > .dropdown-toggle {
    background: transparent;
    outline: none !important;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    background-color: var(--primary-color);
}
.signin_image h2 {
    font-size: 26px;
    font-weight: 600;
}
.saved-address p {
    color: #000;
}
.saved-address p:last-child {
    margin: 0;
}
.change-add-list {
    padding: 0;
}
.change-add-list .saved-address {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    padding-left: 50px;
    position: relative;
}
.change-add-list .saved-address input[type="radio"] {
    position: absolute;
    left: 15px;
    width: 20px;
    height: 20px;
    top: 15px;
	    cursor: pointer;
}
.change-add-btn {
    padding: 20px;
}
.vendor-login-fixed-btn {
    position: absolute;
    right: 20px;
    z-index: 11;
    top: 20px;
	background: #fff !important;
    color: var(--primary-color) !important;
}
.footer-without-contact {
    padding-top: 50px;
}
.contact-box-bg {
        background: var(--primary-color);
    padding: 30px;
    color: #fff;
    border-radius: 10px 0 0 10px;
    position: relative;
    height: 100%;
	z-index: 0;
	overflow: hidden;
}
.contact-box-bg h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}
.contact-box-bg p {
    color: #fff;
    line-height: normal;
}
.contact-list {
    list-style: none;
    margin: 20px 0;
}
.contact-list li {
    margin-bottom: 15px;
    color: #fff;
}
.contact-list li a {
    color: #fff;
}
.contact-list li i {
    margin-right: 10px;
    font-size: 18px;
    vertical-align: middle;
	color: #1ea31f;
}
.contact-box-bg .social-icon > ul > li > a {
    color: #fff;
    font-size: 17px;
}
.contact-box-bg .social-icon > ul > li > a:hover i {
    color: #FA949D;
}
.contact-form-row .form-label {
    font-weight: 600;
	    margin-bottom: 0;
}
.contact-form-row .form-group input, .contact-form-row .form-group textarea {
    width: 100%;
	max-width: 80%;
    border: none;
    border-radius: 0;
    outline: none !important;
    height: 35px;
    border-bottom: 2px solid #ccc;
}
.contact-form-row .form-group textarea {
    height: 80px;
    resize: vertical;
	max-width: 95%;
}
.contact-form-row .form-group {
    margin-bottom: 20px;
}
.contact-row{
	box-shadow: 0px 0px 10px rgb(0 0 0 / 8%);
    margin: 0;
    border-radius: 10px;
	margin-top: 60px;
}
.contact-row>div {
    padding: 0;
}
.contact-form-row {
    margin-left: 15px;
    margin-right: 10px;
    margin-top: 25px;
}
.contact-box-bg:after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: #FA949D;
    border-radius: 100%;
    right: -140px;
    bottom: -180px;
	z-index: -2;
}
.contact-box-bg:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: #7E53F9;
    border-radius: 100%;
    right: 40px;
    bottom: 40px;
    z-index: -1;
    opacity: .94;
}
.bg-top-section {
    background: var(--primary-color);
	padding-top: 90px;
    padding-bottom: 220px;
}
.bg-top-section h1 {
    text-align: center;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.content-white-box {
    max-width: 900px;
    padding: 56px 75px 75px 75px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 12px;
    margin: 0 auto;
}
.content-section {
    width: 100%;
    margin: -140px auto 0 auto;
    position: relative;
}
.content-white-box p {
    color: var(--secondary-color);
}
.mid_row {
    width: 100%;
    position: relative;
    padding: 30px 0 180px 0;
}
.mid_text ul {
    width: 100%;
    display: inline-block;
}
.mid_text ul li {
    margin: 10px 0 0;
    float: left;
    padding: 5px;
    padding-left: 30px;
    color: var(--text-color);
    background: url(../images/green-tick.png) no-repeat left 5px;
    width: 100%;
}
.mid_row:before {
    width: 100%;
    height: 167px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(../images/section-border.png) no-repeat center bottom;
    content: "";
}
.mid_row:nth-child(even):before {
    background: url(../images/section-border1.png) no-repeat center bottom;
}
.mid_row:last-child {
    padding-bottom: 0;
}
.mid_row:last-child:before {
    display:none;
}
.border-section .mid_row:nth-child(odd) .row {
    flex-direction: row-reverse;
}
.owl-nav {
    text-align: center;
}
.banner-images-logo .owl-stage {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.banner-images-logo .owl-stage .owl-item img {
    margin: 0 auto;
}
.mobile-only {
    display: none;
}
iframe, svg {
    max-width: 100%;
}
.video-sec iframe {
    max-width: 600px;
}
.content__container__list {
    font-weight: normal;
}
.text-change-span {
    font-weight: bold;
    background: #fff;
    color: var(--primary-color);
    padding: 4px 10px;
    border-radius: 5px;
}
.text-change-span:after{
	content: ' ';
	animation: textrotate 5s linear infinite;
  -webkit-animation: textrotate 5s linear infinite;
}
.liner-bg-sec {
    background: rgb(245,248,255);
    background: -moz-linear-gradient(180deg, rgba(245,248,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(245,248,255,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(245,248,255,1) 0%, rgba(255,255,255,1) 100%);
}

.video-container {
  width: 100%;
  max-width: 840px;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}
.video-container .video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}
.play-button-wrapper #circle-play-b svg {
  width: 80px;
  height: 80px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin-bottom: 20px;
}
.online-vendor-bg img {
    position: relative;
    right: -60px;
}
.benefits-section .container {
    max-width: 1050px;
}
.benefits-box .item-title {
    margin: 20px 0 10px;
}
.benefits-box p {
    max-width: 320px;
}
.benefits-section .benefits-box {
    margin-bottom: 30px;
}
.video-new-section {
    position: relative;
    padding: 30px 0;
}
.video-new-section .shape-divider {
    background: var(--primary-color);
    -webkit-transform: skew(30deg) rotate(-3deg);
    -ms-transform: skew(30deg) rotate(-3deg);
    transform: skew(30deg) rotate(-3deg);
    height: calc(100% - 20px);
    position: absolute;
    width: 140%;
    z-index: -1;
    left: -20%;
    top: 0;
}
.video-new-section .container {
    padding-top: 60px;
    padding-bottom: 60px;
}
.video-new-section h2 {
    color: #fff;
}
.video-new-section h4 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.video-new-section ul li {
    margin-bottom: 10px;
    color: #fff;
}
.video-new-section ul li:before {
    content: "\f270";
    font-family: bootstrap-icons;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    top: -2px;
}
.video-new-section .youtube-video {
    position: relative;
    max-width: 95%;
}
.video-new-section .youtube-video:after {
    content: ' ';
    position: absolute;
    z-index: -1;
    left: 10px;
    top: 10px;
	bottom:-10px;
	right:-10px;
    background:#081691;
}
.video-new-section .youtube-video iframe {
    width: 100%;
    vertical-align: middle;
}
.partner-type {
    padding: 110px 0 70px;
    position: relative;
}
.partner-type .midsection-svg {
    position: absolute;
    top: -35px;
    width: 150%;
    left: -38%;
    height: 105%;
}
.partner-type-section ul.bullet-list {
    margin: 20px 0;
    padding-left: 20px;
}
.partner-type-section ul.bullet-list li:before {
    content: "\2022";
    color: var(--primary-color);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 18px;
}
.partner-type-section .service-boxed {
    padding-bottom: 20px;
}
.partner-type-section .service-boxed p {
    max-width: 240px;
}
.partner-type-section .service-boxed .who-uses {
    border-width: 0;
    border-top: 1px solid;
    left: 0;
    margin: 12px 0px;
    padding-top: 12px;
}
.partner-type-section .service-boxed .who-uses h6 {
    margin-bottom: 10px;
    color: var(--primary-color);
    font-size: 14px;
}
.partner-type-section .service-boxed .who-uses p {
    font-size: 14px;
    line-height: 22px;
    max-width: 100%;
}
.steps-row .number-container .inner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 91px;
    position: relative;
    width: 91px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: -webkit-linear-gradient(135deg,rgb(93 106 231 / 11%) 10%,rgb(174 180 243 / 10%) 56.67%);
    background: linear-gradient(315deg,rgb(93 106 231 / 11%) 10%,rgb(174 180 243 / 10%) 56.67%);
}
.steps-row .number-container .inner-container span {
    background: -webkit-linear-gradient(135deg,#5D6AE7 10%,#AEB4F3 56.67%);
    background: linear-gradient(315deg,#5D6AE7 10%,#AEB4F3 56.67%);
    height: 67px;
    width: 67px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    color: #fff;
    padding-top: 5px;
    font-weight: 700;
}
.steps-row .content {
    padding-left: 12px;
}
.steps-row .header h5 {
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0 0;
	margin-bottom: 15px;
}
.steps-row .description {
    color: #162f56;
}
.steps-row .number-container:after {
    content: ' ';
    position: absolute;
    width: calc(100% - 115px);
    background: url(../images/decorator-border-line.svg);
    top: 20%;
    height: 1px;
    left: 115px;
    z-index: -1;
    right: 0;
}
.steps-row>div:last-child .number-container:after {
    display:none;
}
.footer-contact-box p {
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto 30px;
}
.calculate-earning-section .form-label {
    font-weight: 500;
    font-size: 16px;
	    margin-bottom: 10px;
}
.calculate-earning-section .form-control {
    border: 1px solid #ccc;
    padding: 10px 15px;
    height: auto;
    border-radius: 5px;
}
.calculate-earning-section .site-btn {
    width: 100%;
    cursor: pointer;
    color: #fff;
    padding: 12px 15px;
}

.calculate-earning-section .row {
    align-items: center;
}
.submit_info_main .box_card {
    -webkit-box-shadow: 0px 0px 6px rgb(21 83 125 / 8%);
    -moz-box-shadow: 0px 0px 6px rgb(21 83 125 / 8%);
    border: none;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 15px;
    text-align: center;
}
.submit_info_main .box_card h2 {
    font-size: 18px;
}
.submit_info_main .box_card label {
    font-size: 26px;
    margin: 0px;
    font-weight: 700;
}
.submit_info_main {
    max-width: 580px;
}
.calculate-earning-section {
    margin-bottom: 40px;
}
.subscription-section {
    position: relative;
    z-index: 0;
}
.blank-page-logo img {
    max-width: 200px;
}

body .bg-purpal .response-white-btn {
    background: #fff;
    color: #fff!important;
    font-size: 13px;
    padding: 5px 12px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #fff;
}
body .bg-purpal .response-white-btn:hover {
    background: #fff;
    color: #5d6ae7!important;
}
.response-submit-btn {
    background: #fff;
    color: #5d6ae7 !important;
    font-size: 13px;
    padding: 5px 12px;
    border-radius: 5px;
    border: 1px solid #fff;
    text-align: center;
    width: auto;
    margin-top: 15px;
}
.bg-purpal input[type="radio"]:checked ~ .response-white-btn {
	background: #fff;
    color: #5d6ae7 !important;	
}
.ask-heading {
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #5d6ae7;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
}
.status-submit .response-submit-btn {
    width: 130px;
}
.status-box ul li+li {
    margin-left: 5px;
}
.status-box ul li {
    position: relative;
    z-index: 0;
	margin-bottom: 12px;
}
.status-box ul li input[type="radio"] {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    z-index: 2;
    opacity: 0;
    width: 100%;
	cursor:pointer;
}
.language-switcher {
    width: auto;
    font-size: 16px;
}



.bg-form-main-top {
    box-shadow: 0 2px 40px 0 rgb(0 0 0 / 13%);
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
.bg-form-main-top h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.top_social_form_group .social-border {
    border: 1px solid #ced4da!important;
    border-radius: 8px!important;
    width: 100%;
	padding: 10px;
}
.top_social_form_group .social-border img {
    margin-right: 4px;
    margin-top: -2px;
}
.top_social_form_group .boder_top_form {
    font-size: 18px;
    font-weight: 500;
    color: #4d4d4d;
    margin-bottom: 16px;
}
.bg-form-main-top .boder_top_form .dashed-border {
    border: 0.8px dashed #d3d3d3;
    display: inline-block;
    width: calc(50% - 1rem);
}
.bg-form-main-top label {
    margin-bottom: 2px;
    font-size: 14px;
}
.bg-form-main-top .form-control {
    font-size: 14px;
}
.bg-form-main-top .bottom_checkbox span {
    font-size: 12px;
}
.bg-form-main-top .bottom_checkbox input {
    vertical-align: middle;
}
.bg-form-main-top .bottom_checkbox .text-color {
    color: #5d6ae7;
}
.bg-form-main-top .sign_up_btn {
    width: 100%;
    display: block;
    margin: 10px 15px 10px;
}
.bg-form-main-top .sign_up_btn .site-btn {
    width: 100%;
    opacity: .5;
}
.bg-form-main-top .login_bottom_btn {
    width: 100%;
}
.bg-form-main-top .login_bottom_btn p.text-center {
    margin: 0px;
}
.bg-form-main-top .login_bottom_btn p.text-center a {
    color: #5d6ae7;
}

.platform-boxed.service-boxed {
    padding: 30px;
    text-align: center;
	height: 100%;
}
.platform-boxed.service-boxed .item-icon {
    float: none;
    margin: 0px auto 20px;
    display: block;
}
.platform-boxed.service-boxed h3 {
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
}
.register-tabs-left .nav-tabs a {
    padding: 15px 16px;
}
.register-tabs-left .nav-tabs a h3 {
    font-size: 16px;
}
.pricing-left-box {
    padding: 2rem 3.75rem 3.75rem 3.75rem;
    background-color: #fff;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 3px 4px -2px rgb(28 36 51 / 10%);
    box-shadow: 0 3px 4px -2px rgb(28 36 51 / 10%);
}
.pricing-left-box h3 {
    font-weight: bold;
}
.pricing-left-box p {
    font-size: 16px;
    color: #545f75;
}
.pricing-amount {
    font-size: 3rem;
    line-height: 1.12;
    letter-spacing: -.10rem;
    font-weight: bold;
    color: #64d778;
}
.pricing-right-box {
    background-color: var(--primary-color);
    border-radius: 0 0.5rem 0.5rem 0;
    padding: 2rem 3.125rem 2rem 1.875rem;
    -webkit-box-shadow: 0 3px 4px -2px rgb(28 36 51 / 10%);
    box-shadow: 0 3px 4px -2px rgb(28 36 51 / 10%);
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pricing-right-box h5 {
    color: #fff;
    line-height: 1.25;
    font-weight: 600;
    font-size: 22px;
}
.pricing-right-box .included li{
    font-size: 1.125rem;
    font-weight: 400;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0;
}
.pricing-right-box .included li i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--primary-color);
    background-color: #fff;
    min-height: 2rem;
    min-width: 2rem;
    border-radius: 50%;
    margin-right: 0.875rem;
	font-size: 22px;
}
.pricing-right-box .included span {
    display: block;
    max-width: 17.625rem;
    color: #fff;
}
.reorder_buttons_list {
    padding: 0 20px;
}
.reorder_buttons_list li {
    width: 100%;
}
.reorder_buttons_list li label {
    margin: 0;
    width: 100%;
    height: 40px;
    cursor: pointer;
    border: 1px solid #5d6ae7;
    color: #5d6ae7;
    text-align: center;
    display: block;
    line-height: 40px;
    border-radius: 7px;
}
.reorder_buttons_list li input:checked~label, .reorder_buttons_list li label:hover {
    color: #fff;
    background-color: #5d6ae7;
}
.reorder_buttons_list li input {
    display: none;
}
.reorder_buttons_list li+li {
    margin-top: 12px;
}

.brand_section {
    position: relative;
    padding-top: 150px;
    padding-bottom: 110px;
}
.brand_section svg.midsection-svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}
.border_bottom_line {
    font-size: 28px;
    position: relative;
}
.border_bottom_line span {
    color: #5d6ae7;
}
.border_bottom_line:before {
    content: '';
    display: block;
    width: 54px;
    height: 4px;
    background: #5d6ae7;
    margin: auto;
    bottom: -15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.simple_pricing_sec .box_overlay_outer {
    color: #515978;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 2px;
    box-shadow: 2px 4px 9px 1px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 4%);
    background: #fff;
    padding: 25px;
}
.box_overlay_outer h2, .simple_pricing_sec .box_right_part .box_1 h2 {
    font-weight: 700;
    font-size: 26px;
}
.box_overlay_outer .rate.rate-lg {
    font-size: 72px;
    line-height: normal;
    font-weight: 700;
    color: #020511;
}
.box_overlay_outer .rate.rate-lg sup {
    font-size: 24px;
    vertical-align: text-top;
    font-weight: 400;
    top: 6px;
}
.simple_pricing_sec .box_overlay_outer .border_left {
    border-left: 1px solid #bdbdbd;
}
.box_overlay_outer .new_pricing_top h5 {
    color: #515978;
    font-weight: 500;
    font-size: 18px;
}
.box_overlay_outer .new_pricing_top p {
    padding: 10px 0px;
}
.box_overlay_outer .new_pricing_top .center_text {
    padding: 25px 15px;
}
.simple_pricing_sec .box_right_part .box_card_main {
    background: #f4f8ff;
    border-bottom: 1px solid rgba(0,0,0,0.07);
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 2px;
    box-shadow: 2px 4px 9px 1px rgb(0 0 0 / 5%), 0 1px 1px rgb(0 0 0 / 4%);
    padding: 25px;
}
.simple_pricing_sec .box_right_part .box_1 a {
    color: #5d6ae7;
    font-weight: bold;
}
.simple_pricing_sec .box_right_part .box_1 a i {
    padding-left: 5px;
}
.simple_pricing_sec .box_right_part .box_2.box_card_main {
    background: #fff;
}
.simple_pricing_sec .box_right_part .box_2.box_card_main p {
    margin: 0px;
}
.simple_pricing_sec .left_part_box {
    padding-right: 0px;
}
.simple_pricing_sec .right_part_box {
    padding-left: 0px;
}
.simple_pricing_sec .border_bottom_line {
    margin-bottom: 40px !important;
}


.Create_whatsapp_sectio .banner-content {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
}
.Create_whatsapp_sectio .banner-content h1.mb-4 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
    display: block;
}
.Create_whatsapp_sectio .banner-content h5 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 27px;
}
.Create_whatsapp_sectio .banner-content h1.mb-4 {
    font-size: 21px;
    line-height: 27px;
    display: block;
    margin-bottom: 10px !important;
    color: #4dc247;
}
.Create_whatsapp_sectio .form_main label.form-label span {
    display: block;
    font-size: 12px;
    padding: 5px 0px;
}
.Create_whatsapp_sectio .form_main .form-field {
    padding-bottom: 20px;
    clear: both;
    height: 100%;
    display: inline-block;
    width: 100%;
}
.form_main label.form-label {
    display: block;
}
.Create_whatsapp_sectio .form_main .form-field .number_field_info select.form-control {
    width: 60%;
    padding: 5px;
    display: inline-block;
    font-size: 13px;
    height: 38px;
}
.Create_whatsapp_sectio .form_main .form-field .number_field_info .number_start_count {
    display: inline-block;
    padding-left: 10px;
}
.Create_whatsapp_sectio .form_main .form-field .number_field_info {
    display: inline-block;
    width: 28%;
}
.Create_whatsapp_sectio .form_main .form-field .form-control.number {
    width: 72%;
    float: right;
    display: inline-block;
}
.Create_whatsapp_sectio_img img {
    max-width: 300px;
    float: right;
}
.tracking_section.Create_whatsapp_sectio {
    padding-bottom: 130px !important;
}

.tracking_section .top_title {
    max-width: 700px;
    margin: 0px auto 20px !important;
    display: block;
    line-height: 45px;
}
.tracking_section.landing_sec {
    padding: 180px 0px 160px !important;
}
.tracking_section.landing_sec p {
    font-size: 18px;
    max-width: 640px;
    margin: auto;
    line-height: 33px;
}
.mid_text ul li {
    margin: 10px 0 0;
    float: left;
    padding: 5px;
    padding-left: 30px;
    color: var(--text-color);
    background: url(../images/green-tick.png) no-repeat left 5px;
    width: 100%;
}

section.full_section .mid_row {
    padding-bottom: 40px;
}
.icons-section img {
    max-width: 100px;
    margin: 0px auto 15px;
    text-align: center;
    display: block;
    object-fit: cover;
}
.service-box h5 {
    text-align: center;
}

.tracking_section.landing_sec .bottom_btn ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tracking_section.landing_sec .bottom_btn ul p {
    color: #ccc;
}
.tracking_section.landing_sec .bottom_btn ul p i {
    padding-right: 12px;
}
.tracking_section.landing_sec .bottom_btn {
    max-width: 810px;
    margin: 50px auto 0px;
}
.tracking_section.landing_sec .bottom_btn ul li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0px 15px;
        text-align: center;
}

.api_section {
    padding: 50px 0px 50px;
    background: #fef4f4;
}
.api_section img {
    max-width: 180px;
}

header.header_section.top_header h1 {
    margin: 0px;
    color: #1ea31f;
    text-transform: uppercase;
}
header.header_section.top_header {
    background: #fef4f4
}
header.header_section.top_header .site-btn {
    color: #fff !important;
}
header.header_section.top_header .site-btn:hover {
        transition: all .4s ease;
    background: #037203;
    color: #fff !important;
    border-color: #037203;
}
header.header_section.top_header ul li {
    padding: 15px 0px;
}
header.header_section.top_header ul li .site-btn {
    margin: 0px;
}

.landing_section h1.mb-4 {
    color: #222;
        font-weight: 700;
}
.landing_section h1.mb-4 span {
    color: #1ea31f;
    display: block;
    padding: 0px;
}

.banner_bottom_btn {
    display: flex;
}
.banner_bottom_btn .site-btn.border_btn {
    color: #1ea31f;
    background: none;
    margin-left: 15px;
}
.banner_bottom_btn .site-btn:hover, .banner_bottom_btn .site-btn.border_btn:hover .banner_bottom_btn .site-btn:focus {
    transition: all .4s ease;
    background: #037203;
    color: #fff !important;
    border-color: #037203;
}
.landing_section .head-points i {
        color: #165017a6;
    padding-right: 10px;
}
.landing_section p {
    font-size: 18px;
    line-height: 32px;
}
section#banner.landing_section {
    padding-top: 150px;
    padding-bottom: 65px;
}

.color_change_code{
    color: #1ea31f;
}
.homepage_lite-text {
    color: #6e6e6e;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.top_bg_section {
    background: #fbfbfb;
    padding: 50px 0px;
}
.homepage_lite-text i {
    color: #fff;
    margin-right: 10px;
    background: #1ea31f;
    width: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
    border-radius: 100px;
    line-height: 40px;
}
.top_bg_section .mid_outer h2 {
    color: #222;
    margin-bottom: 30px !important;
    display: block;
}
.top_bg_section .mid_outer li, .top_bg_section .mid_outer p {
    color: #222;
    margin-bottom: 15px;
    font-size: 18px;
}
.top_bg_section .mid_outer p{
    padding-bottom: 15px;
}
.top_bg_section .mid_outer li i {
    margin-right: 15px;
    color: #165017a6;
}

.full_section .mid_outer li, .full_section .mid_outer p {
    margin-bottom: 15px;
    font-size: 18px;
}
.full_section .mid_outer p{
    padding-bottom: 15px;
}
.full_section .section-title p {
    font-size: 18px;
    line-height: 32px;
    color: #6e6e6e;
    padding-top: 10px;
}
.full_section .section-title {
    padding-bottom: 20px;
}
.full_section .mid_outer li i {
    margin-right: 15px;
    color: #165017a6;
}
.full_section .mid_outer h2 {
    margin-bottom: 20px !important;
}
.full_section .mid_outer span.top_text_section {
    color: #037203;
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}
section.full_section .mid_outer {
    margin-bottom: 75px;
}

section.full_section .icons-section {
    padding: 20px 0px 40px;
}
section.icons-section {
    background-color: #e8f4e6;
    padding: 50px 0px 40px;
}
section.icons-section .service-box h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    color: #1ea31f;
}
section.icons-section .service-box h5 {
    font-weight: 600;
}

.contact_info_box {
    padding: 10px 0px 60px;
}
.contact_info_box .footer-contact-box {
    background: #0f191d;
}
.contact_info_box .footer-contact-box h4 {
    color: #fff;
    font-size: 18px;
    padding-bottom: 15px;
}
.contact_info_box .footer-contact-box h2 {
    color: #fff;
    font-size: 41px;
    max-width: 600px;
    margin: auto;
}
footer.site-footer.bottom_footer {
    padding-top: 60px;
    background: #fef4f4;
}
.contact_info_box .footer-contact-box {
    background-size: cover;
    background-position: center;
}

.top_bg_section ul li a h3 {
    color: #222;
    padding: 10px 45px 10px 0px;
    font-size: 18px;
}
.top_bg_section ul.nav.nav-tabs {
    margin-top: 30px;
}
.top_bg_section ul li a.active {
    border-bottom: 4px solid #1ea31f;
}
.top_bg_section ul li a {
    border-bottom: 4px solid #0085ff00;
}
.top_bg_section ul.nav.nav-tabs {
    border-bottom: 1px solid #cccccc5e;
}


section.top_content_sec {
    background: #fef4f4;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 180px;
}
.content_box_card .content-white-box {
    box-shadow: 1px 1px 20px 3px #a1a1a147;
    margin-bottom: 60px;
}
section.top_content_sec h1 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 36px;
}
.content_box_card .content-white-box {
    box-shadow: 1px 1px 20px 3px #a1a1a147;
    margin-bottom: 60px;
}