﻿
@font-face {
    font-family: 'icodehome-ico';
    src: url('../fonts/icodehome-ico.ttf') format('truetype');
}





.getqute-modal {
    background: #0071bc;
}

    .getqute-modal .modal-content {
        background:#c50d0d;
    }

@media (max-width: 768px) {
    .getqute-modal {
        width: auto;
        margin: 0 auto;
    }
}

.modalform-content {
    background: #fff;
    padding: 25px;
    position: relative;
}

    .modalform-content .closeMod {
       position: absolute;
    font-size: 300%;
    top: 0;
    z-index: 3;
    top: 0;
    right: -457px;
    border: 0;
    background-color: #660707;
    line-height: 1;
    color: #fff;
    outline: 0;
    outline-offset: 0;
    outline: -webkit-focus-ring-color auto 0;
    height: 53px;
    width: 49px;
    }

@media (max-width: 768px) {
    .modalform-content .closeMod {
        right: 10px;
        top: 10px;
        color: #e53935;
    }
}

.modalform-content .header {
    font-size: 200%;
    margin-bottom: 20px;
    text-align: center;
}

.model-right {
    padding:23px 0px;
}

.model-right {
    color: #fff;
    /*font-weight: 300;*/
}

    
.model-right .header {
        font-size: 200%;
        
    }

    .model-right .number-sec div {
        position: relative;
        padding-left: 40px;
        margin-bottom: 20px;
        font-size: 12px;
    }

    .model-right .number {
        position: absolute;
        left: 0;
        top: 0;
        padding: 5px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.4);
        left: 0;
        width: 26px;
        height: 26px;
        line-height: 16px;
        text-align: center;
        font-weight: 400;
        font-size: 110%;
    }

.iconssec-articel {
    position: relative;
    margin: 50px auto;
}

@media (max-width: 768px) {
    .iconssec-articel {
        margin: 0 auto;
    }
}

.modal-iconssec {
    text-align: center;
    color: #fff;
}

    .modal-iconssec .iconssec-imgwrap img {
        display: block;
        max-width: 60px;
        margin: 0 auto;
    }

    .modal-iconssec .header {
        font-size: 200%;
        line-height: 1;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
    }

    .modal-iconssec .sub-header {
        font-size: 100%;
        /*margin: .7em auto;*/
        padding: .6em 0;
        font-weight: 200;
        position: relative;
        color: #fff;
        text-transform: uppercase;
    }

        .modal-iconssec .sub-header:after, .modal-iconssec .sub-header:before {
            position: absolute;
            left: 30%;
            right: 30%;
            height: 2px;
            content: "";
            background: rgba(255, 255, 255, 0.2);
        }

        .modal-iconssec .sub-header:after {
            top: 0;
        }

        .modal-iconssec .sub-header:before {
            bottom: 0;
        }

.header-sidebar {
    font-size: 150%;
    margin: 0;
    margin-bottom: 15px;
}

    .header-sidebar .small {
        font-size: 60%;
        float: right;
        margin-top: 5px;
    }

.sidebar-links {
    border: 1px solid #eeeeee;
    margin-bottom: 30px;
    padding: 5px 20px;
}

    .sidebar-links .header {
        font-size: 120%;
        color: #eb575d;
        margin-bottom: 20px;
    }

    .sidebar-links .sidebar-ul {
        margin: 0;
        padding: 0;
    }

        .sidebar-links .sidebar-ul li {
            list-style: none;
        }

            .sidebar-links .sidebar-ul li a {
                position: relative;
                border-top: 1px solid #eeeeee;
                display: block;
                color: #555555;
                padding: 10px 0;
                text-decoration: none;
            }

                .sidebar-links .sidebar-ul li a:after {
                    font-family: "icodehome-ico";
                    content: "\ea9d";
                    position: absolute;
                    right: 0;
                    top: 50%;
                    margin-top: -8px;
                }

                .sidebar-links .sidebar-ul li a:before {
                    content: "";
                    position: absolute;
                    width: 2px;
                    background: #eb575d;
                    top: 50%;
                    left: -10px;
                    bottom: 50%;
                    z-index: 3;
                    transition: all ease-in .2s;
                }

            .sidebar-links .sidebar-ul li.active a:before {
                top: 0;
                background-color: #e62931;
                bottom: 0;
            }

            .sidebar-links .sidebar-ul li.active a:after {
                color: #eb575d;
            }

            .sidebar-links .sidebar-ul li a:hover:before {
                top: 0;
                background-color: #eb575d;
                bottom: 0;
                z-index: 5;
            }

            .sidebar-links .sidebar-ul li a:hover:after {
                color: #eb575d;
            }

