﻿.spacer2 {
    height: 20px;
    width: 100%;
}
/* spacer ends */

/* slider styles */
/*.sd_master_wrapper {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    border-radius: 10px;
    z-index: 9999;
}


.sd_scroll {
    height: auto;
    max-height: 180px;
    overflow: auto;
}

.slideshow {
    position: relative;
    width:90%;
    min-height: 300px;
    height: auto;
    background: #fff;
    border-radius: 20px;
    z-index: 3;
    text-align:center;
}

button.slick-prev.slick-arrow {
    position: absolute;
    z-index: 9999;
    right: 92%;
    bottom: 50%;
    background: transparent;
    color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    height: 40px;
    width: 40px;
    padding: 0;
    background-image: url('../../img/im/left.png');
    background-size: 100% 100%;
}

button.slick-next.slick-arrow {
    position: absolute;
    bottom: 50%;
    right: 3%;
    background: transparent;
    color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    height: 40px;
    width: 40px;
    background-image: url('../../img/im/right.png');
    background-size: 100% 100%;
}

.pagingInfo {
    position: absolute;
    bottom: 0;
    z-index: 999;
}

.sdCustomSliderHeadig {
    color: #222;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    text-align: center;
}

.sdCustomSliderBtn {
    display: inline-block;
    text-decoration: none;
    font-family: montserrat;
    background: #E31C3A;
    color: #fff;
    padding: 12px 25px;
    margin-top: 30px;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    font-weight: 500;
}

.sdAllContent {
    width: 75%;
    margin: auto;
}

.thumbnail img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: auto;
    margin-top: 15px;
}
.thumbnail h5{
    color:red;
    padding-top:20px;
    position:unset;
}

.content {
    display: block !important;
    padding: 5px;
}

.SdClientName {
    text-align: center;
    color: #272D4E;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    margin-top: 15px;
}

.SdClientDesc {
    text-align: center;
    color: #e96429;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 10px;
}*/


/* style for moblile */
/*@media (max-width:576px) {
    .sd_scroll {
        height: auto;
        overflow: auto;
        max-height: 240px;
    }

    .thumbnail, .btnNtxt {
        width: 100% !important;
        display: block !important;
    }
}*/
/* scroll bar */
/* total width */
/*.sd_scroll::-webkit-scrollbar {
    background-color: transparent;
    width: 6px;
}*/

/* background of the scrollbar except button or resizer */
/*.sd_scroll::-webkit-scrollbar-track {
    background-color: transparent;
}

    .sd_scroll::-webkit-scrollbar-track:hover {
        background-color: transparent;
    }*/

/* scrollbar itself */
/*.sd_scroll::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
}

    .sd_scroll::-webkit-scrollbar-thumb:hover {
        background-color: #a0a0a5;
    }*/


   /* plan card*/
.newp {
    width: 100%;
    margin: -20px 10px;
}

    .newp h3 {
        padding: 26px 0;
        font-size: 25px;
    }
.newpcard {
    border: 1px solid #ddd;
    background: #fff;
  
    margin-top: 40px;
    height: 360px;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}

    .newpcard:hover, .active {
        transition: transform .3s ease-in-out;
       /* transform: scale(1.03,1.03);*/
      /*  box-shadow: 2px 2px 10px 5px #cecbc9;*/
    }

    .newpcard h5 {
        padding: 30px 0;
       
    }

    .price h2 i {
        color: #e96429;
        margin-right: 10px;
    }
.price p {
    margin-top: -12px;
    margin-left: 5px;
    font-size: 13px;
    font-weight: 400;
}

.conten p{
    text-align:justify;
    padding:10px 0 30px 0;
    font-size:14px;

}

.conten a {
    padding: 8px 50px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: #091a36;
    font-size: 16px;
    font-weight: bold;
    transition: 0.5s;
    color: #fff;
}

.conten a:hover{
   transform: scale(1.2,1.2)!important;
   color:#fff;
 
}

/*Client*/

.calpic ul li img{
    width:48%;
    height:300px;
   float:left;
}

.head h2 {
    padding: 45px 0;
    font-size: 45px;
    color: #091b36;
}

.cli{
    margin:15px 0;
    filter:grayscale(100%);
    transition:0.5s;
}
.cli:hover{
    filter:grayscale(0);
}

.toki{
    border:1px solid #ddd;
    background:#f8dfd4;
}

.toki h5, small{
    padding:40px 0 0px 50px;
}



.back {
    background: #f8dfd4;
}

.summary {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    margin-top:25px;
   /* box-shadow: 0px 3px 20px 1px #ba9292;*/
}

/*.summary h6{
    padding:30px 0 15px 0;
}*/
/*cart bar*/
*



.main {
  /*  width: 50%;*/
    margin: 0 auto;
}

.progress1 {
    margin: 80px 0;
}

.title h6 {
    font-size: 13px;
    color: #706a6a;
}





