/* nobaan colors */
.nobaan-purple-dark {
    background-color: #9516D8 !important;
}
.nobaan-green {
    background-color: #4FE20C !important;
}
.nobaan-green.lighten-1 {
    background-color: rgba(79, 226, 12, .75) !important;
}
.nobaan-green.lighten-2 {
    background-color: rgba(79, 226, 12, .5) !important;
}
.nobaan-pink {
    background-color: #e21990 !important;
}
.nobaan-purple {
    background-color: #481cbb !important;
}
.nobaan-blue {
    background-color: #0CD4E5 !important;
}
.nobaan-yellow {
    background-color: #D7E50C !important;
}

/* nobaan text colors */
.text-nobaan-pink {
    color: #e21990 !important;
}
.text-nobaan-purple-dark {
    color: #9516D8 !important;
}
.text-nobaan-purple {
    color: #481CBB !important;
}
.text-nobaan-blue {
    color: #0CD4E5 !important;
}
.text-nobaan-green {
    color: #4FE20C !important;
}
.text-nobaan-yellow {
    color: #D7E50C !important;
}

.header {
    position: fixed;
    z-index: 1000;
    height: 70px;
    width: 100%;
    top: 0px;
    padding: 5px 5px 5px 5px;
    background: RGB(255, 255, 255);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1) !important;
}
.header .row{
    display: flex;
    width: 100%;
    justify-content:center;
    align-items: center;
    max-width: 900px !important;
}
.header img{
    width: 80px;
    
}
.header .border-purple{
    border: 1px #9516D8 solid;
    position: relative;
}
.header .border-purple i{
    position: absolute;
    left: 5px;
}
.header a{
    margin-left: 20px;
    padding: 5px 0px;
    min-width: 165px;
    text-align: center;
    font-size: 13px;
}
.header-img{
    background-image: url(../img/cover.png);
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.container,.header{
    direction: rtl !important;
    letter-spacing: 0px
}
.container{
    padding-top: 70px;
}
.title{
    font-weight: 700;
    margin-top: 60px;
}
.flex-center{
    display: flex;
    justify-content:center;
    align-items: center;
}
.flex-right{
    display: flex;
    justify-content:start;
    align-items: center;
}
.flex-left{
    display: flex;
    justify-content:flex-end;
    align-items: center;
}
.reserve-booking{
    color: RGBa(255, 255, 255,.6) !important;
    display: flex;
    justify-content:center;
    align-items: center;
    
}
.reserve-booking i{
    font-size: 40px
}
.search-box i{
    font-size: 35px !important;
}
.search-box {
    position: relative;
    margin: 15px 0;
    padding: 5px;
    width: 500px;
}


.search-box .search-result{
    position: absolute;
    z-index: 111;
    top: 55px;
    right: 0;
    left: 0;
    background: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}
.search-box .search-result .collection .collection-item:hover .left-arrow-img{
    left: 10px;
}
.search-box .search-result .collection .collection-item{
    cursor: pointer;
    color: #455A64;
    border-bottom: 1px solid #ccc !important;
    padding: 5px !important;
    position: relative;
}
.search-box .search-result .collection .collection-item h4{
    color: rgb(158, 158, 158)
}
.search-box .search-result .collection .collection-item h3{
    font-size: 1rem !important;
    margin: 5px 0
}
.search-box .search-result .collection .collection-item .left-arrow-img{
    position: absolute;
    left: 15px;
    width: 25px;
    top: 30px;
}
.search-box .search-result .collection .collection-item .dr-img-search{
    width: 70px !important;
    height: 70px !important;
}
.search-box .search-result .collection .collection-item img{
    position: absolute;

}
.search-box .search-result .collection .collection-item .dr-info{
    padding-right: 100px
}
.search-box input{
    width: 90% !important;
    border: none !important;
    margin: 0 !important;
    font-size: 13px !important;
    padding: 0 10px !important;
}
.search-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0CD4E5;
}
.search-box input::-moz-placeholder { /* Firefox 19+ */
  color: #0CD4E5;
}
.search-box input.search-box input::-ms-input-placeholder { /* IE 10+ */
  color: #0CD4E5;
}
.search-box input::-moz-placeholder { /* Firefox 18- */
  color: #0CD4E5;
}
.header-menu{
    padding: 15px !important;
    background: rgba(149,22,216,.85) !important;
    color: white
}
.header-menu h6{
    color : RGBa(255, 255, 255,.9) !important;
    font-size : .9rem
}
.header-menu .divider{
    height: 1.7rem !important;
    width: 1px !important;
    background:  #0CD4E5 !important;
    margin: 0 15px
}
.header-menu a h4{
	color: #ffffff !important;
}
.main-content .row , footer .row{
    max-width: 1000px !important;
}
footer{
    background: #9516D8;
    padding: 10px
}
footer li:after {
    content: "•"; /* Insert content that looks like bullets */
    padding-right: 8px;
    color: #0CD4E5; /* Or a color you prefer */
    margin-left: 5px;
}
footer img{
    margin-top:30px;
    width: 100px 
}
footer p{
    font-size: 0.8rem;
    line-height: 25px;
}
.collection-item,.collection{
    border: none !important;
    text-align: right;
    color: #FFF;
    font-size: 10px;
    padding:  0 !important
}
footer h4 , footer .divider{
    /*margin-right: 10px;*/
    color: #FFFFFF;
    text-align: right !important;

}
 footer .divider{
     background:  #0CD4E5 !important;
     margin-top: 20px
 }
