/*global*/
.btn:focus,
.btn.active.focus{
    outline: 0 !important;
}

.col-md-4{
    display: flex;
}

.pl-0{
    padding-left: 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    margin            : 0; 
    -webkit-appearance: none; 
}

input[type='range'] {
    border-radius     : 30px;
    background-color  : #D1D1D1;
    -webkit-appearance: none;
}

input[type='range']::-webkit-slider-runnable-track {
    height: 5px;
}

input[type='range']::-webkit-slider-thumb {
    width             : 20px;
    height            : 20px;
    cursor            : pointer;
    background        : #5B2067;
    margin-top        : -8px;
    border-radius     : 50%;
    -webkit-appearance: none;
}

/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    width:280px !important;
    /* font-family: Arial; */
  }
  
  .custom-select select {
    display: none; /*hide original SELECT element:*/
  }
  
  .select-selected {
    background-color: #ffff;
    border-radius: 20px;
  }
  
  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 30px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
  }
  
  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 7px;
  }
  
  /*style the items (options), including the selected item:*/
  .select-items div,.select-selected {
    color: #000;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    border-radius: 20px;
    cursor: pointer;
    user-select: none;
  }
  
  /*style items (options):*/
  .select-items {
    position: absolute;
    background-color: #ffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 20px;
  }
  
  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, .same-as-selected {
    background-color: #eee;
  }

  .holder {
      display: none !important;
  }
/*end global*/
/* body {
    margin     : 0px;
    padding    : 0px;
    font-family: 'Lato', sans-serif;
} */

.banner {
    padding: 30px;
    margin-bottom: -1px !important;
    background-image: url('/sites/default/files/subBroker/sub-bg.png');
    background-repeat: round;
}

.banner h2{
    color         : #1E1E1E;
    display       : inline-block;
    margin-top    : 0px;
    font-weight   : 900;
    margin-bottom : 5px;
    border-bottom : 2px solid #5B2067;
    padding-bottom: 5px;
    padding-left: 0;
    border-left: 0;
}

.banner .ranger-part{
    margin: 260px 0;
}

.banner .ranger-part .monthly{
    float      : left;
    color      : #5b2067;
    font-weight: 800;
}

.banner .ranger-part .ranger-no{
    float        : right;
    border       : 1px solid #c3c3c3;
    padding      : 0px 8px;
    border-radius: 5px;
}

.banner h4{
    color        : #5b2067;
    font-weight  : 600;
    margin-bottom: 15px;
}

.banner h4 i{
    cursor: pointer;
}

.banner .form-range{
    width  : 80%;
    display: inline-block;
}

.form-group {
    margin-bottom: 15px !important;
    margin-left: 0 !important;
}

.banner .card.text-center{
    color           : #fff;
    width           : fit-content;
    margin          : auto;
    padding         : 10px 30px;
    border-radius   : 10px;
    background-color: #5B2067;
}

.banner .card.text-center h6{
    color    : #f3f3f3;
    font-size: 15px;
}

.banner .card.text-center h3{
    margin     : 10px 0;
    font-weight: 700;
    
}

.banner .form-bg{
    height           : 85px;
    background-size  : 25% 100%; 
    background-image : url('/sites/default/files/subBroker/form-bg.svg');  
    background-repeat: no-repeat;
}

.banner .card.form{
    /* top: 20%; */
    width: auto;
    /* right: -5%; */
    border             : 1px solid #ababab;
    padding            : 20px;
    position           : absolute;
    background         : #fff;
    box-shadow         : 0px 0px 13px 2px rgb(143 143 143 / 50%);
    border-radius      : 10px;
    background-position: left;
}

.banner .card.form .form-control{
    border-radius: 30px;
}

.banner .card.form .input-group input{
    width: 100%;
}

.banner .card.form .input-group .btn{
    color           : #5b2067;
    border          : none;
    padding         : 0;
    font-size       : 22px;
    margin-top      : 0;
    margin-left     : -36px;
    background-color: transparent !important;
    box-shadow: none;
}

.input-file { 
    position  : absolute;
    visibility: hidden; 
}

.banner .card.form .input-icon{
    top      : 4%;
    right    : 10%;
    color    : #5b2067;
    position : absolute;
    font-size: 22px;
}

.banner .card.form h4{
    color         : #5B2067;
    margin-top    : 0;
    font-weight   : 800;
    margin-bottom : 20px;
    text-transform: uppercase;
}