.input-icon {
    position: relative;
    display: block;
}

    .input-icon > [class*="icd-ico"],
    .input-icon > [class*="glyphicon-"] {
        color: #777777;
        display: block;
        left: 16px;
        font-size: 140%;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 8;
    }

    .input-icon > input {
        padding-left: 50px;
        padding-right: 6px;
    }

        .input-icon > input:focus + [class*="icd-ico"],
        .input-icon > input:focus + [class*="glyphicon-"],
        .input-icon > input:focus + [class*="input-ico-gray"] {
            color: #0071bc;
        }

    .input-icon.input-icon-right > input {
        padding-left: 6px;
        padding-right: 56px;
    }

    .input-icon.input-icon-right [class*="icd-ico"],
    .input-icon.input-icon-right [class*="glyphicon-"] {
        left: auto;
        right: 13px;
    }

    .input-icon > [class*="input-ico-gray"] {
        left: 13px;
        top: 50%;
        position: absolute;
        margin-top: -11px;
    }

.input-btns > [class*="icd-ico"],
.input-btns > [class*="glyphicon-"] {
    color: #fff;
    display: block;
    left: 13px;
    font-size: 200%;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    z-index: 8;
}

    .input-btns > [class*="icd-ico"].right,
    .input-btns > [class*="glyphicon-"].right {
        left: auto;
        right: 13px;
    }

.no-display {
    display: none;
}

.load-more-sec {
    text-align: center;
}

    .load-more-sec .load-more {
        text-transform: uppercase;
        position: relative;
    }

        .load-more-sec .load-more.wl {
            padding-left: 50px;
        }

    .load-more-sec .loader-round-w {
        position: absolute;
        top: 50%;
        left: 1em;
        margin-top: -.8em;
        z-index: 5;
    }

    .load-more-sec .loader-round-b {
        position: absolute;
        top: 50%;
        left: 1em;
        margin-top: -1em;
        z-index: 5;
    }

.input-icon {
    position: relative;
    display: block;
}

    .input-icon > [class*="icd-ico"],
    .input-icon > [class*="glyphicon-"] {
        color: #777777;
        display: block;
        left: 16px;
        font-size: 140%;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 8;
    }

    .input-icon > input {
        padding-left: 50px;
        padding-right: 6px;
    }

        .input-icon > input:focus + [class*="icd-ico"],
        .input-icon > input:focus + [class*="glyphicon-"],
        .input-icon > input:focus + [class*="input-ico-gray"] {
            color: #0071bc;
        }

    .input-icon.input-icon-right > input {
        padding-left: 6px;
        padding-right: 56px;
    }

    .input-icon.input-icon-right [class*="icd-ico"],
    .input-icon.input-icon-right [class*="glyphicon-"] {
        left: auto;
        right: 13px;
    }

    .input-icon > [class*="input-ico-gray"] {
        left: 13px;
        top: 50%;
        position: absolute;
        margin-top: -11px;
    }

.input-btns > [class*="icd-ico"],
.input-btns > [class*="glyphicon-"] {
    color: #fff;
    display: block;
    left: 13px;
    font-size: 200%;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    z-index: 8;
}

    .input-btns > [class*="icd-ico"].right,
    .input-btns > [class*="glyphicon-"].right {
        left: auto;
        right: 13px;
    }

.no-display {
    display: none;
}

.load-more-sec {
    text-align: center;
}

    .load-more-sec .load-more {
        text-transform: uppercase;
        position: relative;
    }

        .load-more-sec .load-more.wl {
            padding-left: 50px;
        }

    .load-more-sec .loader-round-w {
        position: absolute;
        top: 50%;
        left: 1em;
        margin-top: -.8em;
        z-index: 5;
    }

    .load-more-sec .loader-round-b {
        position: absolute;
        top: 50%;
        left: 1em;
        margin-top: -1em;
        z-index: 5;
    }