.header-title{
    font-weight: bold;
    margin-bottom: 1.7rem !important
}
.small-platform{
    display: none;
}
.large-platform{
    display: flex;
}
.content-items{
    font-size: 17px;
    margin: 5px 0;
}
.main-content  {
    min-height: 300px;
    padding: 40px 0
}
.main-content  .left-img-big{
    position: absolute;
    width: 230px;
    overflow: hidden;
    left: 10px;
    display: inline-block;
    vertical-align: middle;
    top: 31px;
}
.main-content  .left-img{
    position: absolute;
    width: 180px;
    overflow: hidden;
    left: 10px;
    display: inline-block;
    vertical-align: middle;
    top: 31px;
}
.main-content  .right-img{
    position: absolute;
    width: 180px;
    overflow: hidden;
    right: 10px;
    display: inline-block;
    vertical-align: middle;
    top: 0px;
}
.main-content  .right-img-big70{
    position: absolute;
    width: 270px;
    overflow: hidden;
    right: 10px;
    display: inline-block;
    vertical-align: middle;
    top:45px;
}
.tick{
    margin-left: 15px;
    background: url(../img/tick-blue.svg);
    width : 20px;
    height:  20px;
}
.tick-purple{
    background: url(../img/tick-purple.svg);
    margin-left: 15px;
    width : 20px;
    height:  20px;
}
.hr{
    background: #0CD4E5 !important;
    height: 1px !important;
    margin: 25px 175px 25px 0;
}
.hr-big{
    background: #0CD4E5 !important;
    height: 1px !important;
    margin: 25px 225px 25px 0;
}
.hrp{
    background: #9516D8 !important;
    height: 1px !important;
    margin: 25px 0 25px 175px;
}
.hrp-big{
    background: #9516D8 !important;
    height: 1px !important;
    margin: 25px 0 25px 225px;
    border-radius:10px;
}
.btns{
    background: #0CD4E5;
    color: #fff;
    padding: 10px 60px;
    border-radius:10px
}
.rows{
    margin-bottom: 60px;
}
.margin-right{
    margin-right: 40% !important;
}
a:hover{
    cursor: pointer;
}
.non-padding{
    padding:  0px !important
}
.non-margin{
    margin:  0px !important
}
.burger-menu{
}
.burger-menu{
        background: #9516D8;
        position: fixed;
        z-index: 222;
        top: 40px;
        width: 100%;
    }
    .burger-menu .collection-item a{
        color: #FFFFFF !important;
        
    }
    .burger-menu .collection-item{
        padding: 8px 10px !important;
        list-style-type: none !important;
        font-size: 12px;
    }
    .burger-menu .collection-item:hover{
        background: rgba(72,28,187,.35) !important;
        font-size: 13px;
    }
    .burger-menu .collection{
        margin: 0px 0px !important
    }
    .fadein, .fadeout {
        opacity: 0;
        -moz-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        -webkit-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
        visibility: hidden;

    }
    .fadein {
        visibility:visible;
        opacity: 1;
    }