.banner .card.form h4 i{
    color: #9d9d9d;
}

.banner .card.form a{
    color      : #5B2067;
    font-weight: 800;
}

.banner .card.form a:hover{
    text-decoration: none;
}



.banner .card.form .btn{
    color           : #fff;
    padding         : 8px 25px;
    margin-top      : 15px;
    font-weight     : 600;
    border-color    : #5B2067;
    border-radius   : 30px;
    text-transform  : uppercase;
    background-color: #5B2067;
}

.banner .card.form .btn:hover{
    color: #ddd;
}

.strip{
    color           : #cbcbcb !important;
    padding         : 20px;
    background-color: #5B2067;
    position: static;
}

.strip h2{
    margin: 0;
    border-left: 0;
    padding-left: 0;
    color: #cbcbcb;
    font-size: 30px;
    border-bottom: 2px solid;
    padding-bottom: 5px;
}

.strip h2 b{
    color: #fff;
}

.earning{
    background-color: #e2e8eb;
}

.earning h1{
    color      : #5B2067;
    margin-top : 50px;
    line-height: 40px;
    padding-left: 0;
    font-size: 36px;
    border-left: 0;
}

.earning .btn{
    color           : #fff;
    padding         : 6px 25px;
    margin-top      : 30px;
    box-shadow      : 0 0 3px 2px rgb(51 51 51 / 10%);
    font-weight     : 500;
    margin-right    : 10px;
    border-radius   : 6px;
    text-transform  : uppercase;
    background-color: #59246d;
}

.earning .btn i{
    /* transform   : rotateZ(45deg); */
    margin-right: 5px;
}

.earning .btn:hover, btn:focus {
    color: #ddd;
    text-decoration: none;
}

.earning .btn:focus {
    color: #ddd;
}

.edge{
    padding   : 30px 0;
    text-align: center;
}

.edge h2{
    color         : #1E1E1E;
    display       : inline-block;
    margin-top    : 0;
    font-weight   : 700;
    margin-bottom : 25px;
    border-bottom : 2px solid #5B2067;
    padding-bottom: 5px;
    border-left: 0;
    padding-left: 0;
    font-size: 30px;
}

.edge h5{
    font-size    : 18px;
    margin-top   : 10px;
    font-weight  : 800;
    margin-bottom: 20px;
}

.committed{
    padding         : 30px 0;
    text-align      : center;
    background-color: #e2e8eb;
}

.committed h2{
    color        : #1E1E1E;
    margin-top   : 0;
    font-weight  : 700;
    margin-bottom: 5px;
    border-left: 0;
    padding-left: 0;
    font-size: 30px;
    display: block;
}

.committed h6{
    color        : #727272;
    display      : inline-block;
    font-size    : 18px;
    font-weight  : 800;
    border-bottom: 2px solid #5B2067;
    padding-bottom: 5px;
}

.committed .card{
    box-shadow      : 0 3px 6px 0 rgb(50 50 50 / 30%);
    margin-top      : 20px;
    border-radius   : 15px;
    background-color: #fff;
}

.committed .card img{
    width                  : 100%;
    height                 : 200px;
    border-top-left-radius : 15px;
    border-top-right-radius: 15px;
    border-bottom: 2px solid #5B2067;
}

.committed .card h5{
    margin     : 0;
    height     : 65px;
    /* padding    : 10px; */
    font-size  : 20px;
    font-weight: 600;
}

.products{
    text-align: center;
}

.products h2,
.client-reviews h2{
    color         : #1E1E1E;
    display       : inline-block;
    font-weight   : 700;
    border-bottom : 2px solid #5B2067;
    margin-bottom : 15px;
    padding-bottom: 10px;
    border-left: 0;
    padding-left: 0;
    font-size: 30px;
}

.products .tech{
    margin-top: 30px;
}

.products .card{
    box-shadow   : 0 3px 6px 0 rgb(50 50 50 / 30%);
    border-radius: 20px;
}

.products .card-header{
    color                  : #fff;
    height                 : 84px;
    padding                : 10px;
    background-color       : #5B2067;
    border-top-left-radius : 20px;
    border-top-right-radius: 20px;
}

.products .card-header h4{
    margin   : 0;
    font-size: 22px;
}

.products .card-header h6{
    color    : #dfdfdf;
    margin   : 7px 0 0;
    font-size: 14px;
}

.products .card-header h6 b{
    color: #fff;
}

