/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/*
    Created on : Nov 1, 2018, 6:42:06 PM
    Author     : jilanishaik
*/
 


/* floating buttons wrapper css */
@import url('https://fonts.googleapis.com/css?family=Montserrat:500,600,800');

#callback-form .form-control::placeholder{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500; 

}
#floating-actions-right { 
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500; 
    text-align: center;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 998;
    border-radius: 8px 0 0 8px;
    background-color: #084ab7;
    -webkit-box-shadow: -4px 0px 10px 2px rgba(0, 0, 0, .2);
    box-shadow:-4px 0px 10px 2px rgba(0, 0, 0, .2);
}

#floating-actions-right ul {
    padding: 5px 4px;
    margin-bottom: 0;
}

#floating-actions-right ul li {
    clear: both;
    display: block;
    float: none;
    margin-bottom: 20px;
    width: 100%;
}

#floating-actions-right ul li a {
    cursor:pointer;
    display: block;
    width: 60px;
    text-align: center;
    font-size: 0.6rem;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#floating-actions-right ul li .cfh-txt {
    display: none;
    position: absolute;
    right: 72px;
    background: #FFF;
    width: 200px;
    top: -35px;
    border-radius: 5px;
    padding: 10px
}

#floating-actions-right ul li .cfh-txt p {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #333;
    z-index: 999;
}

#floating-actions-right ul li .cfh-txt p:first-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px
}

#floating-actions-right ul li:hover .cfh-txt {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2)
}

#floating-actions-right ul li:hover .cfh-txt {
    display: block;
}

#floating-actions-right .cfh-action i {
    display: block;
    font-size: 30px;
    padding: 8px 8px 0px 8px;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

select, input,button {
    border-radius: 0px!important;
    box-shadow: none!important;
}
.btn-block {
    display: block;
    width: 100%;
}

#sidebar-action {
    width: 35px;
    height: 43px;
    text-align: center;
    top: 62.5%;
    bottom: 0%;
    z-index: 998;
    font-size: 2rem;
    background: transparent;
    color: inherit;
    border: none;
    box-shadow: none;
    padding: 0;
    position: fixed;
    right: 5px;
    outline: none;
}

#sidebar-action.open {
    border-radius: 0 0 0 10px;
    transform: rotate(90deg);
}

#sidebar-action.closed {
    border-radius: 0 10px 0 0;
    transform: rotate(-90deg);
}

.callback_wrapper {
    max-width: 350px;
    right: 72px;
    top: -223px;
    border: none;
}

.callback_wrapper .card.transparent.borderless {
    border: none;
}

.callback_wrapper .card-header {
    background: #1575c7!important;
    padding: 0.8rem;
}

.callback_wrapper .card-header h1 {
    color: #FFF;
    font-size: 1.2rem;
    margin: 0;
}

.callback_wrapper h4 {
    text-align: center;
    color: #FFF;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    font-size: 1.2rem;
    padding: 0.5rem 0.2rem 0rem 0.2rem;
}

.callback_wrapper label {
    color: #333;
}

.callback_wrapper .button2 a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .5);
    padding: 7px 13px;
    background: #FFF
}

.callback_wrapper .button2 a:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
    text-decoration: none
}

.text-bold {
    font-weight: bolder;
}
label {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.5px;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.panel {
    border-radius: 0px;
}

.panel.transparent {
    background: transparent!important;
    margin-bottom: 0px;
}

.callback_wrapper button.close i,
.callback_wrapper button.close i:focus,
.callback_wrapper button.close i:visited {
    opacity: 1;
    vertical-align: middle;
    margin-top: -7px;
    padding: 5px 7px;
    text-shadow: none;
}

#help-modal button.close:hover,
#help-modal button.close:active,
.callback_wrapper button.close:hover,
.callback_wrapper button.close:active {
    background: #f1f1f1!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.p-0 {
    padding: 0!important;
}
.pb-10 {
    padding-bottom: 10px;
}

.card {
    margin-bottom: 1rem;
}

.card-header {
    padding: 1.2rem 1rem;
}

.card-title {
    font-size: 1rem;
    margin-bottom: 0;
}


#sidebar-filter label {
    font-size: 0.72rem;
}

#help-modal.modal-footer:before,
#help-modal.modal-footer:after {
    content: " ";
    display: table;
}

#help-modal .modal-body {
    padding: 1.5rem 1rem;
}

#help-modal .modal-dialog {
    max-width: 375px;
}

