@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100%;
    }
}
.modal-dialog .modal-content.category-comparison-report{
    padding:0px;
}

.modal-dialog .modal-content.category-comparison-report .col-md-3{
    background: #F6F6F6;
    padding-top: 30px;
}

.modal-dialog .modal-content.category-comparison-report .col-md-9{
    background: #fff;
}

.modal-dialog .modal-content.category-comparison-report .col-md-3 h1 {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 12px;
    margin-bottom: 1rem;
    width: 100%;
    display: block;
    text-transform: uppercase;
    color: #5B5A5C;
}
.modal-dialog .modal-content.category-comparison-report .select2{
    margin-bottom:54px;
    width: 100% !important;
    position:relaltive;
    }

.modal-dialog .modal-content.category-comparison-report .logo-modal{
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 240px;
  }
  
 .modal-dialog .modal-content.category-comparison-report .logo-modal img{
    
    width: 100%;
  } 

.modal-dialog .modal-content.category-comparison-report .select2-selection--single {
    background-color: #fff;
    border: 1px solid #BEE3D9;
    border-radius: 0px;
    padding: 20px 30px 20px 20px;
    }
  
  .modal-dialog .modal-content.category-comparison-report .select2-selection__rendered {
    color: #464444;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 14px;
    
  }
  .modal-dialog .modal-content.category-comparison-report .select2-selection__rendered .select2-results__option{
      color: #464444;
  }
  .modal-dialog .modal-content.category-comparison-report  .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; 
      
  }
  .modal-dialog .modal-content.category-comparison-report  .select2-selection__placeholder {
    color: #999; }
  .modal-dialog .modal-content.category-comparison-report  .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 16px;
    right: 10px;
    width: 20px;
      
  }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #E4631B transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }




.modal-dialog .modal-content.category-comparison-report .jumbotron{
    background:#fff;
    padding: 2rem 0rem 1.8em;
    overflow-x:hidden ;
    height: 600px;
    overflow-y: scroll;
}
.modal-dialog .modal-content.category-comparison-report .jumbotron img{
     width: 300px;
    margin-top: 30px;
}
.customChartYLabel{
    
}
.customChartYLabel tspan:first-child{
    font-weight:bold;
    font-size:14px;
}
.customChartYLabel tspan{
    font-weight:normal;
    font-size:12px;
}
.modal {
    overflow: scroll;
}
/****************************************/
/*********** MODAL Header***************/
.modal-dialog {
    position: relative;
    max-width: 1360px !important;
    margin: 1.75rem auto;
    pointer-events: inherit;
}

    .modal-dialog .modal-header button {
        margin-top: -50px;
    }

    .modal-dialog .modal-header .close {
        letter-spacing: 1px;
        color: #fff;
        font-weight: 600;
        font-size: 10px;
        z-index: 99;
        opacity: 1;
        text-shadow: none;
        text-transform: uppercase;
        line-height: 24px;
        display: inline-block;
        background: url(../images/close-x.svg) no-repeat center right;
        padding-right: 40px;
        margin-right: 20px;
        background-size: 20px;
        cursor: pointer;
    }

        .modal-dialog .modal-header .close img {
            padding-left: 13px;
        }

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
    color: #ef462c;
    background: url(../images/close-x-hover.svg) no-repeat center right;
    background-size: 20px;
}

.modal-dialog .modal-header .close:hover img {
    padding-left: 13px;
    color: red
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
/****************************************/
/*********** MODAL Header***************/
/****************************************/

.modal-content.msap-rating-methodology{
            padding: 50px 20px 20px
        }
        .modal-content.msap-rating-methodology h2{
            display: block;
            font-size: 24px;
            line-height: 33px;
            color: #464444;
            letter-spacing: normal;
            margin-bottom: 0px;
            font-weight: bold;
            padding: 80px 0px 20px;
        }
        .modal-content.msap-rating-methodology p{
            padding-bottom: 20px;
            text-align: left;
        }
        .msap-rating-methodology-prod {
            margin-bottom:30px;
            overflow:hidden;
        }
        .msap-rating-methodology-prod .box-icon{
            display: block;
            max-width: 111px;
            background: #fff;
            padding: 17px;
            border-radius: 100%;
            width: 111px;
            height: 112px;
            margin: 0 auto 19px;
            padding:0;
        }
        .msap-rating-methodology-prod .box-icon img{
            max-width: 100%;
            width: 100%;
            display: block;            
        }
        .msap-rating-methodology-prod p{
            font-size: 12px;
            line-height: 21px;
            margin-bottom: 30px;
            text-align: center !important;
        }
        .msap-rating-methodology-prod span{
            font-weight:bold;
            font-size: 14px;
            line-height: 18px;
                display: block;
            text-align: center;
        }
        .msap-rating-methodology-prod span.grey{
            color:#464444;
            font-weight:bold;
            
        }
        .msap-rating-methodology-prod span.green{
            color:#00A471;
            font-weight:bold;
        }
        .msap-rating-methodology-prod span.blue{
            color:#0EB2E8;
            font-weight:bold;
        }


/****************************************/
/*********** MODAL Footer ***************/
/****************************************/
.modal-footer {
}

    .modal-footer .footer-btn {
        text-align: right;
    }

    .modal-footer .modal-detail-wrapper .footer-btn {
        display: inline-block;
        width: 30%;
        float: right;
        text-align: center;
        border-left: 2px solid rgba(0,0,0,.2);
    }

    .modal-footer .modal-2 .footer-btn {
        display: inline-block;
        width: 25%;
        border-left: 2px solid #f2f2f2;
    }

        .modal-footer .modal-2 .footer-btn .next-arrow {
            display: inline-block;
            width: 100%;
            max-width: 50%;
            padding: 25px 0;
        }

        .modal-footer .modal-2 .footer-btn .prev-arrow {
            display: inline-block;
            width: 100%;
            max-width: 50%;
            float: left;
            text-align: center;
            border-right: 2px solid #f2f2f2;
            padding: 25px 0;
        }

            .modal-footer .modal-2 .footer-btn .prev-arrow img {
                transform: rotate(180deg);
            }

    .modal-footer .modal-detail-wrapper {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

        .modal-footer .modal-detail-wrapper .view-all {
            float: left;
            text-align: left;
            display: inline-block;
            width: 40%;
            vertical-align: middle;
            padding: 47px 0 57px 47px;
            font-size: 10px;
            color: #EF462C;
            font-weight: bold;
        }

    .modal-footer .modal-detail-1 .footer-btn {
        width: 221px;
        text-align: center;
        border-left: 1px solid #BEE3D9;
        float: right;
    }

    .modal-footer .modal-designer-wrapper {
        border-top: 0 solid rgba(0,0,0,.2);
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

        .modal-footer .modal-designer-wrapper .back-btn {
            display: inline-block;
            float: right;
            width: 30%;
            border-left: 1px solid #BEE3D9;
            padding: 0;
            text-align: center;
        }

            .modal-footer .modal-designer-wrapper .back-btn:hover {
                background: #BEE3D9;
                cursor: pointer;
            }

            .modal-footer .modal-designer-wrapper .back-btn a {
                border: none;
                display: block;
                margin-bottom: 0;
                color: #464444;
                padding: 35px;
                width: 100%;
            }

                .modal-footer .modal-designer-wrapper .back-btn a:hover {
                    background: transparent;
                    color: #B44534;
                }

            .modal-footer .modal-designer-wrapper .back-btn p {
                display: inline-block;
                margin: 0;
                font-size: 12px;
                text-transform: uppercase;
                font-weight: bold;
                color: #464444;
            }

        .modal-footer .modal-designer-wrapper .back-arrow-left {
            display: inline-block;
            float: right;
            width: 30%;
            border-left: 1px solid #BEE3D9;
            padding: 0;
            text-align: center;
        }

            .modal-footer .modal-designer-wrapper .back-arrow-left:hover {
                background: #BEE3D9;
                cursor: pointer;
            }

            .modal-footer .modal-designer-wrapper .back-arrow-left a {
                border: none;
                display: block;
                margin-bottom: 0;
                color: #464444;
                padding: 35px 25px;
                font-weight: bold;
                text-transform: uppercase;
                font-size: 12px;
            }

            .modal-footer .modal-designer-wrapper .back-arrow-left:hover a {
                background: transparent;
                color: #B44534;
            }

            .modal-footer .modal-designer-wrapper .back-arrow-left img {
                margin: 0 0 0 15px;
            }








        .modal-footer .modal-designer-wrapper .download-pdf {
            float: left;
            display: inline-block;
            width: 100%;
            max-width: 40%;
            padding: 40px 0px 40px 60px;
        }

            .modal-footer .modal-designer-wrapper .download-pdf img {
                float: left;
                margin-right: 25px;
            }

            .modal-footer .modal-designer-wrapper .download-pdf p {
                margin-bottom: 0;
                display: block;
                line-height: 37px;
                color: #EF462C;
                font-size: 10px;
                font-weight: bold;
                text-transform: uppercase;
            }

                .modal-footer .modal-designer-wrapper .download-pdf p:hover {
                    color: #B44534;
                    text-decoration: underline;
                }

    .modal-footer .modal-ratings .modal-dialog .back-btn {
        padding: 30px 40px;
        border-left: 1px solid rgba(0, 0, 0, 0.2)
    }

        .modal-footer .modal-ratings .modal-dialog .back-btn a {
            border: none;
            display: inline-block;
            transform: rotate(180deg)
        }

        .modal-footer .modal-ratings .modal-dialog .back-btn p {
            display: inline-block;
            margin-bottom: 0;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 12px;
            color: #464444
        }

    .modal-footer .back-btn {
        padding-top: 32px;
    }

        .modal-footer .back-btn a {
            color: #fff;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 12px;
            text-align: right;
            line-height: 19px;
            display: block;
        }

            .modal-footer .back-btn a img {
                margin: 0 15px 0 0;
                width: 26px;
                float: left;
            }

            .modal-footer .back-btn a:hover {
                color: #ef462c;
                /* text-decoration: underline;*/
            }

    .modal-footer .video-wrapper {
        display: block;
        width: 100px;
        text-align: left;
        padding: 18px 0 16px 20px;
        float: left;
        margin: 0;
    }

        .modal-footer .video-wrapper iframe {
            width: 75px;
            height: 75px;
        }

    .modal-footer .left-heading {
        display: block;
        width: 320px;
        float: left;
    }

        .modal-footer .left-heading p {
            font-size: 10px;
            font-weight: bold;
            letter-spacing: 1px;
            line-height: 12px;
            color: #EF462C;
            text-transform: uppercase;
            margin: 0;
            padding: 52px 0 0px 20px;
        }

        .modal-footer .left-heading .suppliers {
        }


        .modal-footer .left-heading p {
            padding: 52px 0 0px 40px
        }

            .modal-footer .left-heading p a {
                color: #EF462C;
            }

                .modal-footer .left-heading p a:hover {
                    color: #B44534;
                    text-decoration: underline;
                }

    .modal-footer .video-wrapper iframe {
        width: 75px;
        height: 75px;
    }

    .modal-footer .explore-pro {
        text-align: center;
        padding: 0;
        float: right;
        border-left: 1px solid #BEE3D9
    }

    .modal-footer .explore-pro p {
        /***
        border-bottom: 1px solid #BEE3D9;
        padding: 5px 0;
        color: #464444;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0;
        ***/
        border-bottom: 1px solid #BEE3D9;
        padding: 10px 0 7px;
        color: #464444;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0;
        line-height: 14px;
        display: block;
        vertical-align: bottom;
        position: relative;
        letter-spacing: 1px;
    }
    .modal-footer .explore-pro p span{
        padding: 0 0 0 10px;
    }

        .modal-footer .explore-pro .arrows-btns {
            width: 100%;
        }

            .modal-footer .explore-pro .arrows-btns .prev-arrow {
                display: block;
                width: 110px;
                float: left;
                border-right: 1px solid #BEE3D9;
                padding: 30px 0;
            }

                .modal-footer .explore-pro .arrows-btns .prev-arrow:hover {
                    background: #BEE3D9;
                    cursor: pointer;
                }

            .modal-footer .explore-pro .arrows-btns .next-arrow {
                padding: 30px 0;
                float: right;
                width: 111px;
                display: block
            }

                .modal-footer .explore-pro .arrows-btns .next-arrow:hover {
                    background: #BEE3D9;
                    cursor: pointer;
                }


                .modal-footer .explore-pro .arrows-btns .prev-arrow img,
                .modal-footer .explore-pro .arrows-btns .next-arrow img {
                    width: 27px;
                }
/****************************************/
/*********** MODAL Footer END ***************/
/****************************************/

.modal-dialog .modal-content.get-started .modal-welcome {
    text-align: center;
    margin-bottom: 20px;
}

    .modal-dialog .modal-content.get-started .modal-welcome h1 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 20px;
    }

        .modal-dialog .modal-content.get-started .modal-welcome h1 sup {
            top: -8px;
            font-size: 10px;
        }

    .modal-dialog .modal-content.get-started .modal-welcome p {
        font-size: 14px;
        line-height: 1.8;
    }

    .modal-dialog .modal-content.get-started .modal-welcome h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 30px
    }

.modal-dialog {
}

    .modal-dialog .modal-content h2 {
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: rgb(0, 164, 113);
        letter-spacing: normal;
        margin-bottom: 0px;
        font-weight: bold;
        padding: 0px 0px 20px;
    }

    .modal-dialog .modal-content h4 {
        color: #464444;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 30px;
        margin-bottom: 50px;
    }

    .modal-dialog .modal-content h5 {
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 12px;
        color: #00A471;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .modal-dialog .modal-content .designer-img {
        width: 146px;
        height: 146px;
        margin-bottom: 20px
    }

        .modal-dialog .modal-content .designer-img img {
            max-width: 100%;
            max-height: 100%;
        }

    .modal-dialog .modal-content h6 {
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 12px;
        color: #EF462C;
        margin-bottom: 20px;
        text-transform: uppercase;
    }


    .modal-dialog .modal-conten p {
    }
    /**************************************/
    /******** MODAL video Start ***********/
    /**************************************/

    .modal-dialog .modal-content.video-wrapper {
        padding: 0;
        margin: 0;
        border: 0px
    }

        .modal-dialog .modal-content.video-wrapper iframe {
            width: 100%;
            display: block;
        }

        .modal-dialog .modal-content.video-wrapper .play-btn {
            position: absolute;
            right: 0;
            left: 0;
            display: block;
            margin: 0 auto;
            top: 50%;
            transform: translateY(-50px);
            padding: 0
        }

/**************************************/
/******** MODAL video END   ***********/
/**************************************/


/**************************************/
/******** MODAL Vendor Chart Page   ***********/
/**************************************/
#modalRatingChart .modal-dialog{
        max-width: 1400px !important;
}
#modalRatingChart .modal-dialog .container {
        width: 1400px;
    max-width: 1400px;
}
.modal-content.vendor-page-style-cont{
    padding: 0px 0px 30px 00px !important
    }