.products .card-body ul{
    padding: 10px 0;
    /* margin-top: -13px; */
    text-align: left;
}

.products .card-body ul li{
    margin    : 5px 0;
    list-style: none;
}

.products .owl-theme .owl-dots .owl-dot span,
.client-reviews .owl-theme .owl-dots .owl-dot span{
    background: #5B2067;
}

.products .owl-theme .owl-dots .owl-dot.active span, 
.products .owl-theme .owl-dots .owl-dot:hover span,
.client-reviews .owl-theme .owl-dots .owl-dot.active span,
.client-reviews .owl-theme .owl-dots .owl-dot:hover span{
    background: #DB8E15;
}

.products .owl-carousel .owl-stage-outer {
    padding: 10px 0px;
}

.even{
    padding: 40px 0px;
}

.even:nth-child(odd) {
    background: #fff;
}

.even:nth-child(even) ul li::before{
    background-image: url("/sites/default/files/subBroker/black-arrow.png");
}

.even:nth-child(even) h4,
.even:nth-child(even) ul li{
    color: #010101;
}

.even h4,
.become-partner.even h4,
.become-partner.even h6{
    color         : #702E8F;
    margin-top    : 10px;
    font-weight   : 700;
    text-transform: uppercase;
}

.even ul{
    margin-top  : 30px;
    padding-left: 0;
}

.even ul li{
    color       : #702E8F;
    font-size   : 16px;
    margin-top  : 13px;
    list-style  : none;
    line-height : 23px;
    word-spacing: 1px;
}

.even ul li::before,
.become-partner.even ul li::before{
    width           : 10px; 
    height          : 15px;
    margin          : 0px 13px 0px -24px;
    content         : "";
    display         : inline-block;
    vertical-align  : sub;
    background-size : 10px 15px;
    background-image:  url(/sites/default/files/subBroker/color-arrow.png);
}

.even .btn{
    width        : 150px;
    margin-top   : 30px;
    box-shadow   : 0 0 3px 2px rgb(51 51 51 / 10%);
    font-weight  : 600;
    margin-right : 10px;
    border-radius: 30px; 
}

.even .btn.btn-filled{
    color           : #fff;
    background-color: #702E8F;
}

.even .btn.btn-outline{
    color           : #702E8F;
    background-color: #fff;
}

.even img{
    margin-top: 40px;
}

.even .online{
    padding-left: 40px;
}

.segment-banner{
    padding: 40px 0px;
}

.segment-banner h2{
    color       : #5B2067;
    margin-top  : 50px;
    font-weight : 600;
    border-left : 3px solid #E99B21;
    padding-left: 8px;
}

.segment-banner h5{
    color      : #5B2067;
    font-size  : 16px;
    /* margin-top : 20px; */
    font-weight: 500;
}

.segment-banner h4,
.segment-banner h4 a{
    color      : #5B2067;
    font-size  : 20px;
    margin-top : 0px;
    font-weight: 500;
}
section.segment-banner img {
    z-index: 1000;
}
.edge img {
    height: 120px;
}
.segment-banner h4 b{
    font-weight: 800;
}

.segment-banner h1{
    display      : inline-block;
    font-weight  : 700;
    border-bottom: 2px solid #5B2067;
}

.segment-banner .text-center img{
    height: 120px;
    margin: 30px auto auto;
}

.dosti:nth-child(odd){
    background: #eae8f2;
}

.dosti{
    padding: 40px 0px;
}

.dosti:nth-child(even) h3{
    display       : inline-block;
    margin-top    : 13%;
    border-bottom : 2px solid #5B2067;
    padding-bottom: 10px;
}

.dosti h3{
    color: #000;
}

.dosti ul{
    margin-top: 30px;
}

.dosti ul li{
    color       : #000;
    font-size   : 16px;
    margin-top  : 20px;
    list-style  : none;
    line-height : 23px;
    word-spacing: 1px;
}

.dosti:nth-child(even) ul li{
    color: #5B2067;
}

.dosti ul li::before{
    width           : 15px; 
    height          : 15px;
    margin          : 0px 3px 0px -24px;
    content         : "";
    display         : inline-block;
    vertical-align  : sub;
    background-size : 15px 15px;
    background-image:  url(/sites/default/files/subBroker/arrow-up-circle.png);
}

.dosti img{
   width     : 80%; 
   margin-top: 10%;
}

.dosti:nth-child(even) img{
    width     : 100%;
    margin-top: 0;
}

