@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

html {
  scroll-behavior: smooth;
}

body {
	font-family: "Inter", sans-serif;
	transition: all 200ms linear;	
 }

h1,h2,h3,h4,h5,h6{
font-family: "Manrope", sans-serif;

}



a,a:active,a:focus,a:hover {
outline: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
cursor: pointer !important;
text-decoration: none;
}


a:hover {
text-decoration: none;
}


section {
  transition: all 200ms linear;
}

/* #Defined Colors and Font sizes
================================================== */
:root {
 
  --main-red:#DF1411;
  --main-white:#fff;
  --main-grey:#605E5E;
  --main-footer:#181818;
  --text-black:#000;
  --text-red:#DF1411;
  --text-white:#fff;
  --text-grey:#707070;
}

header#header-main {
    background: url(../img/main_banner.png) no-repeat;
    min-height: 644px;
    background-position: center;
    background-size: cover;
}
header#header-main-inner {
    background: url(../img/main_banner.png) no-repeat;
    min-height: 250px;
    background-position: center;
    background-size: cover;
}
.contact-box ul li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid var(--main-grey);
    padding: 5px 15px 5px 0px;
}

.contact-box ul li:last-child{
 border-right:none;
}

.contact-box ul {
    margin: 0;
    padding: 0;
}
.address-icon p {
    color: var(--text-white);
    margin-bottom: 0;
    font-family: "Manrope", sans-serif;
    font-size:14px;
}
.address-icon i {
    margin-right: 8px;
    text-align: right;
    color:var(--text-red);
}

.main-nav {
    border-top: 1px solid var(--main-grey);
    border-bottom: 1px solid var(--main-grey);
}

.custom-toggler {
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  position: relative;
}

.toggler-icon,
.toggler-icon::before,
.toggler-icon::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #fff;
  left: 0;
  transition: all 0.3s ease;
}

.toggler-icon {
  top: 50%;
  transform: translateY(-50%);
}

.toggler-icon::before {
  top: -8px;
}

.toggler-icon::after {
  top: 8px;
}

/* When navbar is open (aria-expanded=true) */
.custom-toggler[aria-expanded="true"] .toggler-icon {
  background-color: transparent;
}

.custom-toggler[aria-expanded="true"] .toggler-icon::before {
  transform: rotate(45deg);
  top: 0;
}

.custom-toggler[aria-expanded="true"] .toggler-icon::after {
  transform: rotate(-45deg);
  top: 0;
}


.inner-box nav.navbar.navbar-expand-lg.navbar-light {
    padding: 2px 0px;
}

a.navbar-brand img {
    width: 120px;
}
.tollfree-div p{
 margin-bottom: 0;
 color:var(--text-white);
}
.inner-box .nav-link {
    color: var(--text-white);
    font-family: "Manrope", sans-serif;
    font-size:14px;
}
li.nav-item {
    padding: 0 10px;
}
.tollfree-div {
    background-color: var(--main-red);
    padding: 10px 14px;
    border-radius: 10px;
}

.social-media ul li {
    display: inline-block;
    border-right: 1px solid var(--main-grey);
    padding: 3px 6px;
}
.social-media ul li:last-child{
 border-right:none;
}

.social-media ul li i{
 color:var(--text-white);
}

.social-media ul {
    margin: 0;
    padding: 0;
}
.social-media {
    float: right;
}
.banner-title {
    margin: auto;
    text-align: center;
    width: 60%;
    margin-top:10%;
}
.banner-title h1{
 color:var(--text-white);
 text-transform: uppercase;
 font-weight: 800;
 font-family: "Inter", sans-serif;
 font-size: 3rem;
}
.banner-title p{
 color:var(--text-white);
}

