body {
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}


.section {
    padding: 50px 0;
}

a {
    text-decoration: none;
    color: #000;
}

.clear {
    clear: both;
}

.refund_policy h3,
.privacy_policy h3,
.term_conditions h3 {
    font-weight: 600;
}

.mainPolicy p {
    line-height: 30px;
    font-size: 12px;
}


/*order now popup*/

.Popup
{
    background:rgba(0, 0, 0, 0.3); 
    display:none;  
    position:fixed; 
    top:0;
    width:100%;
    height:100%;
    z-index:99999;
}

.Popup .wdth
{
    width: 60%;
    margin-left: 215px;
    margin-top: 100px;
    background: white;
    padding: 20px 20px;
    padding-left: 20px;
    height: 339px;
    border-radius: 5px;
    text-align: center;
    /*overflow: hidden;*/
}

.Popup .closebtn
{
    position: relative;
    margin-top: -40px;
    left: 32px;
    background: #286A44;
    color: white;
    border: 0;
    border-radius: 50%;
    font-size: 31px;
    width: 35px;
    height: 35px;
    z-index: 99999;
    cursor: pointer;
    float: right;
}

.Popup .closebtn .fas
{
    font-size: 21px;
    margin: -11px 0 0 -7px;
    position: absolute;
}



/*call us*/

.callus_fixed {
    position: fixed;
    bottom: 10px;
    cursor: pointer;
    right: 15px;
    z-index: 999;
}

.callus_fixed img {
    width: 60px;
}

.callus_fixed div {
    position: absolute;
    width: 130px;
    right: 100%;
    background-color: white;
    font-size: 14px;
    color: #43474e;
    border: solid 1px #8080801c;
    top: 47%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    padding: 7px 0 7px 12px;
    margin-right: 0px;
    letter-spacing: -0.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


/*call us*/


/*mobile smart banner*/

#smartbanner {
    position: absolute;
    left: 0;
    top: -82px;
    border-bottom: 1px solid #e8e8e8 !important;
    width: 100%;
    height: 78px;
    font-family: 'Helvetica Neue', sans-serif;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    z-index: 9998;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-text-size-adjust: none;
    background: #F6F5F5 !important;
}

#smartbanner,
html.sb-animation {
    -webkit-transition: all .3s ease;
}

#smartbanner .sb-container {
    margin: 0 auto;
}

#smartbanner .sb-close {
    position: absolute;
    left: 5px;
    top: 30px;
    display: block;
    width: 14px;
    height: 14px;
    font-family: 'ArialRoundedMTBold', Arial;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    -webkit-font-smoothing: subpixel-antialiased;
}

#smartbanner .sb-close:active {
    font-size: 13px;
    color: #aaa;
}

#smartbanner .sb-icon {
    position: absolute;
    left: 30px;
    top: 10px;
    display: block;
    width: 57px;
    height: 57px;
    background: rgba(196, 194, 194, 0.25);
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

#smartbanner.no-icon .sb-icon {
    display: none;
}

#smartbanner .sb-info {
    position: absolute;
    left: 98px;
    top: 18px;
    width: 44%;
    font-size: 11px;
    line-height: 1.2em;
    /*font-weight: bold;*/
    color: #6a6a6a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

#smartbanner #smartbanner.no-icon .sb-info {
    left: 34px;
}

#smartbanner .sb-info strong {
    display: block;
    font-size: 13px;
    color: #4d4d4d;
    line-height: 18px;
}

#smartbanner .sb-info > span {
    display: block;
}

#smartbanner .sb-info em {
    font-style: normal;
    text-transform: uppercase;
}

#smartbanner .sb-button {
    position: absolute;
    right: 20px;
    top: 28px;
    padding: 0 10px;
    min-width: 10%;
    height: 24px !important;
    font-size: 14px;
    line-height: 28px !important;
    text-align: center;
    color: #ffffff;
    background: #276B43 !important;
    text-decoration: none;
    border-radius: 3px !important;
    border: solid 0px red;
}

#smartbanner .sb-button:active,
#smartbanner .sb-button:hover {
    background: -webkit-linear-gradient(top, #dcdcdc 0%, #efefef 100%);
}

#smartbanner .sb-icon.gloss:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
    border-radius: 10px 10px 12px 12px;
}

#smartbanner.android {
    border-color: #FFFFFF;
    background: white;
    box-shadow: none;
}

#smartbanner.android .sb-close {
    border: 0;
    width: 17px;
    height: 17px;
    line-height: 17px;
    color: #b1b1b3;
}

#smartbanner.android .sb-close:active {
    color: #eee;
}

#smartbanner.android .sb-info {
    color: #313131;
    font-weight: 500;
}

#smartbanner.android .sb-info strong {
    color: #313131;
    font-weight: 800;
}

#smartbanner.android .sb-button {
    min-width: 12%;
    border: 1px solid #ffffff;
    padding: 1px;
    color: #ffffff;
    background: none;
    border-radius: 0;
    box-shadow: none;
    min-height: 28px
}

#smartbanner.android .sb-button span {
    text-align: center;
    display: block;
    padding: 0 18px;
    border-radius: 3px;
    font-weight: 300;
    background-color: #276B43;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
}