.modal-content.vendor-page-style-cont .background-grey{
    background: #F6F6F6;
    padding: 34px 45px 30px;
    }
        .modal-content.vendor-page-style-cont h2{
            padding-bottom: 0;
            font-size: 24px;
            line-height: 33px;
            color: #464444;
            font-weight: bold;
        }
        .modal-content.vendor-page-style-cont h5{
            padding: 0;
            font-size: 22px;
            line-height: 33px;
            color: #464444;
            font-weight: normal;
            margin: 0;
            text-transform: none;
        }
    .modal-content.vendor-page-style-cont .leader-score {
        display: inline-block;
        float: left;
        padding: 0 0 0 23px;
        /*border-left: 1px solid #5B5A5C;*/
    }
        .modal-content.vendor-page-style-cont .leader-score h5 {
            color: #05A895;
            font-size: 16px;
            font-weight: bold;
            letter-spacing: 1px;
            line-height: 16px;
            text-transform: uppercase;
            margin: 0 0 5px;
        }
        .modal-content.vendor-page-style-cont .leader-score .numbers {
            color: #464444;
            font-size: 24px;
            font-weight: 600;
            line-height: 28px;
        }
        .modal-content.vendor-page-style-cont .dropdown.vendor-dropdown-metrics{
                float: right;
                max-width: 280px;
                    background: transparent;
        }
        .modal-content.vendor-page-style-cont .dropdown.vendor-dropdown-metrics h5{
            font-size: 10px;
            font-weight: bold;
            letter-spacing: 1px;
            line-height: 12px;
            margin-bottom: 1rem;
            width: 100%;
            display: block;
            text-transform: uppercase;
            color: #5B5A5C;
            margin: 0 0 5px;
        }
        .modal-content.vendor-page-style-cont .dropdown.vendor-dropdown-metrics .select2-container{
            width: 100% !important; 
            
        }