#help-modal .modal-content .modal-footer button.btn {
    background: none;
    border-radius: 0;
    border-right: 2px solid #e4e4e4;
    box-shadow: none;
    color: #777;
    display: inline-block;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: .95em;
    font-weight: 600;
    margin: 0;
    min-width: auto;
    opacity: 1;
    outline: none;
    overflow: hidden;
    padding: 15px;
}

#help-modal .modal-content .modal-body .cbt {
    display: inline-block;
    width: 85%;
}

#help-modal .modal-content .modal-footer .header_phone_number {
    color: #fe9800;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    line-height: 100%;
    margin: 0;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

.header_phone_number {
    color: #00334e;
    display: block;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 5px;
    text-align: left;
    text-decoration: none;
}

#help-modal .modal-footer {
    padding: 0;
}

#help-modal .modal-content {
    text-align: center;
}

#help-modal .cbnumber {
    display: block;
    font-size: 1.4em;
    font-weight: 600;
    margin: 0rem;
    margin-top: 0.5rem;
}

#help-modal .cbnumber .icofont-ui-call {
    font-size: 1.5rem;
    color: #ff9800;
    margin-right: 0.5rem;
}

#floating-actions-right {
    transform: translateX(0%);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.3s;
}

#floating-actions-right.closed {
    transform: translateX(110%);
}


.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom_control_indicator {
    position: absolute;
    top: 0px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #FFF;
    border: 1px solid #d0d0d0;
}

.custom-control-radio .custom_control_indicator {
    border-radius: 50%;
}

.control:hover input~.custom_control_indicator,
.control input:focus~.custom_control_indicator {
    border: 1px solid #c5c5c5;
}

.control input:checked~.custom_control_indicator {
    background: #FFF;
    border: 1px solid #c5c5c5;
}

.control:hover input:not([disabled]):checked~.custom_control_indicator,
.control input:checked:focus~.custom_control_indicator,
.control input:checked:active~.custom_control_indicator {
    border: 1px solid #c5c5c5;
    outline: none;
    box-shadow: none;
}

.control input:disabled~.custom_control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.custom_control_indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.custom_control_indicator:after {
    display: block;
}

.custom-control-checkbox .custom_control_indicator:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid #fe9800;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-control-checkbox input:disabled~.custom_control_indicator:after {
    border-color: #7b7b7b;
}

.custom-control-radio .custom_control_indicator:after {
    left: 4px;
    top: 4px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #fe9800;
}

.custom-control-radio input:disabled~.custom_control_indicator:after {
    background: #7b7b7b;
}

.pt-3, .py-3 {
    padding-top: 1rem!important;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control {
    margin: 10px 0px;
    font-weight: 600;
    font-size: 12px;
    padding: 6px;
    min-height: 34px;
}

#callback-form .form-control {
    font-weight: 500;
    margin: 0;
    margin-bottom: 15px;
}
#callback-form #req_comments {
    min-height: 100px;
}

#callback-form .control-label {
    padding: 0 7px 0 0px;
    font-weight: 400;
    font-size: 12px;
}
#callback-form .control {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    padding-right: 10px;
}
#callback-form .time-to-call {
    display: block;
}

#callback-form .time-to-call .timing-options {
    display: flex;
}

#callback-form .time-to-call .form-label {
    float: left;
}

#callback-form .time-to-call .form-label input[type=radio] {
    vertical-align: middle;
}

.callback_wrapper .panel.transparent .panel-header {
    background: #1575c7!important;
    padding: 2px 5px;
}



.btn-callback:active,
.btn-callback:visited {
    background-color: #fe9800;
    border-color: #fe9800;
    color: #fff!important;
}