#smartbanner.android .sb-button:active,
#smartbanner.android .sb-button:hover {
    background: none;
}

#smartbanner.android .sb-button:active span,
#smartbanner.android .sb-button:hover span {
    background: #276B43;
    outline: none;
    border: 0;
}

#smartbanner.windows .sb-icon {
    border-radius: 0px;
}


/*mobile smart banner*/


/* home plan*/

.plan {
    padding: 10px 15px;
    color: white;
    background: #286A44;
    border-radius: 4px;
    margin-top: 10px;
}

.plan span {
    font-size: 22px;
    font-weight: 500;
}

.plan img {
    width: 90px;
    float: right;
    margin-top: -6px;
}

.mobilePlan .plan-basic,
.mobilePlan .plan-premium,
.mobilePlan .plan-premiumPlus {
    display: none;
    width: 100%;
    margin-top: 5px;
}

.mobilePlan div p {
    border-bottom: solid 1px #e8e8e8;
    padding: 8px 8px;
    margin: 0px;
    font-size: 14px;
    text-align: center;
}

.mobilePlan .content p {
    text-align: center;
    color: #B1B1B1;
    font-size: 11px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    border: none;
}

.mobilePlan .content h4 {
    font-weight: 500;
    margin: 10px 0 0 0;
    font-size: 32px;
    text-align: center;
}

.aboutus.section {
    background:#FAFAFA;
}
/*
.aboutus.section p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
*/
.aboutus.section p {
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 20px 20px 20px;
}


/* home plan*/

.mobileMenu a .fa-sort-down {
    float: right;
}

.mobile-dropdown-content {
    display: none;
}

.mobile-dropdown-content .submenu-menu {
    color: black;
    padding: 8px 31px;
    text-decoration: none;
    display: block;
    border-bottom: solid 1px #ececec;
    font-size: 14px;
}


/*mobile menu css*/

.mobileMenu.sidebar {
    height: 100%;
    margin-left: -250px;
    width: 250px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.mobileMenu.sidebar .main-menu {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    display: block;
    transition: 0.3s;
    border-bottom: solid 1px #ececec;
    font-weight: 500;
}

.mobileMenu.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 36px;
    margin-left: 50px;
    color: #000;
    border: none;
}

.mobileMenu.sidebar .closebtn img {
    width: 20px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .mobileMenu.sidebar {
        padding-top: 15px;
    }
    .mobileMenu.sidebar a {
        font-size: 18px;
    }
}


/*mobile menu css*/


/* navbar*/

.header {
    position: relative;
    padding: 0;
    z-index: 999;
    width: 100%;
    background-color: white;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
    -webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s;
    transition: 0.5s;
}

.header.fixed {
    position: fixed;
    -webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s;
    background: white !important;
    padding: 10px 0 !important;
    transition: 0.5s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.075);
}

.header.fixed .uan {
    display: none;
    transition: 0.5s;
}

