/*Added by Tayeeb on 30th June*/
.banner{
    background:#f1f1f1;
    background-image:url("https://www.trustedstay.in/products/images/depositphotos_34474433-stock-photo-man-payment-online-with-credit.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}
.box{
        width: 100%;
        height: 100%;            
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.8;  /* for demo purpose  */
    }
    .stack-top{
        background:#f1f1f1;
    }

.banner-content{
    z-index:9;
}
.banner-content h3{
    text-align:center;
    /*font-weight:bold;*/
}
.contribute{
    background: linear-gradient(to bottom,#f6c88f,#ed9220);
    border-color: #be751a;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    line-height: 29px;
    text-align: center;
   /*font-weight:bold;*/
    z-index:9;
    border-top: none;
    padding: 1% 2% 1% 2%;
    margin:0;
    border-radius: 0 0 50% 50%;
    float:left;
   /* box-shadow: 3px 1px 11px 0px #000;*/
    color:#000;
}

a.contribute:hover{
    color:#000;
}

a.buy:hover{
    color:#000;
}
.banner-contribute-disabled{
    background: linear-gradient(to bottom,#c5c4c3,#a5a4a4);
    border-color:#807e7d;
    border-style: solid;
   border-width: 1px;
    line-height: 29px;
    text-align: center;
  /*  font-weight:bold;*/
    z-index:9;
    border-top: none;
    margin:0;
    padding: 1% 2% 1% 2%;
    border-radius: 0 0 50% 50%;
    float:left;
    color:#000;
    cursor:not-allowed;
    pointer-events: none;
}

.buy{
     background: linear-gradient(to bottom,#f6c88f,#ed9220);
    border-color: #be751a;
    border-style: solid;
    border-width:1px;
    cursor: pointer;
    line-height: 29px;
    text-align: center;
  /*  font-weight:bold;*/
    z-index:9;
    border-top: none;
    margin:0;
    padding: 1% 2% 1% 2%;
    border-radius: 0 0 50% 50%;
   /* box-shadow: 3px 1px 11px 0px #000;*/
    float:right;
    color:#000;
}

.banner-buy-disabled{
    background: linear-gradient(to bottom,#c5c4c3,#a5a4a4);
    border-color:#807e7d;
    border-style: solid;
   border-width: 1px;
    line-height: 29px;
    text-align: center;
   /* font-weight:bold;*/
    z-index:9;
    border-top: none;
    margin:0;
    padding: 1% 2% 1% 2%;
    border-radius: 0 0 50% 50%;
    float:right;
    color:#000;
    cursor:not-allowed;
    pointer-events: none;
}



.carousel{
    height:auto!important;
}

form.search-form{
    margin:10px 0;
}

form input.search-term{
    float:left;
    border: 1px solid grey;
    border-radius: 17px 0 0 17px;
    border-right: none;
}

form.search-form button {
    padding: 2px 9px 3px 7px;
    color: black;
    font-size: 17px;
    cursor: pointer;
    margin-right: 16px;
    float: left;
    border: 1px solid grey;
    font-weight:normal;
    border-radius: 0 18px 18px 0;
    
}

form.search-form button:hover {
  background: #f58420;
  color:#fff;
}

.fa .fa-search{
    font-size:10px;
}

form.search-form::after {
  content: "";
  clear: both;
  display: table;
}
.check-price{
    background: linear-gradient(to bottom,#f6c88f,#ed9220);
    box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
    border-radius: 4px;border-color: #f4a934;
    border-color: #ca7c1b #be751a #a56616;
    border-style: solid;
    border-width: 1px;cursor: pointer;
    line-height: 29px;
    text-align:center;
    margin: 5% 25% 0 25%;
}
.recomendations{
   margin:1% 0 1% 14%;
    font-weight:bold;
}
 .recomendations p{
        text-align:left;
    }

.check-price a{
    color: #000;
    padding: 0 10px 0 11px;
}

.recomended-products{
    margin:1% 0 1% 0;
}

.recomended-products .image-cntr{
    width: 266px;
    max-width: 266px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.recomended-products .product-details-cntr{
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    width: 100%;
}

.recomended-products .product-details-cntr h3{
        margin: 0;
    font-size: 17px;
    font-weight: 400;
    color: black;
    font-family: "Amazon Ember",Arial,sans-serif;
    line-height: 1.255;
}
/*Ends Added by Tayeeb on 30th June*/
a, button{
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
.listing-page-head{
/*    background-color: #f1f1f1;
    min-height: 96px;
    margin-bottom: 15px;*/
        /*background-color: #232f3e;
    min-height: 96px;
    color: #fff;
    margin-bottom: 15px;*/
}
.listing-page-head p{
    color: #232f3e; 
        margin-top: 13px!important;
        font-size: 13px!important;
    line-height: 19px!important;
    padding: 0 12px;
}
.listing-page-head h3{
   margin: 0;
   }

.listing-page-head h1{
    font-size: 20px;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    margin: 0;
    padding: 35px;
}
.listing-page-head .breadcrumb{
    /*margin: 60px 0 0;
    background-color: #f1f1f1;*/
    background-color:#232f3e;
}
.listing-page-head .breadcrumb-item a{
    color: #fff;
}
.sub-head{
    padding: 10px 0;
    height: 48px;
    border-bottom: 2px solid #f4a934;
    margin-bottom: 15px;
    color: #717171;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}
.sub-head i{
    font-size: 16px;
}
.content-wrapper{
    margin-bottom: 24px;
}
.hr{
    margin:5px 0;
}
.accordion-group{
    margin-bottom:10px;
    border-radius:0;
}
.accordion-toggle{
    background:#f1f1f1;
}
.accordion-toggle:hover{
    text-decoration: none;
}
.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.accordion-heading i{
    background: #ffffff;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
    font-weight: 400;
    width: 20px;
    height: 20px;
    text-align: center;
}
.accordion-heading a:focus, a:hover{
    text-decoration: none;
}
.selectStyle{
    width:46%; 
    float: left; 
    margin-right: 8%;
}
.accordion-group{
    margin-bottom:3px;
}
.accordion-inner{
    padding: 10px;
    max-height: 180px;
    overflow: auto;
}
.accordion-inner ul{
    padding: 0;
    margin: 0;
}
.accordion-inner ul li, .btm-action-cntr ul li{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}
.accordion-inner ul li:hover{
    color: #ff8400;
}
.accordion-inner label{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.accordion-inner .chk-bx, .btm-action-cntr .chk-bx{
    margin-right: 5px;
}
.but_compare{
    padding: 3px 10px;
    font-size: 16px;
    color: #717171;
    background-color: #ccc;
    margin-right: 10px;
    cursor: default;
}
.but_compare:hover{
    color: #717171;
}
.compare_active{
    background-color: #449007;
    cursor: pointer;
    color: white;
}
.compare_active:hover, .compare_active:focus{
    color: white;
}
.sortList{
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    height: 30px;
    width: 144px;
}
.no-padding{
    padding: 0;
}
.list_item_wrapper{
   /* border: 1px solid #e6e6e6;
    padding: 2px;
    margin-bottom: 10px;*/
    overflow:hidden;
}
.list_item_wrapper .image-cntr{
    width: 266px;
    max-width: 266px;
    height: 176px;
   /* overflow: hidden;
    position: relative;*/
}
.list_item_wrapper .image-cntr .gal_link{
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 0 0 3px;
    width: 100%;
    background-image: url('../images/gal-link-bg.png');
}
.list_item_wrapper .image-cntr .gal_link a{
    font-size: 16px;
    color: white;
    display: block;
}
.list_item_wrapper .image-cntr .gal_link span{
    font-size: 12px;
    display: block;
}
.list_item_wrapper .product-details-cntr{
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    width: 100%;
}
.list_item_wrapper .product-details-cntr h3{
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    color: black;
    font-family:Verdana, Geneva, sans-serif;
    line-height:1.255;
}
.list_item_wrapper .product-details-cntr .city{
    margin: 5px 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #717171;
}
.list_item_wrapper .key-info{
    text-align: center;
    color: #21bdbe;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
}
.list_item_wrapper .key-info .rating{
    padding: 0 0 5px;
    border-bottom: 1px dashed #ccc;
    display: block;
    margin-bottom: 5px;
}
.list_item_wrapper .key-info p{
    color: #717171;
    font-size: 14px;
    font-weight: 400;
}
.list_item_wrapper .btm-action-cntr{
  /*  min-height: 50px;
    background-color: #f1f1f1;
    padding: 8px 15px;
    margin-top: 5px;*/
        margin-top: 5px;
    border: 1px solid #ddd;
    margin-bottom: 21px;
}
.list_item_wrapper .btm-action-cntr .glyphicon{
    font-size: 24px;
    color: #21bdbe;
    padding: 5px 15px 0 0;
    border-right: 1px solid #ccc;
}
.list_item_wrapper .btm-action-cntr ul{
    margin: 5px 0 0 15px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}
.list_item_wrapper .btm-action-cntr .btn-cntr{
    float: right;
}
.list_item_wrapper .btm-action-cntr .action_button{
    background-color: #717171;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 15px;
    letter-spacing: 1px;
}
.list_item_wrapper .btm-action-cntr .action_button:hover{
    background-color: black;
}
.list_item_wrapper .btm-action-cntr .but_apply{
    background-color: #ff8400;
}
.list_item_wrapper .btm-action-cntr .but_apply:hover{
    background-color: #ff6000;
}
.product-details-cntr .details_table td{
    border-top: 0;
    padding: 0;
}
.product-details-cntr .details_table .lbl{
    width: 96px;
}
.product-details-cntr .details_table .keyinfo{
    font-weight: 700;
}
.listing_courses ul{
    padding: 0;
    margin: 0;
}
.listing_courses  ul li{
    display: inline-block;
    margin: 5px 3px 0 0;
}
.listing_courses ul li a{
    border: 1px solid #ff8400;
    color: black;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 8px;
    border-radius: 5px;
}
.listing_courses  ul li a:hover{
    border: 1px solid #ff8400;
    color: white;
    background-color: #ff8400;
}
.listing_courses .msg_head{
    margin: 5px 0 10px;
    font-size: 12px;
    font-weight: 400;
    color: white !important;
    background-color: #f4a934;
    display: inline-block;
    padding: 2px 11px;
    border-radius: 24px;
    cursor: pointer;
}
.primium-college{
color:#fff;     text-align: center;
    padding: 6px;
}
.primium-college h4{ margin: 4px 0px;}
.primium-college img{
float:left;width: 75px;height: 75px;
}
.primium-back{
background: #1759a3;
    }
 .premium-apply{
 border-radius: unset;
    background: #FFCC33;
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    margin-top: 0px;
 }
/**
  MEDIA QUERIES
*/
@media (max-width: 992px) { 
    .list_item_wrapper .image-cntr{
        margin: 0 auto;
    }
    .banner-content{
        float:left;
    }
    .container-fluid{
    margin-top: 106px;
    padding:unset;
}
}

@media (max-width: 768px) { 
    .listing-page-head h1{
        text-align: center;
        font-size: 21px;
        padding: 18px 0 0;
    }
    .listing-page-head .breadcrumb{
        margin: 10px 0 0;
    }
    .list_item_wrapper .image-cntr{
        margin: 0 auto;
    }
    .list_item_wrapper .btm-action-cntr{
        text-align: center;
    }
    .list_item_wrapper .btm-action-cntr .btn-cntr{
        float: inherit;
        margin: 10px 0;
    }
    .banner{
        padding:0 15px;
    }
    .recomendations{
            margin: 5% 0;
    }
    .recomendations p{
        text-align:center;
    }
 .list_item_wrapper .product-details-cntr h3{
     text-align:center;
 }
 .banner-content{
        float:left;
    }
}