.btn-callback:hover,
.btn-callback:focus {
    color: #FFF;
    background-color: #ffb301;
    border-color: #ffb301;
    outline: none!important;
    box-shadow: none;
}
.btn-callback {
    background-color: #fe9800;
    border-color: #fe9800;
    color: #fff!important;
    font-size: 14px;
    padding: 8px 40px;
    line-height: 1.38;
    margin: 5px 0px;
    border-radius: 0;
    box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
button {
    border: none;
    border-radius: 2px;
    padding: 12px 18px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    background-color: #2196f3;
    box-shadow: 0 0 4px #999;
    outline: none;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 0.87rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.modal{
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: .5
}

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    -webkit-appearance: none
}

.modal .close {
    right: 0.5rem;
    position: absolute;
    top: 0.5rem;
}

.modal-content {
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-open {
    overflow: hidden
}
.modal {
    line-height: 1.5;
    text-align: center;
    padding: 0!important;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade.in .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.fade.in{
    background: rgba(0,0,0,0.8);
    opacity: 1;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}




@media (min-width: 1200px){
    .d-xl-none {
	display: none!important;
    }
}
@media (min-width: 992px){
    .d-lg-none {
	display: none!important;
    }

    .modal-lg {
        max-width:800px
    }
}


@media screen and (min-width:768px) {
    #callback-form .control {
        padding-right: 22px;
        padding-left: 24px;
    }
    .d-md-none {
        display:none!important
    }

}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
    .d-sm-none {
	display: none!important;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin: 3.75rem 1rem;
}

@media screen and (max-width:1200px) {

}

@media screen and (min-width:1024px)and (max-width:1198.98px) {


}
@media screen and (min-width:992px)and (max-width:1198.98px){

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:1023.98px) {

    #back-to-top.affix{
	bottom:10px;
	right:10px;
    }
    #back-to-top .btn.btn-primary{
	width: 30px;
	height: 30px;
    }
}
@media screen and (min-width:992px) {

}

@media screen and (max-width:991.98px) {

    .d-none-special{
	display: none;
    }

}


@media screen and (min-width:768px) {
    #callback-form .control {
        padding-right: 22px;
        padding-left: 24px;
    }

}

@media screen and (max-width: 767.98px) {
   #floating-actions-right {
        display: block;
        position: fixed;
        right: 0;
        left: 0;
        top: auto;
        bottom: 0;
        border-radius: 0;
        -webkit-box-shadow: -2px -2px 10px rgba(0, 0, 0, .2);
        -moz-box-shadow: -2px -2px 10px rgba(0, 0, 0, .2);
        -ms-box-shadow: -2px -2px 10px rgba(0, 0, 0, .2);
        -o-box-shadow: -2px -2px 10px rgba(0, 0, 0, .2);
        box-shadow: -2px -2px 10px rgba(0, 0, 0, .2);
}
    #floating-actions-right ul li {
        clear: none;
        display: inline-block;
        float:left;
        margin-bottom: 10px;
        width: 33.3333%;
    }
    #callback-modal .modal-dialog {
        margin: 0.3rem;
    }
    #callback-modal .modal-body {
        padding: 0.3rem;
    }
    #floating-actions-right ul li a {
        width: auto;
    }
    #sidebar-action {
        display: none;
        top: auto;
        bottom: 0px;
        left: 0px;
        background: #084ab7;
        color: #FFF;
    }
    #sidebar-action.open {
        transform: rotate(180deg);
        box-shadow:0px 3px 5px 0 rgba(0, 0, 0, 0.4)!important;
    }
    #sidebar-action.closed {
        bottom: -35px;
        box-shadow: none;
        transform: rotate(0deg);
    }
    #sidebar-action i {
        display: inline-block;
        vertical-align: top;
    }
    #floating-actions-right.closed {
        transform: translateY(110%);
    }

    #floating-actions-right ul {
        padding: 0px 4px;
        display: flex;
    }


    #back-to-top.affix{
	bottom:10px;
	right:10px;
    }
    #back-to-top .btn.btn-primary{
	width: 30px;
	height: 30px;
    }

    .d-block {
	display: block!important;
    }
    .btn-buy-now{
	height: 44px;
        padding: 10px 0px;
    }
}

@media screen and (min-width:576px) and (max-width:767px) {

}

@media screen and (min-width:576px) {

}

@media screen and (max-width:575px) {
    .callback_wrapper .panel-body {
        padding: 2rem 1.5rem;
    }
    #callback-form .time-to-call .form-label {
        vertical-align: middle;
        display: flex;
    }
    #callback-form .control-label {
        padding: 0 15px 0 0px;
    }

}

@media screen and (max-width:374.98px) {
    #callback-modal.modal:before {
        display: inline;
    }
    #callback-modal .modal-body {
        padding: 0rem;
    }
    .callback_wrapper {
        max-width: 310px;
    }
    #callback-form .time-to-call .timing-options {
        padding: 0px;
    }
    .callback_wrapper label.control {
        margin-bottom: 10px!important;
        padding-left: 23px!important;
    }
    .callback_wrapper p {
        font-size: 0.8rem;
    }
}

@media screen and (max-width:320px) {
    #sidebar-filter {
        max-width: 310px;
    }
}
.text-danger{
    color:#dc3545!important
}
#time_to_call-error {
    display: block;
    position: absolute;
    bottom: 0;
    top: 1.5rem;
    width: 300%;
    left: 0;
}