.dropdown {
    position: relative;
    display: inline-block;
    padding: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    top: 30px;
    padding: 0px;
    background-color: #F5F6F8;
    width: 130px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown li {
    padding: 0 !important;
}

.dropbtn {
    background: none;
    border: 0;
    text-transform: capitalize;
}

.dropbtn .fas {
    font-size: 19px;
    margin-top: -3px;
    margin-left: 7px;
}


/*.navBarDropDown ul {
    border: 3px solid #F5F6F8;
    padding: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}*/

.header.fixed .navBarDropDown ul .dropdown-content {
    top: 32px !important;
}

.header.fixed .navbar ul li {
    margin-bottom: 0px !important;
}

.navBarDropDown ul .dropdown-content {
    top: 40px;
    background-color: #fff;
    width: 150px;
    left: 0;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    overflow: hidden;
}

.navBarDropDown ul .dropdown-content a {
    display: table;
    text-align: left;
    border-bottom: solid 1px #8080802b;
    padding: 10px 15px;
    width: 120px;
}

.navBarDropDown ul .dropdown-content.solutions {
    top: 40px;
    background-color: #fff;
    width: 200px;
    left: 0;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    overflow: hidden;
}

.navBarDropDown ul .dropdown-content.solutions a {
    display: table;
    text-align: left;
    border-bottom: solid 1px #8080802b;
    padding: 10px 15px;
    width: 170px;
}

.mobileMenu a:hover {
    color: #276B43 !important;
}

.dropdown-content a:hover {
    background: #286A44;
    color: white;
}

.container,
.widthSame {
    width: 1300px;
    margin: 0 auto;
}

.widthSame2 {
    width: 100%;
    margin: 0 auto;
}

.uanNavbar {
    width: 100%;
}

.uan {
    width: 130px;
    margin: 0 0 0 auto;
    background-color: #286A44;
    color: #fff;
    padding: 10px 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.uan a {
    text-decoration: none;
    color: #fff;
}

.header {
    background-color: #fff;
}

.mainNav {
    display: flex;
    align-items: center;
}

.logo {
    width: 30%;
}

.logo img {
    width: 135px;
}

.header.fixed .logo img {
    width: 120px;
}

.navbar {
    text-align: end;
}

.dropbtn,
.navbar ul {
    display: inline-flex;
    margin-bottom: 0px;
}

.navbar ul li {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar ul li:last-child {
    padding-right: 0px;
}

.dropbtn,
.navbar ul li {
    list-style: none;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.dropdown-content a,
.navbar ul li a {
    text-transform: capitalize;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.navbar ul li a {
    font-size: 14px;
    font-weight: 600;
}

.dropdown-content a {
    font-size: 12px !important;
    padding: 15px;
}

.dropdown-content {
    text-align: left;
}


/* slider */

.slideBg1 {
    background-image: url("../images/dtrack-01.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.slideBg2 {
    background-image: url("../images/dtrack-02.png");
    background-size: 35vw;
    background-repeat: no-repeat;
    background-position: 9vw 9vw;
}

.slideBg3 {
    background-image: url("../images/dtrack-03.png");
    background-size: 57vw;
    height: 42vw;
    background-repeat: no-repeat;
    background-position: 34vw 5vw;
    display: flex;
    justify-content: left;
    align-items: end;
}

.appsSection {
    margin: 24vw 0 7vw 12vw;
}


/*.appsSection {
    position: relative;
    bottom: 50px;
    left: 190px;
}
 .appsSection {
    position: relative;
    bottom: 0;
    width: 347px;
    left: 190px;
    max-width: 100%;
    top: 350px;
}*/

.appData {
    text-align: center;
    margin-bottom: 15px;
}

.appData span {
    text-transform: capitalize;
    color: #808080;
}

.appsSection a {
    text-decoration: none;
}

.appsSection img {
    width: 150px;
}


/* media Networking */

.mediaSercice {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.mediaSercice img {
    width: 120px;
    margin: 0 0 0 65px;
}


/* Our Features */

.sctionHeading {
    text-align: center;
}

.pageTopHeading h2,
.sctionHeading h4 {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 600;
}

.sctionHeading h4 {
    margin: 0px 0 15px 0;
    font-weight: 600;
}

.mainFeatures {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ourFeatures {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("..//images/intro_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.features {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.33%;
    color: #414141;
}

.features img {
    width: 70px;
    margin-right: 8px;
    height: 70px;
}

.features h5,
.features h6 {
    margin: 0;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
}

.features h5 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 3px;
}


/* Packages */


/*#map {*/


/*height: 400px;*/


/*width: 100%;*/


/*}*/

.map img {
    width: 100%;
    margin-bottom: -6px;
}


/*.mainselectYouSuite {
    margin-bottom: 50px;
    margin-top: 25px;
}*/

.innerpackages {
    display: flex;
    justify-content: center;
    align-items: center;
}

.premiumDetail {
    width: 25%;
    text-align: center;
}

.suiteDiscription {
    text-align: center;
    padding-bottom: 50px;
    display: grid;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.comaparePackages {
    text-align: end;
}

.comaparePackages ul {
    border: 3px solid #F5F6F8;
    padding: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

.comaparePackages ul .dropdown-content {
    top: 34px;
    background-color: #fff;
    width: 163px;
    left: 0;
}

.comaparePackages ul .dropdown-content a {
    display: table;
    text-align: center;
    width: 100px;
    padding: 10px;
    background-color: #F5F6F8;
    margin: 0 auto 6px auto;
}

.comaparePackages ul li {
    list-style: none;
}

.comaparePackages ul li a {
    text-decoration: none;
    color: #000;
    font-size: 0.8rem;
}

.comaparePackages ul li a svg {
    padding: 0;
    width: 10px;
    height: 10px;
    margin-top: 4px;
    margin-left: 8px;
}

.mainPackageDetail {
    border: 2px solid #F6F6F666;
    border-radius: 10px;
    margin: 10px 10px;
    padding-left: 10px;
    padding-right: 10px;
    background: #FAFAFA;
    padding-bottom: 21px;
}

.mainPackageDetail h3:hover {
    color: #286A44;
    cursor: pointer;
}

.popularPlan {
    color: #286A44;
    cursor: pointer;
}

.popularPlanText {
    background: #286A44;
    color: white;
    padding: 2px 14px;
    border-radius: 5px 5px 0 0;
    margin: -18px 0 0px -65px;
    position: absolute;
}

.popularPlan .mainPackageDetail {
    border: 3px solid #286A44;
    background-color: #fff;
}

.mainPackageDetail:hover {
    border: 3px solid #286A44;
    background-color: #fff;
}

.mainPackageDetail h3 {
    text-transform: capitalize;
    margin: 0px;
    font-size: 25px;
    font-weight: 600;
    margin-top: 38px;
    margin-bottom: 4px;
}

.startsAt {
    color: #B1B1B1;
    font-size: 12px;
}

.packagesDiscription {
    margin-bottom: 16px;
    display: grid;
}

.packagesDiscription span {
    font-size: 12px;
    line-height: 24px;
}

.mainPackageDetail input {
    width: 140px;
    padding: 8px 0;
    font-size: 12px;
    /*text-transform: uppercase;*/
    border: 0px;
    border-radius: 4px;
    background: #000;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 19px;
    outline: 0;
}

.mainPackageDetail input:hover {
    padding: 8px 0;
    background-color: #286A44;
    color: #fff;
    border: 0px;
}

.mainPackageDetail h5 {
    text-transform: capitalize;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
}

.premiumDetail h6 {
    color: #B1B1B1;
    margin: 0 0 3px 0;
    font-size: 11px;
    font-weight: 400;
}

.premiumDetail h4 {
    font-weight: 500;
    margin: 0px 0 11px 0;
    font-size: 32px;
}

.seeDetail {
    display: inline-flex;
    justify-content: center;
    align-items: normal;
    text-decoration: none;
}

.seeDetail svg {
    width: 15px;
    color: #B2B2B2;
    margin-right: 7px;
}

.seeDetail span {
    font-size: 12px;
    color: #B2B2B2;
    text-transform: capitalize;
}


/* Select your suite */

.HeadinDetail {
    display: grid;
    text-align: center;
}


/* Request a call*/

.callbackBG {
    background-image: url(../images/map-01.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.mainRequestaCallBack {
    display: flex;
    justify-content: left;
    align-items: start;
}

.requestACallHeading {
    margin-bottom: 10px;
}

.callBacText h3,
.callBacText h6,
.callBackForm h3 {
    margin: 0;
}

.callBacText h3 {
    font-size: 30px;
    font-weight: 600;
}

.callBacText h6 {
    font-size: 14px;
    font-weight: 400;
}

.callBackForm h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 15px;
}

.callBacText {
    width: 53%;
    margin-left: 20px;
}

.callBackForm {
    width: 66%;
}

.callbackinput input {
    border: 0;
    padding: 3px 15px;
    margin: 0 10px 10px 0;
    width: 273px;
    height: 43px;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: 2px 3px 10px #88888826;
    outline: 0;
}

.callbackinput select {
    border: 0;
    padding: 3px 15px;
    margin: 0 10px 10px 0;
    width: 300px;
    height: 49px;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: 2px 3px 10px #88888826;
    outline: 0;
    color: #8e8e8e;
    -webkit-appearance: none;
    background: white;
}

.submitBtn:hover
{
    background:#215D3A;
}
.submitBtn {
    background: #286A44;
    width: 303px;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 43px;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 10px;
    cursor: pointer;
}

.callBackForm #mail-status
{
    padding: 6px 15px;
    background: #286A44;
    color: white;
    border-radius: 4px;
    font-size: 13px;
    margin-top: 10px;
}


.submitBtn div {
    background: #1F5635;
    padding: 10px 25px;
    transform: rotate(64deg);
    position: relative;
    width: 48px;
    height: 168px;
    top: 41px;
    left: 20px;
}

.submitBtn input {
    background: transparent;
    text-transform: uppercase;
    border: 0px;
    color: #fff;
    width: auto;
    position: absolute;
    font-size: 14px;
}


/* footer */

.footer {
    background-color: #286A44;
    text-transform: capitalize;
    color: #fff;
    background-image: url("../images/foot_circle.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 96px;
}

.footer .customers span {
    color: #f1f1f1;
}

.footTop {
    display: flex;
    padding-top: 40px;
    padding-bottom: 0px;
}

.footSame a,
.customers span {
    line-height: 25px;
    font-size: 1.1vw;
    letter-spacing: 0px;
    font-weight: 400;
}

.customers span {
    text-transform: none;
    font-weight: 400;
}

.footerLogo img {
    width: 110px;
    filter: brightness(5.25);
}

.footSame {
    padding: 0 25px;
}

.links {
    width: 25%;
}

/*.customers {
    width: 35%;
}*/
.footTop .footSame:first-child {
    padding-left: 0;
}
.footTop .footSame:last-child {
    padding-right: 0;
}
.customers {
    width: 42%;
    padding-right: 85px;
}

.contactUs {
    width: 27%;
}

.contactUs span {
    font-size: 14px;
    font-weight: 400;
    color: #f1f1f1;
}

.footSame label {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px;
    display: block;
}

.footSame ul {
    padding: 0px;
    margin: 0;
}

.footSame ul li {
    list-style: none;
}

.footSame a {
    color: #f1f1f1;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.contactUs ul {
    display: inline-flex;
}

.contactUs ul li {
    list-style: none;
}

.contactUs img {
    width: 50px;
}

.bg-color {
    margin: 0;
    border: 1px solid #30704B;
}

.copyright {
    font-size: 14px;
    background-color: #286A44;
    color: #fff;
}

.copyright div {
    padding: 15px 0;
    color: #f1f1f1;
}


/* Telephone Verification Page */

.dTrackForm input {
    margin-bottom: 20px;
    height: 40px;
    padding: 0 15px;
}

.sideImage {
    background-image: url("../images/phone_confirmation.png");
    width: 640px;
    height: 600px;
    background-position: -233px 0;
    background-repeat: no-repeat;
}

.mainPhoneVerify {
    display: flex;
    align-items: center;
    justify-content: center;
}

.formlogo img {
    width: 150px;
}

.dTrackForm {
    width: 50%;
    text-align: center;
}

.dTrackForm h5 {
    font-size: 14px;
    font-weight: 500;
    color: #8C8C8C;
}

.captchaSection img {
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
}

.captchaSection {
    display: inline-grid;
    width: 95%;
}

.phoneNum input {
    width: 230px;
    font-size: 14px;
}

.pinLoginBtn input,
.captchaSection input {
    text-transform: capitalize;
}

.pinLoginBtn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pinLoginBtn .submitBtn {
    margin-top: -23px;
    margin-left: 7px;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.changePin {
    width: 40%;
}

.pinLoginBtn .submitBtn div {
    top: -40px;
}

.pinLoginBtn input {
    margin-right: 10px;
}


/* Refund policy */


/*.pageTopHeading h2 {*/


/*  background-color: #F4F4F4AD;*/


/*  height: 150px;*/


/*  display: inline-flex;*/


/*  justify-content: center;*/


/*  align-items: center;*/


/*  width: 100%;*/


/*  color: #414141;*/


/*  text-transform: capitalize;*/


/*  margin: 0 0 20px 0;*/


/*}*/

/* single page */

.mainSingle .sctionHeading {
    text-align: left;
}
.fleetNContactUs {
    display: inline-flex;
}
.fleetManagment {
    width: 80%;
    padding: 0px 35px 18px 10px;
}
.howCanWeHelp {
    width: 28%;
    padding: 30px 25px;
    line-height: 14px;
    font-size: 16px;
    border-radius: 4px;
    border: solid 1px #f2f2f2;
    height: 240px;
}
.howCanWeHelp h5 {
    font-size: 20px;
    text-transform: capitalize;
    margin: 20px 0 30px 0;
}
.howCanWeHelp a {
    background-color: #286A44;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 5px;
    margin: 24px 0 0 0;
    display: block;
    width: 100px;
    text-align: center;
    color:#ffffff;
}
.mainSingle .sctionHeading {
    text-align: left;
}
.contactFeatureSpan {
    display: inline-flex;
    padding: 0 10px 0 20px;
    border-radius: 4px;
    border: solid 1px #f2f2f2;
}
.contactFeatureSpan ul {
    padding: 0 50px;
    list-style: none;
    list-style: outside;
    color: #276B44;
    text-transform: capitalize;
    font-size: 22px;
}
.contactFeatureSpan ul li {
    padding: 6px 10px;
    width: 100%;
}
.bgGray {
    background-color: #FAFAFA;
}
.mainSingle .sctionHeading hr {
    height: 8px;
    background-color: #D5D5D5;
    width: 60px;
    margin: 0 0 30px 0;
    border: 2px solid #D5D5D5;
    border-radius: 9px;
}
.contactFeatures {
    width: 69%;
    padding: 0 0 50px 0;
    line-height: 18px;
    letter-spacing: -0.2px;
}
.contactFeatureSpan ul li span {
    font-size: 14px;
    color: #000;
}

/* privacy policy */

.pageTopHeading h2 {
    background-color: #F4F4F4AD;
    height: 150px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #414141;
    text-transform: capitalize;
    margin: 0 0 0 0;
}


/* Telephone Verification Page */

.dTrackForm input {
    margin-bottom: 20px;
    height: 40px;
    padding: 0 15px;
}

.sideImage {
    background-image: url("../images/phone_confirmation.png");
    width: 640px;
    height: 600px;
    background-position: -233px 0;
    background-repeat: no-repeat;
}

.mainPhoneVerify {
    display: flex;
    align-items: center;
    justify-content: center;
}

.formlogo img {
    width: 150px;
}

.dTrackForm {
    width: 50%;
    text-align: center;
}

.dTrackForm h5 {
    font-size: 14px;
    font-weight: 500;
    color: #8C8C8C;
}

.captchaSection img {
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
}

.captchaSection {
    display: inline-grid;
    width: 645px;
}

.phoneNum input {
    width: 290px;
    font-size: 14px;
}

.pinLoginBtn input,
.captchaSection input {
    text-transform: capitalize;
}

.pinLoginBtn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pinLoginBtn .submitBtn {
    margin-top: -23px;
    margin-left: 7px;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.changePin {
    width: 335px;
}

.pinLoginBtn .submitBtn div {
    top: -40px;
}

.pinLoginBtn input {
    margin-right: 10px;
}

.pinLoginBtn .submitBtn {
    background: #286A44;
    width: 125px;
    text-align: center;
    height: 40px;
    overflow: hidden;
    border-radius: 6px;
}

.pinLoginBtn .submitBtn input {
    background: transparent;
    text-transform: uppercase;
    border: 0px;
    color: #fff;
    width: auto;
    position: absolute;
}

.pinLoginBtn .submitBtn div {
    top: -40px;
    background: #1F5635;
    padding: 10px 25px;
    transform: rotate(64deg);
    position: relative;
    width: 48px;
    height: 168px;
    left: 20px;
}

.followCopyRight {
    display: flex;
    align-items: center;
}


/*.followUs img {
    width: 50px;
}
.followUs ul {
    list-style: none;
    display: flex;
    justify-content: left !important;
    padding: 0px;
}*/

.copyright.widthSame {
    margin: 0 0 0 auto;
    padding: 20px;
}


/* contact us section */

.contactform .mainRequestaCallBack {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullWidthTextArea {
    width: 92% !important;
    height: 100px !important;
    padding: 15px 15px !important;
}

.contactDetail a {
    display: flex;
    justify-content: left;
    align-items: center;
    text-transform: capitalize;
}

.contactDetail a div {
    line-height: 0px;
}

.contactDetail a img {
    background-color: black;
    height: 30px;
    width: 30px;
    padding: 10px;
    border-radius: 25px;
    margin-right: 15px;
}

.contactform .contactform .callbackinput input {
    width: 20vw;
}

.contactform .callBackForm {
    width: 70%;
    margin: 0 0 0 40px !important;
}


/* contact form */

.contactform .contactheading {
    text-transform: capitalize;
    font-weight: 500;
}

.contactform .callBackForm {
    width: 65%;
    margin: 0 auto;
}

.contactform .callbackBG {
    margin-bottom: 50px;
}
.contactDetail a i,
.contactDetail a img {
    background-color: #C0D4C8;
    height: 20px;
    width: 20px;
    padding: 10px;
    border-radius: 25px;
    margin-right: 15px;
}
.contactDetail a i {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactDetail a .fa-phone::before {
    content: "\f095";
    rotate: 86deg;
}
.contactDetail a .fa-phone::before,
.contactDetail a .fa-envelope::before,
.contactDetail a .fa-map-marker::before {
    font-size: 20px;
    color: #276B44;
}
.contactform .callbackinput textarea,
.contactform .callbackinput input {
    border: 0;
    padding: 6px 15px;
    margin: 0 10px 10px 0;
    width: 204px;
    height: 43px;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: 2px 3px 10px #88888826;
    outline: 0;
    -moz-box-shadow: 2px 3px 10px #88888826;
    -webkit-box-shadow: 2px 3px 10px #88888826;
    font-family: 'Poppins', sans-serif;
}
.callBackForm h6 {
    font-size: 1vw;
    font-weight: 500;
}
.contactform .submitBtn {
    background: #286A44;
    width: 125px;
    text-align: center;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    overflow: hidden;
    border-radius: 4px;
    margin-top: 5px;
}

.contactform .submitBtn div {
    background: #1F5635;
    padding: 10px 25px;
    transform: rotate(64deg);
    position: relative;
    width: 48px;
    height: 168px;
    top: 41px;
    left: 20px;
}

.contactform .submitBtn input {
    background: transparent;
    text-transform: uppercase;
    border: 0px;
    color: #fff;
    width: auto;
    position: absolute;
}


/* need more information */

.mainNeedMoreInfo {
    display: flex;
    padding: 10px 0;
}

.mainNeedMoreInfo .callbackinput input {
    width: 250px;
}

.mainNeedMoreInfo .needmoreh3 {
    text-transform: capitalize;
    color: #414141;
    font-size: 15px;
    font-weight: 500;
    width: 35%;
}


/* popup */

.mainPopup .container {
    width: 100%;
}
.mainPopup {
    width: auto;
    margin: 0 auto;
    margin: 100px auto;
}
.popuplft {
    /*width: 50%;*/
    display: inline-flex;
    overflow: hidden;
    height: 259px;
    margin-top: -39px;
}
.formRght {
    display: inline-grid;
}
.innerPopup {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.bgtwo img {
    width: 400px;
}
.bgone {
    background: #286A44;
    height: 100px;
    position: relative;
    width: 890px;
    height: 200px;
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    top: 176px;
    right: 50px;
}
.bgtwo {
    position: absolute;
    z-index: 999;
}
.formRght {
    display: inline-grid;
    position: relative;
    right: 10px;
    padding: 0 25px;
    top: -50px;
}
.mainPopup .submitBtn div {
    background: #1F5635;
    padding: 10px 25px;
    transform: rotate(-80deg);
    position: relative;
    width: 105px;
    height: 177px;
    top: 75px;
    left: -68px;
}

.Popup .wdth {
    background: rgb(223,223,223);
    background: linear-gradient(0deg, rgba(223,223,223,1) 0%, rgba(255,255,255,1) 99%);
}

/* responsive stuff in css */

.mobileNav {
    display: none;
}


/* Responsive */

@media screen and (max-width: 480px) {
    .container,
    .widthSame {
        width: 100%;
        margin: 0 auto;
    }
    .uanNavbar {
        display: none;
    }
    .mainNav {
        display: contents;
    }
    .mobileNav {
        margin: 0 10px 0 auto;
        display: block;
    }
    .mobileNav .fa-bars::before {
        font-size: 30px !important;
    }
    .header.fixed {
        width: 92%;
        padding: 5px 20px !important;
    }
    .header {
        padding: 5px 20px;
        width: inherit;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header .logo img,
    .header.fixed .logo img {
        width: 100px;
    }
    .header.fixed .logo,
    .header .logo {
        width: 30%;
        margin-left: 0px;
    }
    /* main Banner */
    .slideBg3 {
        background-size: 64vw;
        height: 35vh;
        background-position: 31vw 8vw;
    }
    .slideBg2 {
        background-size: 37vw;
        background-position: 5vw 14vw;
    }
    .slideBg1 {
        background-image: url("../images/dtrack-01.png");
        background-repeat: no-repeat;
        background-size: 100vw;
    }
    .appsSection {
        display: none;
    }
    /* Media Sercice */
    .mediaSercice {
        display: none;
    }
    /* Our Services */
    .features {
        width: 100%;
        margin-bottom: 20px;
        justify-content: left;
    }
    .features img {
        width: 70px;
        margin-right: 8px;
        margin-left: 25px;
        height: 70px;
    }

    .mainFeatures {
        display: contents;
    }
    /*.ourFeatures {
        padding-top: 0;
        padding-bottom: 20px;
    }*/
    /* select your suite */
    .mainselectYouSuite {
        margin-bottom: 50px;
        margin-top: 25px;
        width: inherit;
    }
    .suiteDiscription {
        font-size: 1rem;
        padding: 0 30px;
        margin-bottom: 20px;
    }
    .innerpackages {
        display: none;
    }
    .mobilePlan {
        display: block !important;
    }
    /*.premiumDetail {
        width: 100%;
        margin-bottom: 30px;
    }*/
    /* Requst a call  */
    .mainRequestaCallBack {
        display: contents;
    }
    .callBackForm h3 {
        display: none;
    }
    .callBackForm {
        text-align: center;
        width: 60%;
        margin: 0 auto;
        display: contents;
    }
    .callBacText {
        margin-left: 0px;
        text-align: center;
        padding: 15px 0px;
        display: contents;
    }
/*    .callbackBG {
        margin-bottom: 30px;
    }*/
    .callBacText {
        width: 100%;
        margin-left: 30px;
    }
    .callBackForm .submitBtn div {
        display: none;
        width: 76px;
        height: 200px;
        top: 41px;
        left: 50px;
    }
    .mainRequestaCallBack .callBackForm .submitBtn {
        margin: 0 auto;
        width: 76.5vw;
    }
    .callbackinput input {
        /*margin: 0 0px 10px 0;*/
        width: 250px;
    }
    
    /* footer */
    .footer {
        display: none;
    }
    .footTop {
        display: block;
        padding: 42px 0;
        text-align: center;
        min-height: 0px;
        max-height: 100%;
        width: 88%;
        margin: 0 auto;
    }
    .followUs ul {
        margin: 20px auto 0 auto;
        width: 30%;
        text-align: center;
        padding: 0;
    }
    .submitBtn {
        margin: 0 auto;
    }
    .footSame {
        display: none;
        width: 88%;
        padding: 0 25px;
    }
    .footSame label {
        margin-top: 30px;
        font-size: 18px;
    }
    .footSame span,
    .footSame a {
        font-size: 3vw;
    }
    .copyright {
        text-align: center;
    }
    .footer {
        min-height: 0px;
        max-height: 100%;
    }
    .sctionHeading h4 {
        font-size: 1.5rem;
        padding: 0 0 25px 0;
        margin: 0;
    }
    .suiteDiscription {
        font-size: 0.8rem;
    }

    .mainselectYouSuite {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    /* Genral Terms & Condition */
    .mainPolicy {
        width: 100%;
    }
    .mainPolicy h3 {
        padding: 0 20px;
    }
    .mainPolicy p {
        font-size: 3vw;
        padding: 0 20px;
        line-height: 30px;
    }
    .pageTopHeading h2 {
        font-size: 5vw;
    }


    /* contact us page */
    .mianContactUs .sctionHeading h4 {
        font-size: 5vw;
        padding: 0;
        margin: 0;
    }
    .map img {
        margin-bottom: -6px;
    }
    .contactform .mainRequestaCallBack {
        display: flex;
        flex-direction: column;
    }
    .mainRequestaCallBack .mailSideBar {
        order: 2;
        width: 80%;
        margin: 30px auto 0 auto;
        padding-left: 20px;
    }
    .mainRequestaCallBack  .fullWidthTextArea {
        width: 68vw !important;
        height: 100px !important;
    }
    .mainRequestaCallBack .callBackForm h6 {
        padding: 0 56px;
        margin-top: 0;
        font-size: 2.8vw;
        font-weight: 500;
    }
    .contactform .callbackinput textarea,
    .contactform .callbackinput input {
        margin: 0 0px 10px 0;
        width: 68vw;
        height: 43px;
        outline: 0;
        
    }
    .mianContactUs .suiteDiscription {
        font-size: 2.7vw;
    }

    /* single Page */
    .fleetManagment {
        text-align: center;
    }
    .mainSingle .sctionHeading {
        text-align: center;
    }
    .mainSingle .sctionHeading h4 {
        text-align: center;
        padding: 0 0 15px 0;
    }
    .contactFeatureSpan ul {
        margin: 0;
    }
    .mainSingle .sctionHeading hr {
        margin: 0 auto 30px auto;
    }
    .mainSingle .sctionHeading {
        text-align: left;
        padding: 0 0 0 15px;
    }
    .fleetNContactUs {
        display: inline-block;
    }
    .howCanWeHelp {
        display: none;
    }
    .fleetManagment {
        width: 90%;
        padding: 8px 10px;
    }
    .howCanWeHelp {
        width: 90%;
        padding: 30px 20px;
        line-height: 17px;
        font-size: 17px;
    }
    .contactFeatures {
        width: 90%;
        line-height: 18px;
        letter-spacing: -0.2px;
    }
    .contactFeatureSpan {
        display: inline-block;
        padding: 0 10px 0 20px;
        width: 100%;
    }
}
@media screen and (max-width: 407px) {
    .mianContactUs .suiteDiscription {
        font-size: 2.6vw;
    }
}
@media screen and (max-width: 387px) {
     .mainRequestaCallBack .callBackForm h6 {
        font-size: 2.6vw;
    }
    .contactform .callbackinput textarea,
    .contactform .callbackinput input {
        margin: 0 0px 10px 0;
        width: 68vw;
        height: 43px;
        outline: 0;
       
    }
}
@media screen and (max-width: 375px) {
    .slideBg3 {
        height: 154px;
    }
    .sctionHeading h4 {
        margin: 5px 0 15px 0;
    }
    .contactform .callbackinput textarea,
    .contactform .callbackinput input {
        margin: 0 0px 10px 0;
        width: 68vw;
        height: 43px;
        outline: 0;
    }
    .callBackForm h6 {
        font-size: 1vw;
        font-weight: 500;
    }
    
    /* single page */
    .contactFeatureSpan ul {
        margin: 0;
    }
}
@media all and (max-width: 768px) and (min-width: 480px) {
    .container, .widthSame {
        width: 93%;
        margin: 0 auto;
    }
    .uanNavbar {
        display: none;
    }
    .mainNav {
        display: contents;
    }
    .mobileNav {
        margin: 0 10px 0 auto;
        display: block;
    }
    .mobileNav .fa-bars::before {
        font-size: 30px !important;
    }
    .header.fixed {
        width: 95%;
        padding: 5px 20px !important;
    }
    .header {
        padding: 5px 20px;
        width: inherit;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header .logo img,
    .header.fixed .logo img {
        width: 100px;
    }
    .header.fixed .logo,
    .header .logo {
        width: 30%;
        margin-left: 0px;
    }

    /*home page*/
    .mediaSercice {
        display: none;
    }
    .appsSection img {
        width: 13vw;
    }
    /* features */
    .mainFeatures {
        display: block;
    }
    .features img {
        width: 70px;
        margin: 14px auto 20px auto;
    }

    .features br {
        display: none;
    }
    .features h5 {
        margin-bottom: 15px !important;
    }
    .features h5, .features h6 {
        font-size: 14px;
        width: 50%;
        margin: 0 auto;
    }
    .features {
        display: grid;
        width: 100%;
        text-align: center;
    }
    .innerpackages {
        display: none;
    }
    .mobilePlan {
        display: block !important;
    }
    .callBacText {
        width: 55%;
        margin-right: 25px;
        margin-left: 0px;
    }
    .callBackForm {
        width: 45%;
    }
    .callBacText h6 {
        display: contents;
    }
    .callbackinput input {
        width: 85%;
    }
    .mainRequestaCallBack .submitBtn {
        width: 98%;
    }
    .submitBtn div {
        display: none;
    }
    /* contact us page */
    .mailSideBar {
        order: 2;
    }
    .mianContactUs .container {
        width: 100%;
    }
    .contactDetail {
        display: flex;
        justify-content: center;
    }
    .contactDetail {
        display: flex;
    }
    .contactDetail a {
        margin: 25px;
    }
    .contactform .mainRequestaCallBack {
        width: 71%;
        margin: 0 auto;
        display: grid;
    }
    .contactform .callBackForm {
        width: 100%;
        margin: 0 auto !important;
    }
    .callBackForm h6 {
        font-size: 14px;
    }
    .contactform .callbackinput textarea,
    .contactform .callbackinput input {
        margin: 0 0px 10px 0;
        width: 94% !important;
        height: 43px;
        outline: 0;
        
    }
    .mailSideBar {
        order: 2;
    }
    .contactform .submitBtn {
        width: 100%;
    }
    .contactform .submitBtn div {
        display: none;
    }
    .footTop {
        display: none;
    }
    .copyright div {
        padding: 15px 20px;
    }

    /* single Page */
    
    .fleetManagment {
        text-align: center;
    }
    .mainSingle .sctionHeading {
        text-align: center;
    }
    .mainSingle .sctionHeading h4 {
        padding: 0 0 15px 0;
    }
    .mainSingle .sctionHeading hr {
        margin: 0 auto 30px auto;
    }
    .fleetNContactUs {
        display: inline-block;
    }
    .fleetManagment {
        width: 90%;
        padding: 8px 10px;
    }
    .howCanWeHelp {
        width: 90%;
        padding: 30px 20px;
        line-height: 17px;
        font-size: 17px;
    }
    .contactFeatures {
        width: 90%;
        line-height: 18px;
        letter-spacing: -0.2px;
    }
    .contactFeatureSpan {
        display: inline-block;
        padding: 0 10px 0 20px;
        width: 100%;
    }
    .contactFeatureSpan ul {
        margin: 0;
    }
}


@media all and (max-width: 1024px) and (min-width: 768px) {
    .mainSingle {
        margin: 0 auto;
        width: 94%;
    }
    .howCanWeHelp {
        width: 90%;
        padding: 30px 25px;
        line-height: 20px;
        font-size: 14px;
        border-radius: 4px;
        border: solid 1px #f2f2f2;
        height: 240px;
    }
}