.modal-content.vendor-page-style-cont .graph-content{
    background: #fff;
    padding: 34px 45px 30px;
    }



        .modal-content.vendor-page-style-cont{}
        .dropdown.vendor-dropdown-metrics{}
        .dropdown.vendor-dropdown-metrics select {
            text-indent: 0;
            background-color: white;
            border: 2px solid #BEE3D9;
            display: inline-block;
            font: inherit;
            line-height: 1.5em;
            padding: 20px 30px 20px 20px;
            margin: 0;
            font-size: 12px;
            font-weight: bold;
            height: 60px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-appearance: none;
            -moz-appearance: none;
        }
        .dropdown.vendor-dropdown-metrics .dropdown select {
            padding: 0 15px;
            border: 1px solid #BEE3D9
        }

        .dropdown.vendor-dropdown-metrics select.minimal {
            background-image: linear-gradient(45deg, transparent 50%, #E4631B 50%), linear-gradient(135deg, #E4631B 50%, transparent 50%);
            background-position: calc(100% - 20px) calc(1em + 13px), calc(100% - 15px) calc(1em + 13px), calc(100% - 2.5em) 0.5em;
            background-size: 5px 5px, 5px 5px, 1px 1.5em;
            background-repeat: no-repeat;
        }
        .dropdown.vendor-dropdown-metrics select.minimal:focus {
            background-image: linear-gradient(45deg, #E4631B 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #E4631B 50%),
            background-position: calc(100% - 15px) 1em,calc(100% - 20px) 1em,calc(100% - 2.5em) 0.5em;
            background-size: 5px 5px, 5px 5px, 1px 1.5em;
            background-repeat: no-repeat;
            outline: 0;
        }
        .dropdown.vendor-dropdown-metrics select:-moz-focusring {
          color: transparent;
          text-shadow: 0 0 0 #000;
        }
        .modal-content.vendor-page-style-cont .jumbotron{
            background:#fff;
            margin:0;
            padding:0;
            width:100%;
        }
        .modal-content.vendor-page-style-cont .jumbotron {}
        .modal-content.vendor-page-style-cont .jumbotron .table-bordered {
            border: 0px solid #dee2e6;
            padding: 0 20px 20px;
        
        }
        
        .modal-content.vendor-page-style-cont .jumbotron .table-bordered {
            margin:20px 0 0 0;
        }
        
        .modal-content.vendor-page-style-cont .jumbotron .table-bordered thead td, 
        .modal-content.vendor-page-style-cont .jumbotron .table-bordered thead th {
            color: #464444 !important;
            font-size: 12px !important;
            text-align: center !important;
            line-height: 16px !important;
            padding: 20px !important;
            margin: 0 0 16px !important;
            font-weight: bold !important;
            text-transform: uppercase !important;
            border: 0;
            font-family: 'Montserrat', sans-serif;
            border: 1px solid #BEE3D9;
        }
        .modal-content.vendor-page-style-cont .jumbotron .table-bordered thead td, 
        .modal-content.vendor-page-style-cont .jumbotron .table-bordered thead th:nth-of-type(1), .modal-content.vendor-page-style-cont .jumbotron .table-bordered td:nth-of-type(1){
            text-align: left !important;
            padding-left: 20px;
        }
        .modal-content.vendor-page-style-cont .jumbotron .table-bordered td{
            text-align: center !important;
        }
        .modal-content.vendor-page-style-cont .jumbotron .table-bordered td, 
        .modal-content.vendor-page-style-cont .jumbotron .table-bordered th {
            border: 1px solid #BEE3D9;
            font-weight: normal;
            font-size: 18px;
            margin: 0;
            padding: 0;
        }
        .modal-content.vendor-page-style-cont .jumbotron .table-bordered tbody{
             
         }
        .modal-content.vendor-page-style-cont .jumbotron .table-bordered tbody tr:nth-child(even){
            background:#F6F6F6;
        }
        .modal-content.vendor-page-style-cont .jumbotron .table-bordered tbody td{
            padding:20px;
        }
        .modal-content.vendor-page-style-cont .jumbotron .badge-icon{
            display: inline-block;
            float: left;
            padding: 0;
            border-radius: 100%;
            max-width: 72px;
            width: 72px;
            height: 72px;
            cursor: pointer;
            margin-left: 132px;
        }
        .modal-content.vendor-page-style-cont .jumbotron .badge-icon img {
            max-width: 100%;
            margin: 0px auto;
            display: block;
            height: 72px;
            width: 72px;
        }
        
        
        .modal-content.vendor-page-style-cont .jumbotron .leader-icon{
            display: inline-block;
            float: left;
            padding: 17px;
            border-radius: 100%;
            max-width: 72px;
            width: 72px;
            height: 72px;
            cursor: pointer;
            margin-left: 52px;
            
            
            background: rgb(14,178,232);
            background: -moz-linear-gradient(90deg, rgba(14,178,232,1) 0%, rgba(43,164,129,1) 100%);
            background: -webkit-linear-gradient(90deg, rgba(14,178,232,1) 0%, rgba(43,164,129,1) 100%);
            background: linear-gradient(90deg, rgba(14,178,232,1) 0%, rgba(43,164,129,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0eb2e8",endColorstr="#2ba481",GradientType=1);
        }
        .modal-content.vendor-page-style-cont .jumbotron .leader-icon img {
            max-width: 100%;
            margin: 0px auto;
            display: block;
            height: 44px;
            width: 41px;
        }
        .modal-content.vendor-page-style-cont .jumbotron p{
            text-align: center;
            padding: 34px 0 0 0;
            font-size: 12px;
            line-height: 16px;
            margin: 0;
        }
        .apexcharts-toolbar{
            display:none !important;
        }
        
/*************************************************/
/******** MODAL Vendor Chart Page END  ***********/
/************************************************/
        

/**********************************/
/******** About Designer START **********/
/**********************************/
#modal-about-project {
    overflow: scroll;
}

.modal-dialog .modal-content.about-designer {
    padding: 70px 69px;
}

    .modal-dialog .modal-content.about-designer .designer-image {
        margin-bottom:37px;
    }

        .modal-dialog .modal-content.about-designer .designer-image img {
            width: 100%;
            max-width: 100%
        }

/**********************************/
/******** About Designer END **********/
/**********************************/


/********************************************/
/******** MODAL VENDR COMNING SOON Start **********/
/********************************************/

.modal-dialog .modal-content.vendro-soon {
    padding: 0px 20px;
    border: 0px;
}

    .modal-dialog .modal-content.vendro-soon p {
        margin: 0;
    }

/********************************************/
/******** MODAL VENDR COMNING SOON END **********/
/********************************************/


/********************************************/
/******** MODAL ABOUT Project START**********/
/**********************************/

.modal-dialog .modal-content.about-project {
    padding: 70px 60px;
}

    .modal-dialog .modal-content.about-project .each-content {
    }

        .modal-dialog .modal-content.about-project .each-content h5 {
            margin-bottom: 5px;
        }

        .modal-dialog .modal-content.about-project .each-content ul {
            list-style-type: none;
            padding: 0;
        }

            .modal-dialog .modal-content.about-project .each-content ul li {
                font-size: 16px;
                font-weight: bold;
                letter-spacing: 0;
                line-height: 24px;
                color: #464444;
                margin-bottom: 0;
            }

                .modal-dialog .modal-content.about-project .each-content ul li:last-child {
                    margin-bottom: 32px;
                }

/********************************************/
/******** MODAL ABOUT Project END **********/
/**********************************/




/********************************************/
/******** MODAL GET Started START***********/
/*******************************************/

.modal-dialog .modal-content.get-started {
    padding: 60px 20px;
}

    .modal-dialog .modal-content.get-started p {
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 32px;
        color: #464444;
        margin-bottom: 30px;
    }

    .modal-dialog .modal-content.get-started .btn.transparent-btn {
        margin: 0 auto;
        display: block;
    }

/********************************************/
/******** MODAL GET Started End ***********/
/*******************************************/


/**********************************/
/******** Rating Modal Start  **********/
/**********************************/
.modal-dialog .modal-content.ratings-modal {
    padding: 44px 65px 20px 65px;
}
.modal-dialog .modal-content.ratings-modal img{
    max-width: 100%;
}
.modal-dialog .modal-content.ratings-modal.modal-list {
    padding: 57px 36px 0px;
    /*overflow: scroll;
    height: 635px;*/
}

.modal-dialog .modal-content .ratings-modal-header {
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid #BEE3D9;
    padding: 0 0 20px;
    width: 100%;
}

.modal-dialog .modal-content .ratings-modal-header::after {
    clear: both;
}


.modal-dialog .modal-content .ratings-modal-header .header-content {
    display: block;
    width: 440px;
    float: left;
    padding-bottom: 15px;
}
.modal-dialog .modal-content .ratings-modal-header .header-content img{
    margin-bottom: 16px;
}

    .modal-dialog .modal-content .ratings-modal-header .header-content .company-logo {
        background: url(../images/mc-ehindex.jpg) no-repeat top left;
        width: 100%;
        height: 36px;
        background-size: 100%;
        margin-bottom: 16px;
    }
    .modal-dialog .modal-content .ratings-modal-header .header-content h3{
        font-size: 24px;
        font-weight: bold;
        line-height: 33px;
        color: #464444;
        margin:0;
    }

.modal-dialog .modal-content .ratings-modal-header .right-header-content {
    display: inline-block;
    width: 260px;
    float: right;
}

    .modal-dialog .modal-content .ratings-modal-header .right-header-content .about-leader {
        display: inline-block;
        float: left;
        padding: 18px 0 0 0;
    }

        .modal-dialog .modal-content .ratings-modal-header .right-header-content .about-leader small {
            color: #464444;
            font-size: 10px;
            font-weight: bold;
            letter-spacing: 1px;
            line-height: 12px;
            text-transform: uppercase
        }

        .modal-dialog .modal-content .ratings-modal-header .right-header-content .about-leader .leader-numbers {
            color: #464444;
            font-size: 24px;
            font-weight: 600;
            line-height: 37px;
        }


    .modal-dialog .modal-content .ratings-modal-header .right-header-content .leader-icon {
        display: block;
        width: 95px;
        float: right;
        height: 95px;
    }
    .modal-dialog .modal-content .ratings-modal-header .right-header-content .leader-icon img{
            max-width: 100%;
    }

/**** MODAL 1 Sart ****/

.rating-box-wrapper {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

    .rating-box-wrapper .rating-box-img {
        display: inline-block;
        float: left;
        height: 77px;
        width: 77px;
        border: 1px solid #E4EDEC;
        border-radius: 100%;
        text-align: center;
        line-height: 77px;
        margin-bottom: 0;
    }

        .rating-box-wrapper .rating-box-img img {
            padding: 0;
            width: 40px;
            height: 40px;
        }

    .rating-box-wrapper .leader {
        width: auto;
        float: left;
        padding: 0 0 0 10px;
    }

        .rating-box-wrapper .leader .about-leader {
            display: inline-block;
            float: left;
            padding: 0;
        }


.leader .about-leader small {
    color: #464444;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 12px;
    text-transform: uppercase;
}

.leader .about-leader .leader-numbers {
    color: #464444;
    font-size: 24px;
    font-weight: 600;
    line-height: 37px;
}
/**** MODAL 1 End ****/

.modal-ratings {
    margin-bottom: 30px;
}

    .modal-ratings .modal-dialog .modal-header {
        margin-bottom: 0;
    }




.modal-ratings {
    padding-right: 0 !important
}

    .modal-ratings .modal-dialog {
        display: block;
        width: 100%;
        max-width: 85%;
        margin: 60px auto 0;
    }

        .modal-ratings .modal-dialog .close {
            position: absolute;
            top: 0;
            margin-top: -50px;
            right: 0
        }

        .modal-ratings .modal-dialog .modal-content {
            padding: 70px
        }

            .modal-ratings .modal-dialog .modal-content .modal-header {
                display: inline-block;
                width: 100%;
                border-bottom: 1px solid #f2f2f2;
                padding-bottom: 20px;
                margin-bottom: 50px
            }

                .modal-ratings .modal-dialog .modal-content .modal-header .left-header-content {
                    display: inline-block;
                    width: 60%;
                    float: left
                }

                    .modal-ratings .modal-dialog .modal-content .modal-header .left-header-content .about {
                        font-size: 16px;
                        line-height: 24px;
                        letter-spacing: normal;
                        color: #2BA481;
                        font-weight: bold;
                        margin-bottom: 10px
                    }

                    .modal-ratings .modal-dialog .modal-content .modal-header .left-header-content img {
                        float: left;
                        margin: 5px 20px 0 0
                    }

                    .modal-ratings .modal-dialog .modal-content .modal-header .left-header-content .modal-title {
                        display: inline-block;
                        max-width: 200px;
                        line-height: 19px;
                        text-transform: uppercase;
                        font-weight: bold;
                        font-size: 15px
                    }

                .modal-ratings .modal-dialog .modal-content .modal-header .right-header-content {
                    display: inline-block;
                    width: 40%;
                    float: right
                }

                    .modal-ratings .modal-dialog .modal-content .modal-header .right-header-content .leader {
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: flex-end
                    }

                        .modal-ratings .modal-dialog .modal-content .modal-header .right-header-content .leader .about-leader {
                            display: inline-flex;
                            flex-wrap: wrap;
                            align-items: center;
                            margin-right: 0
                        }

                            .modal-ratings .modal-dialog .modal-content .modal-header .right-header-content .leader .about-leader small {
                                width: 100%;
                                align-self: flex-end;
                                margin-bottom: 5px
                            }

                            .modal-ratings .modal-dialog .modal-content .modal-header .right-header-content .leader .about-leader .leader-numbers {
                                align-self: flex-start;
                                width: 100%
                            }

                        .modal-ratings .modal-dialog .modal-content .modal-header .right-header-content .leader .leader-icon img {
                            max-width: 95px;
                            max-height: 95%
                        }

        .modal-ratings .modal-dialog .modal-body {
        }

            .modal-ratings .modal-dialog .modal-body .body-left {
                float: left
            }

                .modal-ratings .modal-dialog .modal-body .body-left h4 {
                    font-size: 24px;
                    line-height: 32px;
                    letter-spacing: normal;
                    font-weight: bold
                }


            .modal-ratings .modal-dialog .modal-body .body-right {
                padding: 40px 40px 0 0;
            }

                .modal-ratings .modal-dialog .modal-body .body-right .modal-right-content {
                }

                    .modal-ratings .modal-dialog .modal-body .body-right .modal-right-content .leader {
                    }

                        .modal-ratings .modal-dialog .modal-body .body-right .modal-right-content .leader .about-leader {
                            padding: 0;
                        }

                            .modal-ratings .modal-dialog .modal-body .body-right .modal-right-content .leader .about-leader .leader-numbers {
                                font-size: 18px;
                            }


                    .modal-ratings .modal-dialog .modal-body .body-right .modal-right-content .logo-image {
                        display: block;
                        width: 100%;
                        padding: 24px 0 0 0;
                        clear: both;
                    }

                        .modal-ratings .modal-dialog .modal-body .body-right .modal-right-content .logo-image img {
                            width: 240px;
                        }

                    .modal-ratings .modal-dialog .modal-body .body-right .modal-right-content .modal-slider {
                        padding-top: 26px;
                    }

                    .modal-ratings .modal-dialog .modal-body .body-right .modal-right-content .green-text {
                        font-weight: bold;
                        display: inline-block;
                        width: 240px;
                        float: left;
                        padding: 18px 0;
                    }

                    .modal-ratings .modal-dialog .modal-body .body-right .modal-right-content .modal-slider p {
                        font-size: 14px;
                        line-height: 18px;
                        letter-spacing: normal;
                        font-weight: normal;
                        text-align: left;
                        color: #464444;
                        margin-bottom: 15px;
                        padding-right: 40px;
                    }

                    .modal-ratings .modal-dialog .modal-body .body-right .modal-right-content .modal-detail-1 .modal-slider {
                    }

                    .modal-ratings .modal-dialog .modal-body .body-right .modal-right-content .modal-slider h4 {
                        color: #EF462C;
                        font-size: 10px;
                        text-transform: uppercase;
                        ;
                        font-weight: bold;
                        margin: 25px 0 0 0
                    }

                .modal-ratings .modal-dialog .modal-body .body-right p {
                    font-size: 16px;
                    line-height: 24px;
                    letter-spacing: normal;
                    font-weight: normal;
                    text-align: left;
                    color: #464444;
                    margin-bottom: 15px
                }

                    .modal-ratings .modal-dialog .modal-body .body-right p:last-child {
                        margin-bottom: 0
                    }




.modal-dialog .modal-content .ratings-modal-header {
    display: block;
    margin: 0 0 40px;
    border-bottom: 1px solid #BEE3D9;
    padding: 0 0 20px;
    width: 100%;
}

    .modal-dialog .modal-content .ratings-modal-header::after {
        clear: both;
    }


    .modal-dialog .modal-content .ratings-modal-header .right-header-content {
        display: inline-block;
        width: 260px;
        float: right;
    }

        .modal-dialog .modal-content .ratings-modal-header .right-header-content .about-leader {
            display: inline-block;
            float: left;
            padding: 18px 0 0 0;
        }

            .modal-dialog .modal-content .ratings-modal-header .right-header-content .about-leader small {
                color: #464444;
                font-size: 10px;
                font-weight: bold;
                letter-spacing: 1px;
                line-height: 12px;
                text-transform: uppercase
            }

            .modal-dialog .modal-content .ratings-modal-header .right-header-content .about-leader .leader-numbers {
                color: #464444;
                font-size: 24px;
                font-weight: 600;
                line-height: 37px;
            }


        .modal-dialog .modal-content .ratings-modal-header .right-header-content .leader-icon {
            display: block;
            width: 95px;
            float: right;
            height: 95px;
        }

/**********************************/
/******** Rating Modal END **********/
/**********************************/



/**********************************/
/******** Details Modal Start **********/
/**********************************/
.modal-dialog .modal-content.deatils-modal-2 {
    padding: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

    .modal-dialog .modal-content.deatils-modal-2 .modal-left-image {
    }

        .modal-dialog .modal-content.deatils-modal-2 .modal-left-image img {
            max-width: 100%;
            width: 100%
        }

    .modal-dialog .modal-content.deatils-modal-2 .modal-right-content {
        padding: 45px 20px 0 0;
    }

        .modal-dialog .modal-content.deatils-modal-2 .modal-right-content h2 {
            width: 170px;
            float: left;
            padding: 14px 0;
            line-height: 34px;
        }

        .modal-dialog .modal-content.deatils-modal-2 .modal-right-content p {
            font-size: 14px;
            color: #464444;
            line-height: 18px
        }

        .modal-dialog .modal-content.deatils-modal-2 .modal-right-content .leader {
            float: right;
            width: 150px
        }

            .modal-dialog .modal-content.deatils-modal-2 .modal-right-content .leader .about-leader {
                padding: 0px 0;
            }

                .modal-dialog .modal-content.deatils-modal-2 .modal-right-content .leader .about-leader .leader-numbers {
                    color: #464444;
                    font-size: 18px;
                    font-weight: 600;
                    line-height: 26px;
                }

        .modal-dialog .modal-content.deatils-modal-2 .modal-right-content .logo-image {
            width: 100%;
            padding: 16px 0 26px;
            clear: both;
        }

            .modal-dialog .modal-content.deatils-modal-2 .modal-right-content .logo-image img {
                width: 240px;
            }

.modal-dialog .modal-content.deatils-modal-1 {
    padding: 0;
}

    .modal-dialog .modal-content.deatils-modal-1 .head {
        padding: 40px 42px 10px 42px;
        border-bottom: 1px solid #BEE3D9;
        width: 100%;
        display: block;
        margin-bottom: 0;
    }

        .modal-dialog .modal-content.deatils-modal-1 .head h4 {
            margin-bottom: 30px;
        }

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .row-eq-height .col-lg-6.col-md-12:last-child .each-detail-wrapper-project {
        border-bottom: 0px;
    }


.all-detail-content {
    padding: 0px 40px;
    height: 400px;
    overflow-y: scroll;
    width: 100%;
}

    .all-detail-content .each-detail-wrapper {
        border-bottom: 1px solid #BEE3D9;
        padding: 20px 0 32px;
    }

    .all-detail-content .each-detail-wrapper-project {
        border-bottom: 1px solid #BEE3D9;
        padding: 20px 0 32px;
    }

        .all-detail-content .each-detail-wrapper-project .title {
            width: 70%;
            float: left;
            margin: 0;
            text-align: left;
            padding-right: 5%;
        }

            .all-detail-content .each-detail-wrapper-project .title h6 {
                margin-bottom: 10px;
            }

            .all-detail-content .each-detail-wrapper-project .title h4 {
                font-size: 18px;
                letter-spacing: 0;
                line-height: 24px;
                margin-bottom: 7px;
                min-height: 50px;
            }

        .all-detail-content .each-detail-wrapper-project .leader {
            width: 30%;
            float: right;
        }

            .all-detail-content .each-detail-wrapper-project .leader .about-leader {
                padding: 0px 0;
            }

                .all-detail-content .each-detail-wrapper-project .leader .about-leader .leader-numbers {
                    font-size: 18px;
                    line-height: 37px;
                }

.modal-detail-wrapper .modal-dialog {
    background: #fff;
}

    .modal-detail-wrapper .modal-dialog .modal-content {
        border-top: none;
        border-radius: 0;
    }

/**********************************/
/******** Details Modal End **********/
/**********************************/





/****************************************/
/*********** OLD CODE *******************/
/****************************************/

.modal-dialog .modal-content {
    padding: 30px;
    border-radius: 0rem;
    border: 1px solid #BEE3D9;
}

.modal-content .modal-detail-2.modal-ratings .modal-dialog {
    border-radius: 0 !important;
}

.modal-dialog .modal-content .modal-body .rating-box-wrapper {
    margin-bottom: 30px
}

.modal-ratings-box .modal-ratings .modal-dialog .modal-body {
    margin-bottom: 0;
}

.modal-2 .modal-dialog .modal-content {
    padding: 0 !important;
}

.modal-2 .body-right {
    padding-top: 40px;
}

    .modal-2 .body-right .leader {
        display: inline-block;
        width: auto;
        float: right;
        margin-bottom: 10px;
    }

        .modal-2 .body-right .leader .leader-numbers {
            font-size: 18px;
            line-height: 37px;
        }

            .modal-2 .body-right .leader .leader-numbers span {
                max-height: 25px;
                display: inline-block;
                overflow: hidden;
                margin-left: -10px;
                vertical-align: middle;
            }

    .modal-2 .body-right .logo-image {
        display: inline-block;
        max-width: 240px;
        max-height: 65px;
        margin-bottom: 20px;
    }

.modal-detail-wrapper {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

    .modal-detail-wrapper .modal-dialog {
        display: block;
        width: 100%;
        max-width: 80%;
        margin: 50px auto;
    }

        .modal-detail-wrapper .modal-dialog .modal-content {
            padding: 0 !important;
        }

        .modal-detail-wrapper .modal-dialog .modal-title {
            font-size: 24px;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 30px;
        }

        .modal-detail-wrapper .modal-dialog .wrapper {
            display: inline-block;
            width: 100%;
            padding: 70px 0 35px;
            border-bottom: 2px solid #f2f2f2;
        }

            .modal-detail-wrapper .modal-dialog .wrapper div {
                padding: 0 70px;
            }

    .modal-detail-wrapper .each-detail-wrapper .left-side p {
        display: inline-block;
        width: 100%;
    }

    .modal-detail-wrapper .each-detail-wrapper .left-side .red-text {
        color: #EF462C;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 12px;
    }

    .modal-detail-wrapper .each-detail-wrapper .left-side .bold-desc {
        color: #464444;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 24px;
    }

    .modal-detail-wrapper .each-detail-wrapper .left-side {
        display: inline-block;
        width: 100%;
        max-width: 60%;
        float: left;
    }

    .modal-detail-wrapper .each-detail-wrapper .right-side {
        display: inline-block;
        width: 100%;
        max-width: 40%;
    }

    .modal-detail-wrapper .each-detail-wrapper {
        padding: 25px 0 25px 0;
        border-top: 1px solid #f2f2f2;
        margin-right: 10px;
    }

        .modal-detail-wrapper .each-detail-wrapper .right-side .about-leader {
            margin: 0;
        }

    .modal-detail-wrapper .leader .about-leader small {
        text-transform: upppercase;
    }

    .modal-detail-wrapper .leader .about-leader .leader-numbers {
        font-size: 18px;
    }

.modal-detail-1 .leader {
    width: auto;
    float: right;
}

.modal-detail-1 .modal-slider {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
}

.modal-detail-1 .video-wrapper {
    display: inline-block;
    margin: 20px 0 18px 22px;
    float: left;
    width: 400px;
    text-align: left;
}

    .modal-detail-1 .video-wrapper iframe {
        width: 107px;
        height: 68px;
    }

.modal-detail-1 .modal-content,
.modal-detail-1 .modal-body {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

    .modal-detail-1 .modal-body .body-right {
        padding: 70px 70px 70px 50px;
    }

.main-banner .banner-image {
    position: relative;
}


.modal-dialog .modal-content .modal-3-head {
}

    .modal-dialog .modal-content .modal-3-head h4 {
        display: inline-block;
        font-size: 16px !important;
        line-height: 24px !important;
        color: #00A471 !important;
        letter-spacing: normal !important;
        margin-bottom: 0 !important;
        padding: 15px 0;
        font-weight: bold;
    }

    .modal-dialog .modal-content .modal-3-head p {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 30px;
    }

.modal-dialog .modal-header {
    margin-bottom: 36px
}

.modal-dialog .modal-body {
    margin-bottom: 20px
}

    .modal-dialog .modal-body p {
        margin-bottom: 0;
        text-align: center;
        color: #464444;
        font-weight: bold
    }

    .modal-dialog .modal-body .btn:hover {
        color: #fff
    }

.modal-dialog .modal-header,
.modal-dialog .modal-body,
.modal-dialog .modal-footer {
    padding: 0
}

.modal-header,
.modal-footer {
    border: none
}

.modal-designer-wrapper .modal-content {
    display: block;
    width: 100%;
    padding: 70px !important;
    border-radius: unset;
    border-top: none;
}

.modal-designer-wrapper .about-designer p {
    font-size: 16px;
    margin-bottom: 30px;
}

.modal-designer-wrapper .green-text {
    font-weight: 600;
    text-transform: uppercase;
}

.ratting2-project-is-head {
    float: left;
    width: 27%;
    padding-right: 3%;
}

    .ratting2-project-is-head h2 {
    }


.ratting2-project-is-body {
    float: left;
    width: 70%
}

    .ratting2-project-is-body p {
    }


/****************************************************/
/******** Vendor - Coming Soon Modal START **********/
/****************************************************/

.modal-dialog .modal-content.vendor-comingsoon {
    padding: 10px 30px;
}

    .modal-dialog .modal-content.vendor-comingsoon .designer-image {
    }

        .modal-dialog .modal-content.vendor-comingsoon .designer-image img {
            width: 100%;
            max-width: 100%
        }


/********************************************/
/******** MODAL REFER VENDOR PAGE START**********/
/********************************************/

.modal-dialog .modal-content.refer-vendor {
    padding: 70px 60px;
    background: #F2F2F2;
}

    .modal-dialog .modal-content.refer-vendor h4 {
        margin-bottom: 20px;
        line-height: 34px;
    }

    .modal-dialog .modal-content.refer-vendor p {
        margin-bottom: 40px;
        line-height: 24px;
        font-size: 16px;
    }

    .modal-dialog .modal-content.refer-vendor .btn.signin {
        padding: 11px 45px;
    }

    .modal-dialog .modal-content.refer-vendor .input-group {
        background: #fff;
        margin-bottom: 20px;
        border: 1px solid #E4EDEC;
    }

        .modal-dialog .modal-content.refer-vendor .input-group span {
            line-height: 20px;
            margin: 20px;
            width: 25px;
        }

        .modal-dialog .modal-content.refer-vendor .input-group .form-control {
            background: #fff;
            border: none;
            line-height: 60px;
            padding: 0;
            margin: 0;
            height: 60px;
        }

        .modal-dialog .modal-content.refer-vendor .input-group textarea {
            width: 100%;
            border: none;
            padding: 20px !important;
            font-size: 14px;
            resize: none;
            height: 150px !important;
            line-height: 24px !important;
        }
        
    .modal-dialog .modal-content.refer-vendor .input-group .dropdown {
        max-width: 100%;
    }
    .modal-dialog .modal-content.refer-vendor .input-group .dropdown select {
        height: 60px;
        width: 100%;
        color: #464444;
        text-transform: inherit;
    }

.modal-dialog .modal-content.refer-vendor .input-group {
        background: #fff;
        margin-bottom: 20px;
        border: 1px solid #E4EDEC;
    }
    
    
    
.modal-dialog .modal-content.refer-vendor .field-validation-error {
    color: #d10a11 !important;
    padding: 0 0 15px;
    float: none !important;
    width: 100% !important;

    }

        .modal-dialog .modal-content.refer-vendor .custom-control-label::before {
            border: #E4EDEC solid 2px;
        }


        .modal-dialog .modal-content.refer-vendor .custom-control-label a {
            color: #EF462C;
        }

            .modal-dialog .modal-content.refer-vendor .custom-control-label a:hover {
                color: #B44534;
                text-decoration: underline;
            }

/********************************************/
/******** MODAL REFER VENDOR PAGE END **********/
/********************************************/



/********************************************/
/******** MODAL REFER VENDOR PAGE START**********/
/********************************************/
.modal-dialog .modal-content.vendor-overall-rating {
    padding: 35px 40px;
    background: #F2F2F2;
    border: 0px;
}

    .modal-dialog .modal-content.vendor-overall-rating h2 {
        font-size: 22px;
        line-height: 37px;
        color: #464444;
        font-weight: 600;
        margin-bottom: 50px;
        padding: 0;
    }

    .modal-dialog .modal-content.vendor-overall-rating .btn {
        float: right;
    }

/********************************************/
/******** MODAL REFER VENDOR PAGE END **********/
/********************************************/


/**************************************************************/
/******** MODAL Modal Compare other VENDOR PAGE START**********/
/**************************************************************/
.modal-dialog .modal-content.modal-compare-other-vendors {
    padding: 41px 71px;
    background: #F2F2F2;
    border: 0px;
}
/**************************************************************/
/********  MODAL Modal Compare other VENDOR PAGE END **********/
/**************************************************************/


/**************************************************************/
/******** MODAL Modal Compare other VENDOR PAGE START**********/
/**************************************************************/
.modal-dialog .modal-content.vendor-details-video {
    padding: 20px 30px;
    background: #F2F2F2;
    border: 0px;
}
.modal-dialog .modal-content.vendor-details-video #videoPanel,
.modal-dialog .modal-content.vendor-details-video video{
    with:100%;
}
/**************************************************************/
/********  MODAL Modal Compare other VENDOR PAGE END **********/
/**************************************************************/

/**************************************************************/
/********.Qvendor list blocking modal Start **********/
/**************************************************************/
.vendor-list-blocking{
    text-align: center;
}
.modal-dialog .modal-content.vendor-list-blocking{
    padding: 40px 75px;
    margin-top: 100px;
}
.modal-dialog .modal-content.vendor-list-blocking h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}
.modal-dialog .modal-content.vendor-list-blockingp {
    font-size: 16px;
    line-height: 24px;
}
.modal-dialog .modal-content.vendor-list-blocking h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.modal-dialog .modal-content.vendor-list-blocking .btn.transparent-btn {
    margin: 0 auto 40px;
    display: block;
}
.modal-dialog .modal-content.vendor-list-blocking p{}
.modal-dialog .modal-content.vendor-list-blocking p a{color: #EF462C;}
.modal-dialog .modal-content.vendor-list-blocking p a:hover{
    color: #B44534;
    text-decoration: underline;
}

.footer-note{
      font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin: 35px 0;
    text-align: center;
    display: block;
    width: 100%;
}
.footer-note p a{
    color: #EF462C;
  
}
.footer-note p a:hover{
    color: #B44534;
    text-decoration: underline;
}
/**************************************************************/
/********.Qvendor list blocking modal End **********/
/**************************************************************/




/**************************************************************/
/********.Build project Impact Modal Start **********/
/**************************************************************/
.modal-dialog .modal-content.build-project-impact{
    padding:55px 60px 35px;
    border-bottom: 1px solid #BEE3D9;
    margin-bottom: -2px !important;
 }

.modal-dialog .modal-content.build-project-impact .modal-header{
	border-bottom: 1px solid #BEE3D9;
	padding-bottom: 15px;

}
.modal-dialog .modal-content.build-project-impact .modal-head-bar{
	border-bottom: 1px solid #BEE3D9;
	padding-bottom: 15px;
	margin-bottom: 50px;
}

.modal-dialog .modal-content.build-project-impact .company-logo-left{
	float: left;
    width: 50%;		
}
.modal-dialog .modal-content.build-project-impact .company-logo-left .company-logo{
	width: 230px;
}
.modal-dialog .modal-content.build-project-impact .company-logo-left .company-logo img{
    margin-bottom:13px;
}
.modal-dialog .modal-content.build-project-impact .company-logo-left h2{
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 34px;
    color: #464444;
}

.modal-dialog .modal-content.build-project-impact .msap-logo{
    float: right;
    width: 40%;
}
.modal-dialog .modal-content.build-project-impact .msap-logo img{
    max-width:100%;
}
 .modal-dialog .modal-content.build-project-impact .build-project-impact-pod { 
    margin-bottom: 20px 
 }
.modal-dialog .modal-content.build-project-impact .build-project-impact-pod .lg-icon{
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0eb2e8+0,2ba481+100 */
    background: rgb(14,178,232); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(14,178,232,1) 0%, rgba(43,164,129,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(14,178,232,1) 0%,rgba(43,164,129,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(14,178,232,1) 0%,rgba(43,164,129,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eb2e8', endColorstr='#2ba481',GradientType=0 ); /* IE6-9 */
    
    padding: 0 25px;
    display: block;
    width: 106px;
    height: 106px;
    border-radius: 100%;
    line-height: 106px;
    margin: 0 auto;

 }
 .modal-dialog .modal-content.build-project-impact .build-project-impact-pod .lg-icon img{
 	max-width: 100%
 }
 .modal-dialog .modal-content.build-project-impact .build-project-impact-pod h2{
    color: #0EB2E8;
    font-size: 60px;
    line-height: 78px;
    margin: 0;
    padding: 0;
    text-align: center;
 }
 .modal-dialog .modal-content.build-project-impact .build-project-impact-pod p{
 	font-size: 14px;
    line-height: 21px;
    text-align: center;
 }
 .note{
 	font-size: 14px;
    line-height: 21px;
    margin: 0;
    	
 }
 
/**************************************************************/
/********.Build project Impact Modal End **********/
/**************************************************************/

/**************************
    Modal Categor Comparison Report
**************************/
.modal-dialog .modal-content.category-comparison-report.min-height{ 
    min-height:620px;
}
.modal-dialog .modal-content.category-comparison-report.min-height .tableauPlaceholder{
    min-height:620px;
}
.modal-dialog .modal-content.category-comparison-report.min-height .tableauPlaceholder iframe{
    min-height:620px;
}


.modal-dialog .modal-content.category-comparison-report h2{
    font-size: 24px;
    color: #464444;
    font-weight: 600;
    line-height: 37px;
    margin: 0 0 30px;
}
.modal-dialog .modal-content.category-comparison-report h2 span{
    float: right;
    margin-left: 20px;
}




@media (min-width: 1920px) {
.modal-footer .explore-pro {
    }
.modal-footer .explore-pro .arrows-btns .prev-arrow {
    width: 111px;
    }
.modal-footer .explore-pro .arrows-btns .next-arrow {
    width: 111px;
    }
}

@media (max-width: 1090px) {
.modal-dialog .modal-content .ratings-modal-header .header-content {
    width: 360px;
}
}

@media (max-width: 1128px) {
.modal-footer .modal-designer-wrapper .back-arrow-left {
    width: 41%;
}
.modal-footer .modal-designer-wrapper .download-pdf p {
    line-height: 19px;
}
}

@media (max-width: 1024px) {
.modal-dialog .modal-content .ratings-modal-header .header-content {
    width: 266px;
}
.modal-dialog .modal-content .ratings-modal-header .header-content .company-logo {
    background: url(../images/mc-ehindex-stacked.png) no-repeat top left;
    width: 266px;
    height: 110px;
    background-size: 100%;
}
.modal-dialog .modal-content .ratings-modal-header .header-content h2 {
    display: none;
}
.modal-dialog .modal-content.ratings-modal {
    min-height: 1100px
}
}

@media (max-width: 992px) {
.all-detail-content .each-detail-wrapper-project .title h4 {
    min-height: auto;
    }
.ratting2-project-is-head {
    width: 100%;
    padding: 0 0 20px;
    }
.ratting2-project-is-body {
    width: 100%
    }
.modal-footer .modal-designer-wrapper .back-btn {
    width: 50%;
    }
.modal-dialog .modal-content.ratings-modal.modal-list {
    padding: 50px 50px 0px 50px
    }
.modal-dialog .modal-content .ratings-modal-header .header-content {
    width: 236px;
    }
.modal-dialog .modal-content .ratings-modal-header .header-content .company-logo {
    width: 100%;
    }
.modal-dialog .modal-content .ratings-modal-header .right-header-content {
    width: 208px;
    padding-top: 19px;
    }
.modal-dialog .modal-content .ratings-modal-header .right-header-content .leader-icon {
    width: 75px;
    height: 75px;
    }
}

@media (max-width: 982px) {
    .modal-dialog .modal-content .ratings-modal-header .right-header-content {
        padding: 0;
    }

        .modal-dialog .modal-content .ratings-modal-header .right-header-content .about-leader {
            padding: 8px 0 0 0;
        }
}
@media (max-width: 768px) {
    
    .modal-dialog .modal-content.build-project-impact .build-project-impact-pod {
        margin-top: 30px;
    }
    .modal-dialog .modal-content.build-project-impact .build-project-impact-pod h2 {
        font-size: 48px;
        line-height: 68px;
    }
    .modal-dialog .modal-content .ratings-modal-header .header-content {
        width: 50%;
    }
    .modal-dialog .modal-content.ratings-modal.modal-list {
        min-height: 300px;
    }
    .modal-dialog .modal-content.ratings-modal{
        min-height: 300px;
    }
}

@media (max-width: 767px) {

    .modal .modal-dialog {
    }

        .modal .modal-dialog .container {
            width: 100%;
            padding: 0;
            margin: 0;
            max-width: 100%;
        }

    .modal-dialog .modal-content h4 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 35px;
    }

    .modal .modal-dialog .container .col-md-10.offset-md-1 {
        padding: 0;
    }

    .modal-dialog .modal-header {
        background: #212D23;
        margin: 0;
        line-height: 90px;
        height: 90px;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1;
        border-radius: 0;
    }

        .modal-dialog .modal-header .close {
            height: 90px;
            line-height: 90px;
            padding-top: 0;
            padding-bottom: 0;
            width: 100%;
            text-align: right;
            margin: 0 20px 0 0;
        }
        
        
        .modal-dialog .modal-content.build-project-impact .modal-header {
            border-bottom: 1px solid #BEE3D9;
            padding: 15px;
            background: #fff;
            margin: 0;
            height: auto;
        }
        .modal-dialog .modal-content.build-project-impact .build-project-impact-pod:first-child{
            margin-top:30px;
        }

    /**************************
        Modal Designer
    **************************/
    .modal-dialog .modal-content.about-designer {
        padding: 71px 40px 150px 40px;
        height: 660px;
        overflow: scroll;
    }

    /**************************
        Modal Designer
    **************************/
    .modal-dialog .modal-content.about-project {
        padding: 70px 40px;
    }

    .modal-dialog .modal-content.about-designer .designer-image img {
        width: auto;
    }

    /**************************
        Modal Vendor 
    **************************/
    .modal-dialog .modal-content.vendro-soon {
        padding: 70px 40px;
    }

        .modal-dialog .modal-content.vendro-soon .designer-image img {
            width: auto;
        }


    /**************************
        Modal Rating 
    **************************/

    .modal-dialog .modal-content .ratings-modal-header {
        padding: 30px 40px 10px;
    }

        .modal-dialog .modal-content .ratings-modal-header .header-content {
            width: 50%;
        }

            .modal-dialog .modal-content .ratings-modal-header .header-content .company-logo {
                width: 226px;
            }

    .modal-dialog .modal-content.ratings-modal {
        padding: 57px 30px 175px 40px;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        min-height: 500px;
        overflow: scroll;
        height: auto;
    }

        .modal-dialog .modal-content.ratings-modal.modal-list {
            padding: 57px 0px 130px 0px;
            height:auto
        }

    .rating-box-wrapper {
        display: block;
        width: 250px;
        margin: 0 auto 40px;
        overflow: hidden;
    }

    .modal-body-ratting2 {
        padding: 0 40px;
    }

    .ratting2-project-is-head {
        width: 100%;
        padding: 0 40px 20px;
    }

    .ratting2-project-is-body {
        width: 100%;
        padding: 0 40px 20px;
    }


    /**************************
        Modal Detail
    **************************/
    .all-detail-content {
        padding: 0px 40px 70px;
        height: 400px;
        overflow: scroll;
        width: 100%;
    }

        .all-detail-content .each-detail-wrapper::last-child {
            border-bottom: 0px solid #BEE3D9;
        }

    .modal-dialog .modal-content.deatils-modal-2 .modal-right-content {
        padding: 40px 40px 126px;
    }

        .modal-dialog .modal-content.deatils-modal-2 .modal-right-content .leader {
            padding: 0;
        }

    .modal-footer .left-heading.suppliers {
        width: 50%;
    }

    .modal-footer .left-heading p {
        padding: 52px 0 0px 30px
    }

        .modal-footer .left-heading p.suppliers {
            padding: 52px 0 0px 30px;
        }

    .modal-content.deatils-modal-1.deatils-modal-3-responsive {
    }

        .modal-content.deatils-modal-1.deatils-modal-3-responsive .head {
            padding: 86px 42px 10px 42px;
        }

        .modal-content.deatils-modal-1.deatils-modal-3-responsive .all-detail-content {
        }

            .modal-content.deatils-modal-1.deatils-modal-3-responsive .all-detail-content .each-detail-wrapper-project .leader {
                padding: 0;
            }



    .deatils-modal-3-responsive .all-detail-content {
        height: auto;
        overflow: inherit;
    }




/**************************
    Modal Categor Comparison Report
**************************/


    /**************************
        Modal Footer
    **************************/
    .modal-footer {
        position: fixed;
        z-index: 1;
        width: 100%;
        bottom: 0;
    }

        .modal-footer.videofoter {
            position: inherit;
            z-index: 1;
            width: 100%;
            bottom: auto;
        }

        .modal-footer .back-btn {
            padding: 32px;
        }

        .modal-footer .modal-designer-wrapper.bg-white {
            border-top: 1px solid #BEE3D9
        }

        .modal-footer .modal-designer-wrapper .download-pdf {
            float: left;
            display: inline-block;
            width: 50%;
            max-width: 50%;
            padding: 34px 20px 0 40px;
        }

            .modal-footer .modal-designer-wrapper .download-pdf img {
                margin-right: 10px;
            }

        .modal-footer .modal-designer-wrapper .back-btn {
            width: 50%;
            border-left: 1px solid #BEE3D9;
            padding: 35px 0px;
        }


        .modal-footer .modal-designer-wrapper .back-arrow-left {
            width: 50%;
            border-left: 1px solid #BEE3D9;
            padding: 0px;
        }

        .modal-footer .left-heading {
            display: block;
            width: 30%;
            float: left;
        }

        .modal-footer .explore-pro {
            width: 50%;
        }

            .modal-footer .explore-pro .arrows-btns .prev-arrow {
                width: 50%;
            }

            .modal-footer .explore-pro .arrows-btns .next-arrow {
                width: 50%;
            }

        .modal-footer .modal-designer-wrapper .download-pdf p {
            line-height: 37px;
        }

        .modal-footer .modal-designer-wrapper .back-btn a {
            padding: 0 35px;
            margin: 0;
        }
    /****************************************************/
    /******** Vendor - Coming Soon Modal START **********/
    /****************************************************/

    .modal-dialog .modal-content.vendor-comingsoon { padding: 70px 30px 20px;}
    .modal-dialog .modal-content.vendor-comingsoon .designer-image {}
    .modal-dialog .modal-content.vendor-comingsoon .designer-image img { }
    
    .modal-dialog .modal-content.build-project-impact{
        padding: 55px 60px 170px;
    }
    
}



@media (max-width: 640px) {
    .modal-dialog .modal-content .ratings-modal-header .header-content {
        width: 100%;
        height: auto;
    }

        .modal-dialog .modal-content .ratings-modal-header .header-content .company-logo {
            width: 90%;
            height: 80px;
        }

    .modal-dialog .modal-content .ratings-modal-header .right-header-content {
        width: 45%;
        padding: 0;
    }

        .modal-dialog .modal-content .ratings-modal-header .right-header-content .about-leader {
            float: left;
            padding: 14px 0 0 0;
        }

        .modal-dialog .modal-content .ratings-modal-header .right-header-content .leader-icon {
            width: 75px;
            height: 75px;
            margin-top: 9px;
        }

    .modal-dialog .modal-content.deatils-modal-1 .head H4 {
        font-size: 18px;
        line-height: 24px;
    }

    .modal-dialog .modal-content h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
        margin-top: 20px;
        
    }

    .modal-dialog .modal-content.about-designer .designer-image {
        width: 100%;
        margin: 50px auto 0;
    }


    .modal-designer-wrapper.bg-white{
        
    }
    .modal-footer .explore-pro {
        width: 100%;
    }

    .modal-footer .modal-designer-wrapper .download-pdf img {
        margin: 4px 10px 0 0;
        width: 18px;
    }

    .modal-footer .modal-designer-wrapper .download-pdf p {
        line-height: 18px;
        font-size: 12px;
    }

    .modal-footer .modal-designer-wrapper .download-pdf {
        padding: 34px 30px 0 40px
    }

    .modal-footer .modal-designer-wrapper .back-btn {
        text-align: left;
        padding: 34px 20px 30px;
    }

        .modal-footer .modal-designer-wrapper .back-btn p {
            display: block;
            line-height: 18px;
            float: left;
            width: 120px;
        }

        .modal-footer .modal-designer-wrapper .back-btn a {
            padding-right: 0;
            padding-left: 0;
            text-align: left;
        }

            .modal-footer .modal-designer-wrapper .back-btn a img {
                margin: 0 12px 0 0;
                width: 26px;
                float: left;
            }


    .modal-footer .modal-designer-wrapper .back-arrow-left {
        text-align: left;
        padding: 0 20px;
    }

        .modal-footer .modal-designer-wrapper .back-arrow-left a {
            padding-right: 0;
            padding-left: 0;
            text-align: left;
        }

        .modal-footer .modal-designer-wrapper .back-arrow-left img {
            margin: 0 0 0 12px;
            width: 26px;
            float: right;
        }

    .modal-footer .left-heading p {
        display: none;
    }

    .modal-footer .left-heading.suppliers p {
        display: block;
        padding: 52px 0 0 30px
    }

    .modal-dialog .modal-content.deatils-modal-2 .modal-right-content .leader {
        padding: 0;
        width: 110px;
    }
    
    
    .modal-dialog .modal-content.build-project-impact {
        padding: 81px 35px 170px 20px;
    }
    .modal-dialog .modal-content.build-project-impact .company-logo-left {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .modal-dialog .modal-content.build-project-impact .company-logo-left h2{
        font-size: 18px;
        line-height: 24px;
    }
    .modal-dialog .modal-content.build-project-impact .msap-logo {
        float: right;
        width: 50%;
    }
    .modal-dialog .modal-content.ratings-modal{
        padding:57px 35px 175px 20px
    }
    
}


@media (max-width: 540px) {
    .modal-footer .modal-designer-wrapper .download-pdf{
        display: block;
        width: 100%;
        float: none;
        max-width: 100%;
        text-align: center;
    }
    .modal-footer .modal-designer-wrapper .download-pdf img {
        float: none;
        display: inline-block;
        max-width: 20px;
    }
    .modal-footer .modal-designer-wrapper .download-pdf p{
        display: inline-block;
    }
    
    
    
    .all-detail-content .each-detail-wrapper-project .title {
        width: 100%;
        padding-right: 0;
    }

    .modal-content.deatils-modal-1.deatils-modal-3-responsive .all-detail-content .each-detail-wrapper-project .leader {
        width: 100%;
        float: left;
        max-width: 100%;
    }

    .modal-dialog .modal-content.build-project-impact{
        padding: 81px 35px 170px 40px;    
    }
    .modal-dialog .modal-content .ratings-modal-header .right-header-content {
        width: 51%;
    }
}

@media (max-width: 500px) {
    .modal-dialog .modal-content .ratings-modal-header {
        padding: 30px 30px 10px;
    }

        .modal-dialog .modal-content .ratings-modal-header .right-header-content {
            width: 55%;
        }

    .deatils-modal-3-responsive .all-detail-content {
        height: 400px;
        overflow: scroll;
    }


    .modal-footer .modal-designer-wrapper .back-btn a img {
        margin: 6px 12px 0 0;
    }

    .modal-footer .modal-designer-wrapper .back-arrow-left a {
        width: 100%
    }

    .modal-footer .modal-designer-wrapper .back-arrow-left img {
        margin: 0;
    }
}
@media (max-width: 440px) {

    .modal-dialog .modal-content .ratings-modal-header .right-header-content .leader-icon {
        width: 55px;
        height: 55px;
        margin-top: 18px;
    }

    .modal-dialog .modal-content .ratings-modal-header {
        padding: 30px 30px 10px;
    }

    .modal-footer .modal-designer-wrapper .download-pdf {
        padding: 34px 0 0 20px;
    }

    .modal-footer .modal-designer-wrapper .back-btn {
        padding: 34px 20px 30px 20px;
    }





    .modal-dialog .modal-content.deatils-modal-2 .modal-right-content {
        padding: 40px 20px 126px
    }

    .modal-dialog .modal-content .ratings-modal-header .right-header-content{
        width: 100%;
    }
    .modal-dialog .modal-content.about-project {
        padding: 70px 40px 110px;
    }


    .modal-dialog .modal-content.vendro-soon {
        padding: 70px 40px 110px;
    }




    .modal-footer .modal-designer-wrapper .download-pdf {
        float: none;
        width: 100%;
        display: block;
        padding: 20px;
        max-width: 100%;
    }

        .modal-footer .modal-designer-wrapper .download-pdf p {
            line-height: 30px;
        }

    .modal-footer .modal-designer-wrapper .back-btn {
        border-top: 1px solid #BEE3D9;
        width: 100%;
        float: none;
        padding: 20px 20px 20px 20px;
    }

        .modal-footer .modal-designer-wrapper .back-btn p {
            width: auto;
        }

        .modal-footer .modal-designer-wrapper .back-btn a {
            padding: 0;
            float: right;
        }

            .modal-footer .modal-designer-wrapper .back-btn a img {
                margin: 0px 12px 0 0;
            }

    .modal-footer .modal-designer-wrapper .back-arrow-left {
        border-top: 1px solid #BEE3D9;
        width: 100%;
        float: none;
        padding: 20px 20px 20px 20px;
        display: block;
    }

        .modal-footer .modal-designer-wrapper .back-arrow-left a {
            width: 100%;
            padding: 0;
            float: none;
        }

        .modal-footer .modal-designer-wrapper .back-arrow-left img {
            margin: 0px 12px 0 0;
        }
}


@media (max-width: 411px) {
    .modal-dialog .modal-content.build-project-impact {
        padding: 82px 45px 170px 40px;
    }
}


@media (max-width: 390px) {
    .modal-footer .modal-designer-wrapper .download-pdf {
        padding: 20px 0 20px 20px;
    }
}

@media (max-width: 380px) {
    
    .modal-dialog .modal-content .ratings-modal-header .header-content {
        width: 100%;
        padding: 0;
        margin: 0 0 15px;
        height: auto;
    }
    .modal-dialog .modal-content .ratings-modal-header .header-content .company-logo {
        width: 100%;
        height: 50px;
    }
    .modal-dialog .modal-content .ratings-modal-header .right-header-content {
        width: 100%;
    }
    .modal-dialog .modal-content .ratings-modal-header .right-header-content .about-leader .leader-numbers {
        font-size: 16px;
    }
    
}

@media (max-width: 375px) {

    

    .modal-footer .modal-designer-wrapper .download-pdf img {
        margin: 0px 10px 0 0;
    }

    .modal-footer .modal-designer-wrapper .download-pdf p {
        line-height: 25px;
    }
}

@media (max-width: 360px) {
    
    .modal-dialog .modal-content.build-project-impact .msap-logo {
        width: 80%;
    }
    .modal-dialog .modal-content.build-project-impact {
        padding: 82px 32px 170px 20px;
    }
    
}

@media (max-width: 320px) {

    .modal-dialog .modal-content.about-designer {
        padding: 71px 40px 300px 40px;
        height: 680px;
    }
}



.Link p {
    margin-bottom: 0;
    display: block;
    color: #EF462C;
}

    .Link p:hover {
        color: #B44534;
        text-decoration: underline;
    }

.typeahead {
    height: 250px;
    overflow: auto;
    width: 100%;
}

.showCursorAsPointer:hover {
    cursor: pointer;
}
.more
{
    white-space: pre-wrap;
}






.modal-dialog .modal-content.order-a-sample{
    padding: 15px;
    background: #212D23;
    border:#212D23;
    }

.modal-dialog .modal-content.order-a-sample img{
    max-height:522px;
    margin-bottom: 18px;
    }
.modal-dialog .modal-content.order-a-sample h5{
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
    }
.modal-dialog .modal-content.order-a-sample p{
    color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 21px;
    }
.modal-dialog .modal-content.order-a-sample .btn.order-sample{
    float: none;
    padding: 11px 18px;
    }



.carousel-control-next, 
.carousel-control-prev{
    position: relative;
    top: auto; 
    bottom: auto; 
    z-index: 1; 
    width: 15%;
    float: left;
}

#thumbcarousel {
    position: relative;
    padding: 0;
    margin: 0;
    right: auto;
    top: auto;
    bottom: auto;
    display: block;
    overflow: hidden;
    min-height: 561px;}
#thumbcarousel .carousel-inner {
    min-height: 482px;
}
#thumbcarousel .carousel-inner .carousel-item{ }
#thumbcarousel .carousel-inner .carousel-item .thumb{
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 8px 8px;
    cursor: pointer;
}
#thumbcarousel .carousel-inner .carousel-item .thumb img{
    margin: 0;
    height: auto;
    max-height: 100px;
    width: auto;
    max-width: 100px;
    border: 4px solid transparent;
}
#thumbcarousel .carousel-inner .carousel-item .thumb.active img{
    border: 4px solid #0EB2E8;
}
#thumbcarousel .carousel-inner .carousel-item .thumb:hover img{
    border: 4px solid #0EB2E8;
}
.modal-dialog .modal-content.order-a-sample .carousel.slide .carousel-control-next{
    float:right;
}
.modal-dialog .modal-content.order-a-sample .carousel.slide .carousel-control-prev {
    float:left;
}

.modal-dialog .modal-content.order-a-sample .carousel.slide .carousel-control-next, 
.modal-dialog .modal-content.order-a-sample .carousel.slide .carousel-control-prev {
    width: 40px;
    height: 40px;
}

.modal-dialog .modal-content.order-a-sample .carousel.slide .carousel-control-next span, 
.modal-dialog .modal-content.order-a-sample .carousel.slide .carousel-control-prev span{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(255, 255, 255, 18%);
    opacity: 1;
}
.modal-dialog .modal-content.order-a-sample .carousel.slide .carousel-control-next span img, 
.modal-dialog .modal-content.order-a-sample .carousel.slide .carousel-control-prev span img {
    width: 17px;
    padding: 13px 0 0;
    margin: 0 auto;
    display: block;
    height: 26px;
}

.carousel-title{}
.carousel-title label{
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 40px;
    color: #fff;
    margin: 0 20px;
    text-transform: uppercase;
    display: inline-block;
    float: left;
}






#custCarousel .carousel-indicators {
    position: relative;
    padding: 0;
    margin: 0;
    right: auto;
    top: auto;
    bottom: auto;
    display: block;
    overflow: hidden;
    min-height: 561px;
}
#custCarousel .carousel-indicators>li {
width: 100px;
    padding: 0 !important;
    margin: 0 7px 7px !important;
    height: 100px;
    background: transparent;
    float: left;
    display: block;
    border: 0;
        opacity: 1;
}

#custCarousel .carousel-indicators li img {
    display: block;
    height: 100%;
    max-height: 100%;
    min-height: 10px;
    border:4px solid transparent;
}

#custCarousel .carousel-indicators li.active img {
    border:4px solid #0EB2E8;
}

#custCarousel .carousel-indicators li:hover img {
    border:4px solid #0EB2E8;
}
#custCarousel .pointer{
    padding: 0 30px 0 12px;
}
#custCarousel .pointer p{
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align:center;
    display:inline-block;
}
.justify-icons {
justify-content: space-between;
width: 96%;
padding-left:20px;
}