.cstm-limit-txt.about_overview{
    height: auto;
    display: flex;
    width: 850px;
}
.about_overview p:nth-child(even){
    padding-left: 40px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    height: 58px;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    /*min-height: 58px;*/
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 56px;
}
 /*.select2-container--default .select2-selection--multiple .select2-selection__rendered{*/
    /*color: #444;*/
    /*line-height: 45px;*/
/*}*/


.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 14px;
    right: 4px;
}
.custom-search-btn-v1{
    margin-top: 0px !important;
    width: 33.5% !important;
    position: relative !important;
    left: 0 !important;
    float: right !important;
}
.custom-keyword-input-box {
    display: block !important;
    float: none !important;
    width: 66.6% !important;
    margin-top: 0px !important;
    position: relative !important;
    top: -112px !important;
    margin-bottom: -80px;
}
.custom-search-btn-v2{
    margin-top: 0px;
    position: relative;
    left: -220px;
    width: 33.3%;
}
.margin_bottom{
    margin-bottom: -100px !important;
}
@media (max-width:991px){
    .about_overview{
        height: auto;
        display: block;
        width: 100%;
    }
    .about_overview p:nth-child(even){
        padding-left: 0;
    }
}

@media (max-width: 767px){
    .select2-container{
        width: 100% !important
    }
    .select2-container--default .select2-selection--single{
        width: 100%;
    }
    .custom-keyword-input-box {
        display: block !important;
        float: none !important;
        width: 100% !important;
        margin-top: 0px !important;
        position: relative !important;
        top: -10px !important;
        margin-bottom: -80px;
    }
    .custom-search-btn-v1 {
        margin-top: 0px !important;
        width: 100% !important;
    }
    .custom-search-btn-v2{
        width: 100%;
        left: 0 !important;
    }

    .margin_bottom{
        margin-bottom: 0px !important;
    }
}

.cstm-limit-txt{
    height:20px;
    overflow: hidden;
}
.cstm-limit-txt.opened{
    height:auto;
    overflow: visible;
}
.cstm-tab-img-style{
    background: #fff !important;
}
.cstm-background-img-style{
    width: 85% !important;
    margin-left: 20px !important;
}