.icd-ico {
    font-family: 'icodehome-ico' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 130%;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: middle;
    margin-right: 2px;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icd-ico-rotate-45 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icd-ico-rotate-135 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.icd-ico-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.icd-ico-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icd-ico-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.icd-ico-flip-h {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.icd-ico-flip-v {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .icd-ico-rotate-90,
:root .icd-ico-rotate-180,
:root .icd-ico-rotate-270,
:root .icd-ico-flip-h,
:root .icd-ico-flip-v {
    filter: none;
}


/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
.checkbox {
    font-size:13px
  /* Indeterminate checkbox */ }
  .checkbox [type="checkbox"]:not(:checked),
  .checkbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
    filter: alpha(opacity=0);
    }
  .checkbox.disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.26); }
  .checkbox [type="checkbox"] {
    /* checkbox aspect */ }
    .checkbox [type="checkbox"] + .options {
      position: relative;
      padding-left: 22px;
      cursor: pointer;
      display: inline-block;
      height: 25px;
      line-height: 25px;
      font-size: 1rem;
      -webkit-user-select: none;
      /* webkit (safari, chrome) browsers */
      -moz-user-select: none;
      /* mozilla browsers */
      -khtml-user-select: none;
      /* webkit (konqueror) browsers */
      -ms-user-select: none;
      /* IE10+ */
      vertical-align: middle; }
    .checkbox [type="checkbox"] + .options:before,
    .checkbox [type="checkbox"]:not(.filled) + .options:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 18px;
      height: 18px;
      z-index: 0;
      border: 2px solid #5a5a5a;
      border-radius: 3px;
      margin-top: 2px;
      transition: .2s; }
    .checkbox [type="checkbox"]:not(.filled) + .options:after {
      border: 0;
      transform: scale(0); }
    .checkbox [type="checkbox"]:not(:checked):disabled + .options:before {
      border: none;
      background-color: rgba(0, 0, 0, 0.26); }
    .checkbox [type="checkbox"].tabbed:focus + .options:after {
      transform: scale(1);
      border: 0;
      border-radius: 50%;
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
      background-color: rgba(0, 0, 0, 0.1); }
  .checkbox [type="checkbox"]:checked + .options:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-right: 2px solid 2px solid #0071bc;
    border-bottom: 2px solid 2px solid #0071bc;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    transform: rotate(40deg);
    backface-visibility: hidden;
    transform-origin: 100% 100%;
    border-radius: 0; }
  .checkbox [type="checkbox"]:checked:disabled + .options:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    border-bottom: 2px solid rgba(0, 0, 0, 0.26); }
  .checkbox [type="checkbox"]:indeterminate + .options:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #0071bc;
    border-bottom: none;
    transform: rotate(90deg);
    backface-visibility: hidden;
    transform-origin: 100% 100%; }
  .checkbox [type="checkbox"]:indeterminate:disabled + .options:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    background-color: transparent; }
  .checkbox [type="checkbox"].filled + .options:after {
    border-radius: 3px;
    }
  .checkbox [type="checkbox"].filled + .options:before,
  .checkbox [type="checkbox"].filled + .options:after {
    content: '';
    left: 0;
    position: absolute;
    /* .1s delay is for check animation */
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1; }
  .checkbox [type="checkbox"].filled:not(:checked) + .options:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%; }
  .checkbox [type="checkbox"].filled:not(:checked) + .options:after {
    height: 19px;
    width: 19px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0px;
    z-index: 0; }
  .checkbox [type="checkbox"].filled:checked + .options:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
  .checkbox [type="checkbox"].filled:checked + .options:after {
    top: 0;
    width: 19px;
    height: 19px;
    border: 2px solid #03a9f4;
    background-color: #03a9f4;
    z-index: 0; }
  .checkbox [type="checkbox"].filled.tabbed:focus + .options:after {
    border-radius: 2px;
    border-color: #5a5a5a;
    background-color: rgba(0, 0, 0, 0.1); }
  .checkbox [type="checkbox"].filled.tabbed:checked:focus + .options:after {
    border-radius: 2px;
    background-color: #03a9f4;
    border-color: #03a9f4; }
  .checkbox [type="checkbox"].filled:disabled:not(:checked) + .options:before {
    background-color: transparent;
    border: 2px solid transparent; }
  .checkbox [type="checkbox"].filled:disabled:not(:checked) + .options:after {
    border-color: transparent;
    background-color: #BDBDBD; }
  .checkbox [type="checkbox"].filled:disabled:checked + .options:before {
    background-color: transparent; }
  .checkbox [type="checkbox"].filled:disabled:checked + .options:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD; }