.barline {
    height: 20px;
    background: #091b36;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.countbar {
    height: 10px;
    background: #e96429;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-left: 5px;
    position: relative;
}

    .countbar::after {
        content: "";
        width: 6px;
        height: 20px;
        background: #fff;
        border-radius: 20px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

.product input{
    margin:10px 10px;
}

.product label {
    color: #ec8e34;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 50px;
    background: #101648;
    border-radius: 25px;
}
    .product label:hover {
        background: #ec8e34;
        border-radius: 25px;
        color: #101648;
    }
    /*price bar*/
.range-slider {
    width: 95%;
    margin: auto;
    position: relative;
}

    .range-slider svg,
    .range-slider input[type=range] {
        position: absolute;
        left: -40px;
        bottom: -15px;
        background:none;
        border:none;
    }

input[type=number] {
  
    text-align: left;
    font-size: 14px;
    -moz-appearance: textfield;
    /*background:none;*/
    border:none;
}

    input[type=number]::-webkit-outer-spin-button,
    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    input[type=number]:invalid,
    input[type=number]:out-of-range {
        border: 2px solid #ff6347;
    }

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}

    input[type=range]:focus {
        outline: none;
    }

        input[type=range]:focus::-webkit-slider-runnable-track {
            background: #2497e3;
        }

        input[type=range]:focus::-ms-fill-lower {
            background: #2497e3;
        }

        input[type=range]:focus::-ms-fill-upper {
            background: #2497e3;
        }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        animate: 0.2s;
        background: #2497e3;
        border-radius: 1px;
        box-shadow: none;
        border: 0;
    }

    input[type=range]::-webkit-slider-thumb {
        z-index: 2;
        position: relative;
        box-shadow: 0px 0px 0px #000;
        border: 1px solid #2497e3;
        height: 18px;
        width: 18px;
        border-radius: 25px;
        background: #a1d0ff;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7px;
    }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        animate: 0.2s;
        background: #2497e3;
        border-radius: 1px;
        box-shadow: none;
        border: 0;
    }

    input[type=range]::-moz-range-thumb {
        z-index: 2;
        position: relative;
        box-shadow: 0px 0px 0px #000;
        border: 1px solid #2497e3;
        height: 18px;
        width: 18px;
        border-radius: 25px;
        background: #a1d0ff;
        cursor: pointer;
    }

    input[type=range]::-ms-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        animate: 0.2s;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower,
    input[type=range]::-ms-fill-upper {
        background: #2497e3;
        border-radius: 1px;
        box-shadow: none;
        border: 0;
    }

    input[type=range]::-ms-thumb {
        z-index: 2;
        position: relative;
        box-shadow: 0px 0px 0px #000;
        border: 1px solid #2497e3;
        height: 18px;
        width: 18px;
        border-radius: 25px;
        background: #a1d0ff;
        cursor: pointer;
    }

    

    /*day month*/
   
    .check input {
        width:100%;
        background:none;
        border:none;
    }

  /*  New testimonial*/

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

    .testimonial4_indicators .carousel-indicators li {
        padding: 0;
        width: 14px;
        height: 14px;
        border: none;
        text-indent: 0;
        margin: 2px 3px;
        cursor: pointer;
        display: inline-block;
        background: #ffffff;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

    .testimonial4_indicators .carousel-indicators .active {
        padding: 0;
        width: 14px;
        height: 14px;
        border: none;
        margin: 2px 3px;
        background-color: #9dd3af;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

    .testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
        height: 3px;
    }

    .testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
        background: #eeeeee;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
    transition: all 0.6s cubic-bezier(0.3,1,0,1);
}

    .testimonial4_control_button .carousel-control.left {
        left: 7%;
        top: 50%;
        right: auto;
    }

    .testimonial4_control_button .carousel-control.right {
        right: 7%;
        top: 50%;
        left: auto;
    }

        .testimonial4_control_button .carousel-control.left:hover,
        .testimonial4_control_button .carousel-control.right:hover {
            color: #000;
            background: #fff;
            border: 2px solid #fff;
        }

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

    .testimonial4_header h4 {
        color: #ffffff;
        font-size: 30px;
        font-weight: 600;
        position: relative;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

.testimonial4_slide {
    /* top: 40px;*/
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    margin: auto;
    padding: 40px 5px 0 5px;
    position: relative;
    text-align: center;
}



    .testimonial4_slide p {
        color: #000;
        font-size: 14px;
        margin: -15px 0 20px 0;
        line-height: 2;
    }

    .testimonial4_slide h4 {
        color: #e95402;
        font-size: 20px;
    }

/*.testimonial .carousel {
    padding-bottom: 50px;
}*/

.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

.carousel-control-prev i {
    color: #000;
    font-size: 25px;
    font-weight: 400;
    /* margin-top:-30px;*/
    margin-right: 25px;
}

.carousel-control-next i {
    color: #000;
    font-size: 25px;
    font-weight: 400;
    /*  margin-top: -30px;*/
    margin-left: 25px;
}
/* ------testimonial  close-------*/



/*<ico>*/

.au i {
    font-size: 25px;
    margin-left: 20px;
}

.au1 i {
    float: right;
    font-size: 25px;
    margin: 0% 6% 0px 0px;
}

.ram {
    margin-top: 6%;
}
