@font-face {
    font-family: 'SF Pro';
    src: url('../fonts/SFPro-Regular.woff2') format('woff2'),
        url('../fonts/SFPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'FS Elliot Pro';
    font-weight: 400;
}
.navbar-default {
    background-color: rgba(0, 0, 0, 0.8);
    border-color: transparent;
    height: 44px;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand>img {
    width: 50px;
}
.banner {
    background-color: #ffffff;
}
section.banner article .section1 {
    color: #1d1d1f;
    text-align: center;
    margin: auto;
    padding-bottom: 10px;
    padding-top: 28px;
}
section.banner article .section1 h1 {
    font-size: 56px;
    line-height: 1.07143;
    letter-spacing: -.005em;
    color: #1d1d1f;
    margin: 13px auto 3px;
}
.content-wrap .section2 {
    padding-top: 0;
    padding-bottom: 20px;
    background: #ffffff;
}
.section2 h4 {
    font-size: 40px;
    line-height: 44px;
}
.deviceType {
    margin-top: 24px;
}
a {
    color: #AACD70;
}
.ProductType {
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 28px 40px;
}
.ProductType h5 {
    color: #000000;
}
.ProductType img {
    margin-top: 10px;
}
.content-wrap .section3 {
    padding-top: 40px;
    padding-bottom: 28px;
    background-color: #ffffff;
}
.section3 h5 {
    font-weight: bold;
    text-decoration: underline;
}
.section3 ol {
    padding: 10px 0 0 20px;
}
.section3 ol li {
    padding-left: 24px;
    margin-bottom: 12px;
}
.section3 ol li:last-child {
    margin-bottom: 0;
}
.section3 .dec {
    margin-top: 20px;
}
.section3 ol li::marker {
    font-weight: bold;
    color: #AACD70;
}
.section3 ol li span{
    font-weight: bold;
    color: #AACD70;
}
.section3 .w20 {
    width: 20px;
}
.section3 a {
    color: #000000;
}
.footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.footer a {
    color: #3a3a3a;
}
.modalCheck{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.btn-success {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    background-color: #AACD70;
    border-color: #AACD70;
}
.btn:focus, .btn:hover, .button:focus, .button:hover, .btn-primary:active, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover{
    background-color: #93b55e;
    border-color: #93b55e;
    color: #fff;
}
.regularButton {
    background-color: #AACD70;
}
.colorBlue {
    color: #06c;
}
.fontW200 {
    font-weight: 200;
}
.link {
    color: #000;
}
.white {
    color: white;
}
.bgLightSkyBlue {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}
.bg-white-gray .bg-white{
    min-height: auto;
}
.field-title, .form-group label {
    font-family: "SF Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/* Custom radio */
.radio-toolbar label,
.checkbox-toolbar label {
    display: inline-block;
    border-radius: 10px;
    text-align: left;
    min-width: 38%;
    border-color: #d2d2d7;
    background-color: hsla(0, 0%, 100%, .8);
    cursor: pointer;
    box-shadow: 0px 0px 0px 1px white;
    min-height: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: normal;
    font-family: "SF Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    position: relative;
}
.radio-toolbar label span,
.checkbox-toolbar label span {
    position: absolute;
    right: 0;
    width: 36px;
    height: 100%;
    background-color: #dbdbdb;
    border-radius: 0 9px 9px 0;
    text-align: center;
}
.radio-toolbar label span img,
.checkbox-toolbar label span img {
    width: 5px;
    padding-top: 10px;
}
.radio-toolbar label:hover,
.checkbox-toolbar label:hover {
    border-color: #86868b;
}
.radio-toolbar input[type="radio"]:focus+label,
.checkbox-toolbar input[type="checkbox"]:focus+label {
    /* border-color: #d2d2d7;
    box-shadow: 0px 0px 0px 1px #AACD70;
    background-color: #AACD70;
    color: white; */
}
.radio-toolbar input[type="radio"]:checked+label,
.checkbox-toolbar input[type="checkbox"]:checked+label {
    border-color: #d2d2d7;
    box-shadow: 0px 0px 0px 1px #AACD70;
    background-color: #AACD70;
    color: white;
}
.radio-toolbar,
.checkbox-toolbar {
    display: flex;
    flex-wrap: wrap;
}
/* Custom radio end */

.checkbox{
    margin-top: 0;
    margin-bottom: 0;
}
.checkRequire~span.checkbox {
    border-color: #ee4d2d;
}
.radio-toolbar label span, .checkbox-toolbar label span {
    background-color: #ffffff;
}
.tradeValue .phonePrice {
    color: #AACD70;
}
.colorBlue {
    color: #AACD70;
}
.radio-toolbar label:hover, .checkbox-toolbar label:hover {
    background-color: rgba(27,46,255,.1);
}
.bannerSec {
    text-align: center;
    margin: auto;
}
.bannerSec img{
    width: 100%;
}
.bannerSec button {
    margin-top: 60px;
    display: inline-block;
    background: #AACD70;
    color: white;
    padding: 22px 68px;
    font-size: 32px;
    text-transform: uppercase;
    width: auto;
    border-radius: 6px;
    box-shadow: 0px 12px #93b55e;
    font-weight: bold;
}
.bannerSec button:active {
    background: #93b55e;
    color: white;
    transform: translateY(4px);
    box-shadow: 0 5px #93b55e;
}

#macDevModal .modal-content{
    border-radius: 10px;
}
.modalInfo{
    padding-left: 10px;
    padding-top: 20px;
}
.modalInfo li {
    padding-bottom: 18px;
    font-size: 15px;
    line-height: 22px;
}
#macDevModal .btn.btn-success {
    padding: 12px 32px;
    border-radius: 4px;
}
.headRight {
    color: white;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 14px;
}
.headRight a {
    max-width: 110px;
    padding-left: 10px;
}

table{
    margin-top: 20px;
}
tr th {
    /* background-color: #a5b9e1; */
    background-color: #AACD70;
    border: 1px solid black;
    padding: 8px 10px;
    font-weight: bold;
}
tr td{
    /* background-color: #a5b9e1; */
    background-color: #f9ecdc;
    border: 1px solid black;
    padding: 8px 10px;
}
.underLine{
    text-decoration: underline;
}
.btn{
    font-weight: 400;
}
.f400{
    font-weight: 400;
}

.modal-header {
    padding: 0;
}
.modal-header .close {
    right: -17px;
    top: -14px;
    color: #fff;
    font-size: 24px;
    background-color: black;
    padding: 4px 10px 5px;
    border-radius: 50%;
    font-weight: normal;
}
.modal-body {
    padding: 40px 40px;
}
#questionInfoImg img {
    max-height: 400px;
}
.navbar-brand {
    margin-top: 6px;
    height: auto;
}
.navbar-brand>img {
    width: 100px;
}
.mt4{
    margin-top: 4px;
    display: block;
}
ul.storeList {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 12px;
}
ul.storeList li {
    width: 33.33%;
    font-size: 14px;
}
h4,h2{
    font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #000 !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(151, 151, 151);
    font-weight: 600;
}

  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(151, 151, 151);
    font-weight: 600;
}
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(151, 151, 151);
    font-weight: 600;
}