.banner-btns a {
    margin-right: 5px;
}
a.btn-contact {
    background-color: var(--main-red);
    color: var(--text-white);
    padding: 10px 20px;
    border-radius: 10px;
}
a.btn-download-app {
    border: 1px solid var(--main-white);
    color: var(--text-white);
    padding: 10px 20px;
    border-radius: 10px;
}
.banner-btns {
    margin-top: 30px;
}
section.page-section {
    margin-top: 70px;
}
.about-text h3 {
    font-weight: 800;
    margin-top:5px;
}
.about-text span{
 color:var(--text-red);
}
.content-box {
    margin-top: 10px;
}
.content-box p {
    line-height: 28px;
    color: var(--text-grey);
}
.page-section-title span{
 color:var(--text-red);
}
.page-section-title h3{
 font-weight:800;
}
.choose-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    min-height: 220px;
    padding: 25px 15px;
    margin: auto;
    text-align: center;
    padding-bottom: 0;
}
.choose-icon i {
    font-size: 60px;
    color:var(--main-red);
}

.choose-icon {
    margin-bottom: 10px;
}
.choose-box h4 {
    font-weight: 700;
    font-size: 22px;
}
section#download-app-section {
    margin-top: 70px;
    background: url(../img/download-app.png) no-repeat;
    min-height: 550px;
    background-position: center;
    background-size: cover;
}
.download-section {
    margin: auto;
    text-align: center;
    width: 60%;
    margin-top: 13%;
}
.download-section h3 {
    font-weight: 800;
    font-size: 2.25rem;
    margin-top: 5px;
}
.banner-btn {
    margin-top: 20px;
}
section#app-features {
    margin-top: 70px;
}
.feature-box {
    border: 1px solid #ddd;
    padding: 10px 20px;
    margin: auto;
    text-align: center;
    border-radius: 10px;
}

.feature-box img {
    width: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.feature-box h5 {
    font-size: 18px;
    line-height: 25px;
}
.fetaure-icon {
    height: 80px;
}
footer {
    background-color: var(--main-footer);
    margin-top: 70px;
    padding: 50px 0;
    padding-bottom: 0;
}
.footer-logo img {
    width: 130px;
}

.download-section span {
    color: var(--text-white);
}
.download-section h3 {
    color: var(--text-white);
}
.download-section p {
    color: var(--text-white);
}
.navigation-box h3 {
    font-weight: 700;
    color: var(--text-white);
    font-size:24px;
}
.navigation-box ul li {
    list-style: none;
    padding-bottom: 3px;
}

.navigation-box ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.navigation-box ul li a{
 font-size: 14px;
 color:var(--text-white);
}
.download-app-icons a {
    line-height: 60px;
}
.download-app-icons {
  margin-top:20px;
}
.contact-box-area p {
    margin-bottom: 5px;
    color: var(--text-white);
    font-size:15px;
}
.contact-box-area i{
 margin-right:5px;
 color:var(--main-red);
}
.contact-box-area {
    margin-top: 30px;
}

div#copyright-box {
    border-top: 1px solid #4D4B4B;
    margin-top: 50px;
}
.link-footer ul li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #ddd;
    padding: 0 10px;
    font-size: 14px;
    
}

.link-footer ul li a{
    color:var(--text-white);
}

.link-footer ul li:last-child{
 border-right:none;
}

.link-footer {
    float: right;
    margin-top: 5px;
}
.copyright-text p {
    margin-bottom: 0;
    margin-top: 10px;
    color: var(--text-white);
    font-size: 14px;
}

.footer-social-media {
    margin-top: 20px;
}

.footer-social-media ul {
    margin: 0;
    padding: 0;
}
.footer-social-media ul li {
    list-style: none;
    display: inline-block;
    margin-right: 3px;
}
.footer-social-media ul li i {
    border: 1px solid #fff;
    width: 45px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: var(--text-white);
    border-radius: 5px;
}

.breadcrumb-list {
    margin: auto;
    text-align: center;
    margin-top: 30px;
}
.breadcrumb-list h3 {
    color: var(--text-white);
    font-weight: 800;
    margin-bottom: 4px;
}
.breadcrumb-list p{
 color:var(--text-white);
}
section.policy-section {
    margin-top: 30px;
}
.terms-conditions-box h2 {
    font-weight: 800;
}
.intro-text h4 {
    font-weight: 700;
}
.intro-text p{
 color:#707070;
}
.list-text h5{
 font-weight: 600;
}
.list-text ul li {
    padding-bottom: 5px;
}