.services{
    padding: 40px 0px;
}

.services:nth-child(odd){
    background: #eae8f2;
}

.services h3{
    color       : #5B2067;
    margin-top  : 100px;
    font-weight : 900;
    border-left : 5px solid #E99B21;
    padding-left: 8px;
}

.services h2{
    color        : #000;
    display      : inline-block;
    padding      : 0px 20px 10px;
    font-weight  : 500;
    border-bottom: 2px solid #5B2067;
}

.services ul li{
    color      : #002147;
    font-size  : 16px;
    list-style : none;
    margin-top : 20px;
    font-weight: 500;
}

.services ul li::before{
    width           : 15px; 
    height          : 15px;
    margin          : 0px 3px 0px -24px;
    content         : "";
    display         : inline-block;
    vertical-align  : sub;
    background-size : 15px 15px;
    background-image:  url(/sites/default/files/subBroker/arrow-right-circle-fill.png);
}

.services .store{
    width: 40%;
}

/* .last{
    padding: 40px 0;
} */

/* .last h2{
    color         : #000;
    display       : inline-block;
    border-bottom : 2px solid #5B206A;
    padding-bottom: 10px;
} */

.last .card{
    height       : 90px;
    border       : 2px solid #5B2067;
    box-shadow   : 0 3px 6px 0 rgb(50 50 50 / 30%);
    margin-top   : 25px;
    border-radius: 5px;
}

.last .card .image{
    width       : 20%;
    float       : left;
    height      : 100%;
    padding     : 26px 8px 0;
    border-right: 2px solid #5B2067;
}

.last .card .image img{
    margin: auto
}

.last .card .content{
    width  : 80%;
    float  : left;
    padding: 14px 10px;
}

.last .card .content h5{
    color        : #5B206A;
    margin-top   : 0px;
    font-weight  : 800;
    margin-bottom: 5px;
}

.last .card .content h5 i{
    border        : 1px solid #5B206A;
    padding       : 3px;
    font-size     : 6px;
    margin-left   : 1px;
    border-radius : 50%;
    vertical-align: text-bottom;
}

.last .card .content p{
    color      : #002147;
    line-height: 15px;
}

.become-partner.even h4{
    display       : inline-block;
    font-size     : 23px;
    margin-top    : 50px;
    font-weight   : 900;
    border-bottom : 2px solid #702E8F;
    margin-bottom : 0;
    padding-bottom: 7px;

}

.become-partner.even h6{
    font-size  : 15px;
    font-weight: 400;
}

.become-partner.even img{
    margin-top: 0;
}

.become-partner.even ul{
    padding-left: 20px;
}

.client-reviews{
    padding: 30px 0px;
}

.client-reviews .card{
    margin       : 10px;
    box-shadow   : 0 3px 6px 0 rgb(50 50 50 / 30%);
    border-radius: 10px;
}

.client-reviews i{
    color    : #702e8f;
    padding  : 10px 0px 0px 15px;
    font-size: 20px;
}

.client-reviews p{
    margin : 0;
    height : 170px;
    padding: 10px 15px;
}

.client-reviews .images{
    width        : 100px;
    margin       : auto;
    margin-bottom: -30px;
}

.client-reviews .images img{
    width        : 70px !important;
    height       : 70px;
    margin       : auto;
    border-radius: 50%;
}

.client-reviews .name{
    height                    : 100px;
    background-size           : cover;
    background-image          : url("/sites/default/files/subBroker/testi-bg.svg");
    background-repeat         : no-repeat;
    border-bottom-left-radius : 10px;
    border-bottom-right-radius: 10px;
}

.client-reviews .name h6{
    left     : 33%;
    color    : #fff;
    bottom   : 8%;
    position : absolute;
    font-size: 20px;
}

.accordion{
    padding: 30px 0;
}

.accordion h2{
    color      : #5B2067;
    margin     : 10px 0px 20px;
    padding    : 0 10px;
    border-left: 5px solid #EEB256;
    font-weight: 700;
    font-size: 30px;
}

.accordion .accordion-container{
    height  : auto;
    margin  : 10px auto;
    position: relative;
}

.accordion .accordion-container > h2{
    color         : #fff;
    text-align    : center;
    margin-bottom : 20px;
    border-bottom : 1px solid #ddd;
    padding-bottom: 15px;
}

.accordion .set{
    width   : 100%;
    height  : auto;
    position: relative;
}