/* media css */
@media (max-width: 991px){
    #macDevModal .modal-content {
        border-radius: 0;
    }
    .modal-dialog.modal-lg .modal-body {
        padding: 0 30px 10px;
    }
}
@media (min-width: 768px){
    .bg-white-gray:after {
        position: absolute;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    section.banner article .section1 h1 {
        font-size: 50px;
    }
}
@media screen and (max-width: 767px){
    section.banner article .section1 {
        margin: 32px auto auto;
        padding-bottom: 48px;
    }
    section.banner article .section1 h1 {
        font-size: 38px;
    }
    .content-wrap .section3 {
        padding-top: 28px;
        padding-bottom: 14px;
    }
    .modalCheck {
        flex-direction: column;
    }
    .modalCheck .btn-success {
        padding: 10px 28px;
        margin-top: 10px;
        width: auto;
        font-weight: bold;
    }
    #pdpaForm{
        /* text-align: center; */
        margin-top: 1rem;
    }
    .section3 .dec {
        margin-top: 0;
    }
    .d-flex-xs{
        display: flex;
    }
    .d-column-xs{
        flex-direction: column;
    }
    .order-1{
        order: 1;
    }
    .order-2{
        order: 2;
    }
    .modal-header {
        padding: 0;
    }
    .modal-body {
        padding: 15px;
    }
    #myModal .modal-dialog.modal-md {
        transform: translateY(-38%)!important;
        -webkit-transform: translateY(-38%)!important;
        -ms-transform: translateY(-50%)!important;
    }
    ul.storeList li {
        width: 50%;
        font-size: 14px;
    }
    .modal-header .close {
        right: 2px;
    }
}
@media screen and (max-width: 575px){
    section.banner article .section1 h1 {
        font-size: 26px;
        line-height: normal;
    }
    .content-wrap .section3{
        word-break: break-word;
        padding-left: 0;
        padding-right: 0;
    }
    .bannerSec button {
        margin-top: 20px;
        font-size: 16px;
        padding: 16px 18px;
        box-shadow: 0px 8px #93b55e;
    }
    #questions .radio-toolbar label, #questions .checkbox-toolbar label{
        min-width: 100%;
    }
    .headRight {
        font-size: 12px;
    }
    .headRight img {
        max-width: 72px;
    }
    table {
        font-size: 12px;
        word-break: initial;
        width: 98%;
    }
    .section3 ol li {
        padding-left: 10px;
        color: #2c2c2c;
    }
    .section3 ol li ul{
        padding: 12px 0 12px 18px;
    }
    .section3 ol li ul li{
        padding-left: 5px;
    }
    .navbar-brand{
        padding: 0;
    }
    .section3 h4{font-weight: bold;}

    .modal-dialog {
        margin: 20px;
    }
}