@font-face {
    font-family: 'CiscoSans';
    src: url(../fonts/CiscoSans.ttf) format('truetype');
}
@font-face {
    font-family: 'CiscoSans-Bold';
    src: url(../fonts/CiscoSans-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'CiscoSans-Thin';
    src: url(../fonts/CiscoSans-Thin.ttf) format('truetype');
}
body {
    font: 100% "CiscoSans", serif;
    -webkit-font-smoothing: antialiased;
}

html,
body {
    height: 100%;
    font-family: "CiscoSans", sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
a,
a:hover{
  text-decoration: none !important;
}

/* -------------------------------------------------------------------
 * Section title
 * ------------------------------------------------------------------- */

.section-title h3 {
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    font-size: 38px !important;
    font-family: 'CiscoSans-Bold';
}
.section-title span {
    color: #7E2987;   
}
/* -------------------------------------------------------------------
 * Models 
 * ------------------------------------------------------------------- */
.model-item {
    background: #F4F4F4 !important;
}
.model-item .content-model {
    padding:16px;
    padding-right: 0 !important;
}
.model-item .content-model .section-title{
   margin-top: 10%;
   text-align: center;
}
.model-item .content-model .section-title h3 {
    font-size: 30px !important;
}
.model-item .content-model .section-title h3 span {
    font-size: 30px;
    display: block;
    font-family: 'CiscoSans';
    margin-bottom: 8px;
}
.model-item .content-model .section-title .wireless-btn {
    padding: 10px 14px !important;
    font-size: 16px !important;
}
.model-img{
    margin-left: 40px;
}
.content-model.d-lg-flex{
    justify-content: space-between;
}
/* -------------------------------------------------------------------
 * Services 
 * ------------------------------------------------------------------- */
.service-content {
    border-radius: 3px;
    box-shadow: 0px 0px 6px rgb(126 41 135 / 32%);
    text-align: center;
    padding: 24px 0;
    transition: all 0.6s ease-in-out;
    margin-bottom: 18px;
}
.img-container {
    max-height: 100px;
    margin-bottom: 15px;
}
.service-item .img-container img {
    max-height: 70px;
}
.service-content:hover img {
    transform: scale(1.1);
    transition: all 0.6s ease-in-out;
}
.service-item h5 {
    position: relative;
    font-size: 16px;
    color: #333;
}

/* -------------------------------------------------------------------
 * Choose Us 
 * ------------------------------------------------------------------- */

.our-info{
    text-align: left;
}
.info-icon.mr-4 {
    margin-right: 15px;
}
.info-icon img{
    max-height: 38px;
}
.info-text h3 {
    font-size: 24px;
    margin-bottom: 8px;
    color: #333;
}
.info-text p {
    font-size: 16px;
    color: #707070;
    line-height: 24px;
    max-width: 90%;
}

/* -------------------------------------------------------------------
 * Order Status
 * ------------------------------------------------------------------- */

.order-status .order-caption {
    text-align: center;
    font-size: 22px;
    color: #707070;
    margin-bottom: 24px;
}
.order-status .order-caption p {
    margin-bottom: 32px;
    color: #707070;
}
.wireless-btn {
    background: #7E2987;
    padding: 12px 20px;
    border-radius: 3px;
    color: #fff !important;
    font-weight: 500;
    font-size: 18px;
}
.wireless-btn:hover {
    color: #fff !important;
}

/* -------------------------------------------------------------------
 * Download App
 * ------------------------------------------------------------------- */

.download-app {
    background: #F4F4F4;
    text-align: center;
    padding: 40px 0;
    margin: 100px 0;
    background-image: url(../images/BG.svg);
    background-size: contain;
}
.app-download-btn a {
    background-color: #7E2987;
    color: #fff;
    font-weight: 500;
    min-width: 180px !important;
    display: inline-block;
    border-radius: 3px;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 30px;
    margin-bottom: 10px;
}
.app-download-btn a {
    margin-right: 15px;
}
.app-download-btn a i {
    color: #fff;
    font-size: 24px;
    margin-right: 15px;
}
.app-download-btn a p {
    font-size: 16px;
    color: #fff !important;
    margin-bottom: 5px;
    text-align: left;
}
.app-download-btn a p span {
    font-size: 12px;
    display: block;
    color: #fff;
    font-weight: 500 !important;
    margin-bottom: 5px;
}
.app-p {
    font-size: 22px;
    margin-bottom: 32px;
    color: #707070;
}

/* -------------------------------------------------------------------
 * Media  
 * ------------------------------------------------------------------- */
@media (min-width: 992px) {
    .row.choosen {
        max-width: 90%;
        margin: 0 auto;
    }
    .row.choosen .our-info {
        max-width: 90%;
        margin: 0 auto 24px;
    }
    .col-md-6.model-item {
        width: 48.5% !important;
    }
    .model-item.mr-3 {
        margin-right: 1.5%;
    }
    .model-item.ml-3 {
        margin-left: 1.5%;
    }
}

@media (max-width: 991px) {
    .info-icon {
        margin-right: 0 !important;
        margin-bottom: 16px;
    }
    .row.choosen .our-info {
        max-width: 90%;
        margin: 0 auto 40px;
    }
    .model-item .content-model .section-title h3 {
        font-size: 24px !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .col-md-6.model-item {
        width: 48.5% !important;
    }

    .model-item.mr-3 {
        margin-right: 1.5%;
    }
    .model-img {
        margin-left: 0px !important; 
    }
    .model-img img{
        max-width: 150px;
    }
    .model-item.ml-3 {
        margin-left: 1.5%;
    }
    .content-model.d-lg-flex{
        display: flex !important;
    }
    .model-item .content-model .section-title {
        margin-top: 3% !important;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .model-img {
        margin-left: 0px !important;
    }
    .model-img img {
        max-width: 100px;
        margin-top: 33%;
    }
    .content-model.d-lg-flex {
        display: flex !important;
    }
    .col-sm-6.model-item {
        width: 48.5% !important;
    }
    .model-item.mr-3 {
        margin-right: 1.5%;
    }
    .model-img {
        margin-left: 0px !important;
    }
    .model-item.ml-3 {
        margin-left: 1.5%;
    }
    .model-item .content-model .section-title h3 span {
        font-size: 24px !important;
        margin-bottom: 5px !important;
    }
    .model-item .content-model .section-title {
        margin-top: 3% !important;
    }
}
@media (max-width: 575px) {
    .service-item .img-container img {
        max-height: max-content !important;
    }

    .model-item {
        margin-bottom: 20px;
    }
    .content-model.d-lg-flex{
        display: flex !important;
    }
    .model-item .content-model{
        padding-left: 32px;
    }
}