@media only screen and (max-width: 600px) {
    .container{
        padding-top: 40px;
    }
    .header {
        height: 40px;
        background: #9516D8; 
    }
    .large-platform a{
        display: none;
    }
    .header img{
        width: 40px;  
    }
    .small-platform{
        display: flex;
        position: relative;
    }
    .small-platform a{
        position: absolute;
        top: 2px;
        right:  5px;
        width: auto;
        min-width: auto;
        padding: 0;
    }
    .small-platform a i{
        font-size: 28px
    }
    .large-platform{
        display: none;
    }
    .menu-section{
        display: none
    }
    
     h1{
        font-size: 17px
    }
    .search-box {
        width: 350px;

    }
    .reserve-booking img{
        width: 18px;
    }
    .all-drs img{
        width: 25px 
    }
    
}
@media only screen and (max-width: 600px) {
    .main-content .left-img {
        width: 120px;
    }
    .main-content .left-img-big{
        width: 135px;
    }
    .main-content .right-img-big70 {
        width: 140px;
        bottom: 80px;
    }
    .hrp {
        margin: 25px 0 25px 110px;
    }
    .hrp-big{
        margin: 25px 0 25px 129px;
    }
    .btns {
        padding: 5px 20px;
    }
    .main-content {
        min-height: 250px;
        padding: 2px 0;
    }
    .hr {
        margin: 25px 114px 25px 0;
    }
    .main-content .right-img {
        width: 120px;
    }
    .rows{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 350px) {
    .search-result .collection-item{
        min-height: 55px !important;
    }
    .search-box .search-result .collection .collection-item h3{
        line-height:1.2rem !important;
    } 
    .search-box .search-result .collection .collection-item h3, 
    .search-box .search-result .collection .collection-item h4, 
    .search-box .search-result .collection .collection-item label {
        display         : block;
        white-space     : nowrap;
        overflow        : hidden;
        text-overflow   : ellipsis;
        line-height     : 1rem;
    }
    .search-box .search-result .collection .collection-item .left-arrow-img {
        top: 19px;
    }
    .search-box img{
        width: 25px;
    }
    .search-box input{
        font-size: 11px !important;
    }
    .search-box .search-result{
        top: 43px;
    }
    .search-box .search-result .collection .collection-item .dr-info label{
        line-height: 0.8rem;
    }
    .search-box .search-result .collection .collection-item .dr-info{
        padding-right: 50px;
    }
    .search-box .search-result .collection .collection-item h3 {
        font-size: 1rem !important;
        margin: 1px 0;
    }
    .search-box .search-result .collection .collection-item h4 {
        margin: 3px  0;
        font-size: 11px;
    }
    .search-box .search-result .collection .collection-item .dr-img-search {
        right: 5px;

        width: 45px !important;
        height: 45px !important;

    }
   .main-content img {
        margin-left: auto !important;
        margin-right: auto !important;
        left: 0 !important;
        right: 0 !important;
        top: 10px !important;
    }
    .main-content .col .margin-right{
        margin-right: 0% !important;
    }
    .main-content .col {
        padding-top: 120px !important;
    }
    .main-content .hrp , .main-content .hr , .main-content .hrp-big {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .main-content .left-img {
        width: 90px;
    }
    .main-content .left-img-big{
        width: 90px;
    }
    .main-content .right-img-big70 {
        width: 110px;
        bottom: 20px;
    }
    h1{
        font-size: 13px;
        margin-bottom: 0.7rem !important;
    }
    .header-title{
        
    }
    .hrp {
        margin: 25px 0 25px 80px;
    }
    .hrp-big{
        margin: 25px 0 25px 85px;
    }
    .btns {
        padding: 5px 10px;
        font-size: 12px;
    }
    .main-content {
        min-height: 220px;
        padding: 2px 10px;
    }
    
    .main-content .right-img {
        width: 60px;
    }
    .rows{
        margin-bottom: 15px;
    }
    .content-items {

        font-size: 14px;
        margin: 5px 5px;

    }
    .tick{
        margin-left: 15px;
        background: url(../img/tick-blue-small.svg);
        width : 16px;
        height:  16px;
    }
    .tick-purple{
        background: url(../img/tick-purple-small.svg);
        margin-left: 15px;
        width : 16px;
        height:  16px;
    }
    .reserve-booking img {
        width: 14px;
    }
    .all-drs img {
        width: 22px;
    }
    .search-box input{
        margin-left: 0px !important;
    }
    .search-box {
        width: 240px;
        margin: 15px 0;
        padding: 0px 4px;
    }
}.footer .collection-item a{
    color: #ffffff;
    font-size: 0.8rem
}