.accordion .set > a{
    color             : #555;
    display           : block;
    padding           : 10px 0px;
    font-size         : 16px;
    transition        : all 0.2s linear;
    font-weight       : 600;
    border-bottom     : 1px solid #ddd;
    text-decoration   : none;
    -moz-transition   : all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.accordion .set > a.last-child{
    border-bottom: none;
}

.accordion .set > a i{
    float     : right;
    margin-top: 2px;
}

.accordion .content{
    display         : none;
    border-bottom   : 1px solid #ddd;
    background-color: #fff;
}

.accordion .content p{
    color  : #333;
    margin : 0;
    padding: 15px 0px;
}

.customer-modal .modal .modal-body{
    padding: 60px 30px;
}

.customer-modal .modal .modal-body p{
    color      : #5B2067;
    font-size  : 18px;
    font-weight: 300;
}

.customer-modal .modal .modal-body h4 {
    color      : #5B2067;
    margin     : 20px 0px;
    font-size  : 20px;
    font-weight: 700;
}

.customer-modal .modal .modal-content{
    border-radius: 15px;
    padding: 0;
}

@media only screen and (min-width: 300px) and (max-width: 768px) {

    .sm-text-center{
        text-align: center;
    }

    .banner{
        padding: 0px;
        background-image: none;
    }

    .banner .ranger-part{
        margin: 0;
    }

    .banner .form-range {
        width: 65%;
    }

    .banner .card.text-center{
        padding: 1px 10px;
        margin: 10px auto;
    }

    .banner .card.text-center h6 {
        font-size: 12px;
    }

    .banner .card.text-center h3 {
        font-size: 18px;
    }

    .banner .card.form{
        width     : 100%;
        position  : unset;
        margin-top: 25px;
    }

    .banner .card.form .input-group{
        display: unset;
    }

    .banner .form-bg{
        height: auto
    }
    
    .strip{
        padding   : 10px 0;
        margin-top: 20px;
    }

    .strip h2{
        font-size : 22px;
        text-align: center;
    }

    .pl-0 {
        padding-left: 15px;
    }

    .earning h1 {
        font-size  : 27px;
        margin-top : 20px;
        line-height: 27px;
    }

    .earning .btn{
        margin-top: 20px;
    }

    .earning img{
        margin-top: 30px;
    }

    .edge h2{
        font-size: 25px;
    }

    .accordion h2{
        margin: 10px 10px;
    }

    .accordion .set > a{
        padding: 10px 15px;
    }

    .accordion .content p{
        padding: 10px 15px;
    }

    .even{
        padding: 25px 0px;
    }

    .even ul{
        margin-top  : 10px;
        padding-left: 20px;
    }

    .even .online{
        padding-left: 15px;
    }

    .services h3,
    .segment-banner h2,
    .segment-banner h4,
    .dosti:nth-child(even) h3,
    .dosti:nth-child(even) ul{
        margin-top: 0px;
    }

    .even:nth-child(odd) img{
        margin-top: 25px;
    }

    .even:nth-child(even) img{
        margin-top: 0;
    }

    .even .btn{
        margin-top: 10px;
    }

    .dosti:nth-child(even) h3{
        text-align: center;
    }

    .segment-banner h5{
        font-size: 14px;
    }

    .segment-banner h4{
        font-size: 17px;
    }

    .segment-banner h1{
        font-size: 24px;
    }

    .col-sm-6{
        float: left;
    }

    .dosti img,
    .services .store{
        width: 100%;
    }

    .dosti ul li::before{
        margin: 0px 8px 0px -24px;
    }

    .dosti:nth-child(even) img{
        margin-top: 25px;
    }

    .dosti:nth-child(even) ul li::before{
        margin: 0px 4px 0px -24px
    }

    .services h3{
        margin-top: 20px;
    }

    .last h2{
        font-size: 25px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .strip {
        margin-top: 910px !important;
    }

    .edge h5 {
        font-size: 15px;
    }

    .earning h1 {
        margin-top: 30px;
    }

    .earning .btn {
        padding: 6px 11px;
        margin-top: 15px;
    }

    .banner .card.text-center h3 {
        font-size: 24px;
    }

    .banner .card.text-center h6 {
        font-size: 15px;
    }

    .custom-select {
        width: 656px !important;
      }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .banner .card.form{
        right: 2%;
    }

    .custom-select {
        width:230px !important;
      }
}