/* The Modal (background) */
.custom_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.custom_modal .modal-content {
    background-color: #fefefe;
    margin: 13% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 30%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.custom_modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.custom_modal .close:hover,
.custom_modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*modal styling*/
.modal-window {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.modal-window > div {
    width: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2em;
    background: #ffffff;
}


.modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}
.modal-close:hover {
    color: black;
}

.cstm-cart-tbl-style>tbody>tr>th{
    text-align: center !important;
}

.cstm-user-acc-dropdown{
    margin-left:0;
    margin-top:18px;
    position: absolute;
    z-index:100;
    background: #eeeeee;
    width: 100%;
    list-style-type: none;
    padding: 5px;
    left: 0
}
.cstm-user-acc-dropdown>li{
    padding: 5px;
}
.cstm-user-acc-dropdown>li>a{
    display: block;
    color: #223c6c !important;
}



/*!
 * icheck-bootstrap v3.0.1 (https://github.com/bantikyan/icheck-bootstrap)
 * Copyright 2018 Hovhannes Bantikyan.
 * Licensed under MIT (https://github.com/bantikyan/icheck-bootstrap/blob/master/LICENSE)
 */
[class*="icheck-"] {
    min-height: 22px;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    padding-left: 0;
}
.icheck-inline {
    display: inline-block;
}
.icheck-inline + .icheck-inline {
    margin-left: 0.75rem;
    margin-top: 6px;
}
[class*="icheck-"] > label {
    padding-left: 29px !important;
    min-height: 22px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
[class*="icheck-"] > input:first-child {
    position: absolute !important;
    opacity: 0;
    margin: 0;
}
[class*="icheck-"] > input:first-child:disabled {
    cursor: default;
}
[class*="icheck-"] > input:first-child + input[type="hidden"] + label::before,
[class*="icheck-"] > input:first-child + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid #d3cfc8;
    border-radius: 0;
    margin-left: -29px;
}
[class*="icheck-"] > input:first-child:checked + input[type="hidden"] + label::after,
[class*="icheck-"] > input:first-child:checked + label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 10px;
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    transform: translate(7.75px, 4.5px) rotate(45deg);
    -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
}
[class*="icheck-"] > input[type="radio"]:first-child + input[type="hidden"] + label::before,
[class*="icheck-"] > input[type="radio"]:first-child + label::before {
    border-radius: 50%;
}
[class*="icheck-"] > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
[class*="icheck-"] > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-width: 2px;
}
[class*="icheck-"] > input:first-child:disabled + input[type="hidden"] + label,
[class*="icheck-"] > input:first-child:disabled + input[type="hidden"] + label::before,
[class*="icheck-"] > input:first-child:disabled + label,
[class*="icheck-"] > input:first-child:disabled + label::before {
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}
.icheck-default > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-default > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #adadad;
}
.icheck-default > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-default > input:first-child:checked + label::before {
    background-color: #e6e6e6;
    border-color: #adadad;
}
.icheck-default > input:first-child:checked + input[type="hidden"] + label::after,
.icheck-default > input:first-child:checked + label::after {
    border-bottom-color: #333;
    border-right-color: #333;
}
.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #2e6da4;
}
.icheck-primary > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-primary > input:first-child:checked + label::before {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.icheck-success > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-success > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #4cae4c;
}
.icheck-success > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-success > input:first-child:checked + label::before {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.icheck-info > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-info > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #46b8da;
}
.icheck-info > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-info > input:first-child:checked + label::before {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.icheck-warning > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-warning > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #eea236;
}
.icheck-warning > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-warning > input:first-child:checked + label::before {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.icheck-danger > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-danger > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #d43f3a;
}
.icheck-danger > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-danger > input:first-child:checked + label::before {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.icheck-turquoise > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-turquoise > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #1abc9c;
}
.icheck-turquoise > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-turquoise > input:first-child:checked + label::before {
    background-color: #1abc9c;
    border-color: #1abc9c;
}
.icheck-emerland > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-emerland > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #2ecc71;
}
.icheck-emerland > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-emerland > input:first-child:checked + label::before {
    background-color: #2ecc71;
    border-color: #2ecc71;
}
.icheck-peterriver > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-peterriver > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #3498db;
}
.icheck-peterriver > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-peterriver > input:first-child:checked + label::before {
    background-color: #3498db;
    border-color: #3498db;
}
.icheck-amethyst > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-amethyst > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #9b59b6;
}
.icheck-amethyst > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-amethyst > input:first-child:checked + label::before {
    background-color: #9b59b6;
    border-color: #9b59b6;
}
.icheck-wetasphalt > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-wetasphalt > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #34495e;
}
.icheck-wetasphalt > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-wetasphalt > input:first-child:checked + label::before {
    background-color: #34495e;
    border-color: #34495e;
}
.icheck-greensea > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-greensea > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #16a085;
}
.icheck-greensea > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-greensea > input:first-child:checked + label::before {
    background-color: #16a085;
    border-color: #16a085;
}
.icheck-nephritis > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-nephritis > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #27ae60;
}
.icheck-nephritis > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-nephritis > input:first-child:checked + label::before {
    background-color: #27ae60;
    border-color: #27ae60;
}
.icheck-belizehole > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-belizehole > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #2980b9;
}
.icheck-belizehole > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-belizehole > input:first-child:checked + label::before {
    background-color: #2980b9;
    border-color: #2980b9;
}
.icheck-wisteria > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-wisteria > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #8e44ad;
}
.icheck-wisteria > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-wisteria > input:first-child:checked + label::before {
    background-color: #8e44ad;
    border-color: #8e44ad;
}
.icheck-midnightblue > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-midnightblue > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #2c3e50;
}
.icheck-midnightblue > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-midnightblue > input:first-child:checked + label::before {
    background-color: #2c3e50;
    border-color: #2c3e50;
}
.icheck-sunflower > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-sunflower > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #f1c40f;
}
.icheck-sunflower > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-sunflower > input:first-child:checked + label::before {
    background-color: #f1c40f;
    border-color: #f1c40f;
}
.icheck-carrot > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-carrot > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #e67e22;
}
.icheck-carrot > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-carrot > input:first-child:checked + label::before {
    background-color: #e67e22;
    border-color: #e67e22;
}
.icheck-alizarin > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-alizarin > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #e74c3c;
}
.icheck-alizarin > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-alizarin > input:first-child:checked + label::before {
    background-color: #e74c3c;
    border-color: #e74c3c;
}
.icheck-clouds > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-clouds > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #ecf0f1;
}
.icheck-clouds > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-clouds > input:first-child:checked + label::before {
    background-color: #ecf0f1;
    border-color: #ecf0f1;
}
.icheck-clouds > input:first-child:checked + input[type="hidden"] + label::after,
.icheck-clouds > input:first-child:checked + label::after {
    border-bottom-color: #95a5a6;
    border-right-color: #95a5a6;
}
.icheck-concrete > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-concrete > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #95a5a6;
}
.icheck-concrete > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-concrete > input:first-child:checked + label::before {
    background-color: #95a5a6;
    border-color: #95a5a6;
}
.icheck-orange > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-orange > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #f39c12;
}
.icheck-orange > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-orange > input:first-child:checked + label::before {
    background-color: #f39c12;
    border-color: #f39c12;
}
.icheck-pumpkin > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-pumpkin > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #d35400;
}
.icheck-pumpkin > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-pumpkin > input:first-child:checked + label::before {
    background-color: #d35400;
    border-color: #d35400;
}
.icheck-pomegranate > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-pomegranate > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #c0392b;
}
.icheck-pomegranate > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-pomegranate > input:first-child:checked + label::before {
    background-color: #c0392b;
    border-color: #c0392b;
}
.icheck-silver > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-silver > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #bdc3c7;
}
.icheck-silver > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-silver > input:first-child:checked + label::before {
    background-color: #bdc3c7;
    border-color: #bdc3c7;
}
.icheck-asbestos > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before,
.icheck-asbestos > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #7f8c8d;
}
.icheck-asbestos > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-asbestos > input:first-child:checked + label::before {
    background-color: #7f8c8d;
    border-color: #7f8c8d;
}
