@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
body{
    font-size: 16px;
    color: #777777;
    font-weight: 400;
    background-color: #fff;
}
/***********************/
/********GENERICS*******/
/***********************/

.white-text{
    color: #fff;
}
.light_font{
    font-weight: 300;
}
.regular_font{
    font-weight: 400;
}
.semibold_font{
    font-weight: 600;
}
.bold_font{
    font-weight: 700;
}
.box-shadow-none, .box-shadow-none .wpb_wrapper{
    box-shadow: none !important;
}
.border-bottom-none{
    border-bottom: none !important;
}

.no-padding{
    padding:0;
}
.black-color{
    color: #333;
}
.orange-color{
    color: #ff7d2c;
}
.table-cell{
    display:table-cell;
    vertical-align: middle;
}
.primary-btn-05 button,
.primary-btn-05 a{
    display: inline-flex;
    position: relative;
    opacity: 0.999;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}
.primary-btn-05 button:before,
.primary-btn-05 a:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    background-color: #583b97;
    left: 0;
    bottom: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    z-index: -1;
}
.primary-btn-05 button:after, .primary-btn-05
a:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    background-color: #583b97;
    right: 0;
    top: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    z-index: -1;
}
.img-box2 .vc_figure{
    margin-top: -100px !important;
}
.primary-btn-05 button:hover:before,
.primary-btn-05 a:hover:before,
.primary-btn-05 button:hover:after,
.primary-btn-05 a:hover:after{
    width: 50%;
    height: 100%;
}
.gradient-box, #feautred-box-05 .img-box .vc_figure,
#dedicted-featured-box .img-box .vc_figure,
#Custom_ID_5193607 .img-box .vc_figure,
#Custom_ID_5193607 .headbox .wpb_wrapper
{
    background: #fc923c; /* Old browsers */
    background: -moz-linear-gradient(45deg, #fc923c 17%, #a43b74 82%, #a43b74 82%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #fc923c 17%, #a43b74 82%, #a43b74 82%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #fc923c 17%, #a43b74 82%, #a43b74 82%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc923c', endColorstr='#a43b74', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
#plan-heading, #plan-homepage-05{
    overflow: visible;
}
.plan-boxes ul{
    list-style: none;
}

/*********************/
/********BANNER*******/
/*********************/
#homepage-banner{
    overflow: visible;
    background-attachment: fixed;
    padding-top: 269px !important;
    padding-bottom: 269px !important;
}
.banner-heading{
    font-size: 75px;
    line-height: 70px;
    color: #fff;
    font-weight: 400;
}
.banner-text{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}
.banner-text span{
    text-decoration: underline;
}
#homepage-banner a{
    font-size: 16px;
    display: inline-block;
    padding: 17px 39px 16px;
    background-color: #ff7d2c;
    letter-spacing: 1px;
}
#homepage-banner .bannerbtn a{
    border:none !important;
    font-size: 16px !important;
    padding:21px 30px 18px !important;
    width:170px;
    letter-spacing: 1px;
}
#homepage-banner p a{
    background: none;
    font-size: 30px;
    line-height: 40px;
    text-decoration: underline;
    padding: 0;
}
#homepage-banner p a:hover{
    color: #ff7d2c;
}

/**************************/
/********FEATURD BOX*******/
/**************************/
#feautred-box-05.featured-bannercurve:before,
.subpage-curve:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 72px;
    top:-72px;
    left:0;
    background-image: url(../../assets/images/banner-curve.png);
    background-position: top center;
    background-repeat: no-repeat;
}
#feautred-box-05 .wpb_wrapper,
#dedicted-featured-box .feature-box1 .wpb_wrapper,
#Custom_ID_5193607 .featured-shadowbox .wpb_wrapper,
#plan-homepage-05 .box-shadow-grip .wpb_wrapper,
#Custom_ID_5193607 .domain_box .wpb_wrapper
{
    box-shadow: 4px 4px rgba(122,59,135,0.1);
}
#plan-homepage-05 .box-shadow-grip .wpb_wrapper{
    border-radius: 10px;
}
#feautred-box-05 .wpb_wrapper:hover, .app-supportbox:hover,
#dedicted-featured-box .feature-box1 .wpb_wrapper:hover,
#Custom_ID_5193607 .featured-shadowbox:hover .wpb_wrapper,
#plan-homepage-05 .box-shadow-grip .wpb_wrapper:hover,
#Custom_ID_5193607 .domain_box .wpb_wrapper:hover
{
    box-shadow: 5px 5px rgba(255,125,44,0.1);
}
#Custom_ID_5193607 .featured-shadowbox:hover .wpb_wrapper .vc_figure,
#Custom_ID_5193607 .domain_box .wpb_wrapper:hover .headbox .wpb_wrapper
{
    transform:translateY(-5px);
}
.app-supportbox:hover,
#dedicted-featured-box .feature-box1:hover .wpb_wrapper,
#dedicted-featured-box .feature-box1:hover .feature-heading,
#dedicted-featured-box .feature-box1:hover .img-box,
#Custom_ID_5193607 .featured-shadowbox:hover .img-box,
#Custom_ID_5193607 .featured-shadowbox:hover p
{
    background-color: #fff4ed !important;
}
.app-supportbox:hover .app-iconbox{
    background-color: #fff;
}
#feautred-box-05 .wpb_wrapper .wpb_wrapper:hover{
    box-shadow: 6px 6px rgba(255,125,44,0.1) !important;
}
#feautred-box-05 .wpb_wrapper .wpb_wrapper,
#dedicted-featured-box .feature-box1 .wpb_wrapper .wpb_wrapper,
#dedicted-featured-box .feature-box1 .wpb_wrapper .wpb_wrapper,
#Custom_ID_5193607 .featured-shadowbox .wpb_wrapper .wpb_wrapper,
#Custom_ID_5193607 .featured-shadowbox:hover .wpb_wrapper .wpb_wrapper,
#plan-homepage-05 .box-shadow-grip .wpb_wrapper .wpb_wrapper,
#plan-homepage-05 .box-shadow-grip:hover .wpb_wrapper .wpb_wrapper,
#Custom_ID_5193607 .domain_box .wpb_wrapper .wpb_wrapper
{
    box-shadow: none;
}
#feautred-box-05 .img-box .vc_figure, #dedicted-featured-box .img-box .vc_figure,
#feautred-box-05-02 .feature-boxes .imgbox, #Custom_ID_5193607 .img-box .vc_figure
{
    display:table;
    text-align: center;
    height:120px;
    width: 120px;
    border-radius: 100%;
    margin: 0 auto;
    transition: 0.4s;
}
#feautred-box-05 .feature-box1{
    z-index: 1;
}
#feautred-box-05 .feature-box1 .img-box .vc_figure{
    padding-top: 29px;
}
#feautred-box-05 .wpb_wrapper .featured-shadowbox .wpb_wrapper{
    box-shadow: 6px 6px rgba(122,59,135,0.1) !important;
}
#feautred-box-05 .feature-box1:hover .img-box, #feautred-box-05 .feature-box1:hover p{
    background-color: #fff4ed !important;
}
#feautred-box-05 .feature-box1:hover .img-box .vc_figure,
.feature-boxes:hover .imgbox
{
    transform: translateY(-10px);
}
#feautred-box-05 .feature-box1:hover p, #feautred-box-05 .feature-box1:hover .img-box,
.feature-boxes:hover , #Custom_ID_5193607 .featured-shadowbox:hover .img-box, #Custom_ID_5193607 .featured-shadowbox:hover p,
#dedicted-featured-box .feature-box1:hover .img-box, #dedicted-featured-box .feature-box1:hover p,
#dedicted-featured-box .feature-box1:hover .Custom_Class_7271633
{
    border-color:#ff7d2c !important;
}
#dedicted-featured-box .feature-box1:hover .img-box .vc_figure{
    transition: 0.5s;
    transform: translateY(5px);
}
#feautred-box-05-02 .feature-boxes:hover{
    box-shadow: 6px 6px rgba(255, 125, 44, 0.1) !important;
}
#Custom_ID_5193607 .featured-shadowbox .wpb_single_image .vc_single_image-wrapper,
#dedicted-featured-box .feature-box1 .wpb_single_image .vc_single_image-wrapper
{
    vertical-align: middle;
    display: table-cell;
}
#feautred-box-05-02 .feature-boxes p{
    font-size: 14px !important;
}
#feautred-box-05-02 .feature-boxes .content-box{
    padding-right: 15px;
}
/***********************/
/********plan BOX*******/
/***********************/

#plan-homepage-05, #specification-box{
    -webkit-clip-path: ellipse(85% 100% at 50% 0%);
    clip-path:ellipse(85% 100% at 50% 0%);
    background-attachment: fixed;
}
#plan-homepage-05 .plan-boxes{
    transition: all ease-in-out 0.6s;
}
#feautred-box-05, #dedicated-plan,
#domain-box, #about-us, #Custom_ID_347148, #contact-form{
    overflow:visible !important;
}
.planbox-heading-section {
    border-radius: 10px 10px 0  0;
    padding:27px 0 35px;
    background: #503a74; /* Old browsers */
    background: -moz-linear-gradient(top, #503a74 2%, #8d524d 100%, #823b84 100%, #823b84 100%, #503a74 100%, #823b84 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #503a74 2%, #8d524d 100%, #823b84 100%, #823b84 100%, #503a74 100%, #823b84 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #503a74 2%, #8d524d 100%, #823b84 100%, #823b84 100%, #503a74 100%, #823b84 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#503a74', endColorstr='#823b84', GradientType=0); /* IE6-9 */
    transition: all ease-in-out 0.6s;
}
#plan-homepage-05 .plan-boxes:hover .planbox-heading-section{
    transition: all ease-in-out 0.6s;
    background: #fc923c; /* Old browsers */
    background: -moz-linear-gradient(top, #fc923c 14%, #a43b74 75%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fc923c 14%,#a43b74 75%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fc923c 14%,#a43b74 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc923c', endColorstr='#a43b74',GradientType=0 ); /* IE6-9 */
}
#plan-homepage-05 .plan-boxes:hover .starting-from,
#plan-homepage-05 .plan-boxes:hover .price,
#plan-homepage-05 .plan-boxes:hover .date
{
    transition-duration: 0.5s;
    background-color: #a43b74 !important;
}
.planbtn button,
.planbtn a{
    width: 133px;
    height: 47px;
    box-shadow: 0px 3px #462f79 !important;
}
.plan-boxes:hover .planbtn button,
.plan-boxes:hover .planbtn a{
    box-shadow: 0px 3px #cc6423 !important;
}
.new{
    position: relative;
}
.new:before{
    content: "NEW";
    position: absolute;
    width: 50px;
    height: 50px;
    color: #fff;
    right:35px;
    top:20px;
    text-align: center;
    padding-top: 12px;
    font-weight: 700;
    border: solid 2px #fff;
    background-color: #ff7d2c;
    border-radius: 100%;
}
#plan-homepage-05 .plan-boxes:hover .ul-box, #plan-homepage-05 .plan-boxes:hover .planbtn{
    border-color: #ff7d2c !important;
}
.planbox-heading-section br{
    display: none;
}
.planbox-heading-section h4{
    font-size: 26px;
    margin-bottom: 21px;
}
.shared-plan{
    clip-path: initial !important;
}
.planbox-heading-section .price-box{
    font-size: 14px;
}
.planbox-heading-section .price-box .price{
    font-size: 60px;
    line-height: 60px;
    display: block;
    margin-bottom: 4px !important;
}
.plan-boxes ul{
    margin:0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
}
.plan-boxes ul li{
    margin-bottom: 0;
}
.plan-boxes ul li strong{
    color:#333333;
    font-weight: 500;
}
.plan-boxes a{
    padding:15px 26px 12px;
    display:inline-block;
    background-color:#583b97;
}
.planbtn {
    border-radius: 0 0 10px 10px;
}
.planbtn button,.planbtn a{
    font-size: 16px !important;
    padding:15px 30px 10px 25px !important;
    border:none !important;
}
.planbtn button:before,
.planbtn a:before, .planbtn button:after, .planbtn a:after{
    background-color: #ff7d2c;
}
#plan-homepage-05 .plan-boxes:hover .planbtn button:before, #plan-homepage-05 .plan-boxes:hover .planbtn a:before,
#plan-homepage-05 .plan-boxes:hover .planbtn button:after, #plan-homepage-05 .plan-boxes:hover .planbtn a:after {
    width: 50%;
    height: 100%;
}
#feautred-box-05-02 .feature-boxes{
    padding:30px 0;
    border: solid 1px #7a3b87;
    margin-bottom: 30px !important;
    box-shadow: 6px 6px rgba(122,59,135,0.1);
}
#feautred-box-05-02 .feature-boxes h4{
    font-size: 24px;
    color: #333;
    font-weight:400;
    margin:20px 0 20px
}
.feature-boxes p br{
    display: none;
}
#reviews .review-box{
    transition-duration: 0.5s;
    height:392px;
    padding-top: 50px;


}
#reviews .review-box p{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    position: relative;
    padding-bottom: 34px;
    margin-bottom: 20px;
    padding-left: 10%;
    font-weight: 300;
}
#reviews .review-box p:after{
    content: "";
    position: absolute;
    width: 40px;
    height:2px;
    right:0;
    bottom: 0;
    background-color: #fff;
    transition-duration: 0.5s;
}
#reviews .review-box:hover p:after {
    width: 80px;
}
#reviews .review-box .name a{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
#reviews .review-box .carousel-indicators li{
    width:70px;
    height: 70px;
    text-indent:initial;
    border-radius: 0 !important;
    border:none !important;
    margin:0 10px;
    background-color: #000;
}
#reviews .review-box .carousel-indicators li img{
    -webkit-filter: grayscale(100%);
    filter: opacity(0.5);
}
#reviews .review-box .carousel-indicators li.active img{
    -webkit-filter: grayscale(100%);
    filter:initial;
}
#reviews .review-box .carousel-indicators li:hover,
#reviews .review-box .carousel-indicators li.active
{
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
#reviews .review-box .carousel-indicators{
    right:27% ;
    width:auto;
    bottom:-105px;
}
#reviews .review-box h2{
    margin-top:0 !important;
}
.carousel-img img:hover {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
    background-color: transparent !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-panel-body
{
    border:none;
}
.vc_tta-panel-body{
    background-color: #ffe2d0 !important;
}
.vc_tta-panel-body p{
    color: #555;
}
.vc_tta-panels{
    padding:16px 36px 26px 36px;
    background-color:#fff4ed;
    border: solid 1px #ff7d2c;
    border-top: none;
}
.vc_tta-panel-title>a{
    padding:24px 0 22px !important;
    color: #333333 !important;
    font-size: 20px;
    font-weight: 400;
    border-bottom:solid 2px #ffd8c1 !important;
}
.vc_tta-panels .vc_active .vc_tta-panel-heading a{
    color: #ff7d2c !important;
    background-color: transparent !important;
}
.wpb-js-composer .vc_tta .vc_tta-controls-icon{
    height:0 !important;
    width:0 !important;
}
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before
{
    border:none !important;
}
#reviews .client-faq .wpb_wrapper{
    box-shadow:5PX 5PX rgba(255,125,44,0.1) !important;
}
#reviews .client-faq .wpb_wrapper .wpb_wrapper{
    box-shadow: none !important;
}
#footer{
    -webkit-clip-path: ellipse(85% 100% at 50% 100%);
    clip-path: ellipse(85% 100% at 50% 100%);
    background: #af632c; /* Old browsers */
    background: -moz-linear-gradient(top, #af632c 0%, #742951 73%, #742951 73%, #742951 75%, #742951 75%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #af632c 0%,#742951 73%,#742951 73%,#742951 75%,#742951 75%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #af632c 0%,#742951 73%,#742951 73%,#742951 75%,#742951 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af632c', endColorstr='#742951',GradientType=0 ); /* IE6-9 */
}
#footer h2{
    font-weight: 400;
    margin-bottom: 60px !important;
}
#footer img{
    transition-duration: 0.5s;
}
#footer img:hover{
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
.border-bottom-none h4 a{
    border-bottom: none !important;
}
#sub-banner{
    height: 470px;
    background-attachment: fixed;
}
#specification-box, #callofaction,
#plan-homepage-05{
    background-attachment: fixed !important;
}
#specification-box.dedicated-spec .primary-btn-05 button:before{
    border-color: #ff7d2c;
}
.specs-items ul{
    list-style: none;
    padding-left: 20px;
}
.specs-items ul li{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    position: relative;
}
.specs-items ul li:first-child{
    line-height: 16px !important;
    margin-bottom: 7px !important;
}
.specs-items ul li:before{
    content: "";
    position: absolute;
    width:10px;
    height:15px;
    left:-18px;
    top:10px;
    background: url("../../assets/images/list-img.png") no-repeat;
}
.specs-items ul li:first-child:before{
    top:2px;
}
#sub-banner .breadcrumb{
    background-color: transparent;
}
#sub-banner .breadcrumb li a{
    color: #fff;
    font-weight: 400;
}
#sub-banner .breadcrumb li a.active,
#sub-banner .breadcrumb li a:hover{
    color: #ff7d2c;
}
.app-supportbox{
    border:solid 1px #7a3b87;
    padding: 15px 0;
    box-shadow: 5px 5px rgba(122,59,135,0.1);
    transition: 1s;
}
.app-supportbox:hover,.app-supportbox:hover .app-iconbox{
    border-color:#ff7d2c ;
}
.app-iconbox{
    width:135px;
    height: 135px;
    border: solid 1px #81468e;
    border-radius: 100%;
    display: table;
    margin: 0 auto;
}
#Custom_ID_8409557 h2{
    font-size: 48px;
    line-height: 54px;
}
/***********************/
/******Price Table******/
/***********************/
.stackable-table05 .stacktable.large-only {
    display: table;
}
.stackable-table05 .stacktable.small-only {
    display: none;
}
#price_table td{
    border:none;
    padding:17px 0;
    font-weight:300;
    color:#333333;
    line-height:0;
    text-align: left;
}
#price_table tr{
    transition:all ease-in-out 0.4s;
}
#price_table tr:nth-child(odd){
    background-color:#ffe9dc;
}
#price_table tr:nth-child(even){
    background-color:#fff4ed;
}
#price_table tr:hover td{
    color:#ff7d2c;
}
#price_table tr:hover .Custom_Class_342432758 a{
    background-color:#ff7d2c;
    box-shadow: 0 2px #cc6423;
}
#price_table td:first-child , #price_table th:first-child{
    width:20%;
    text-align:left;
    padding-left:20px;
}
#price_table td:last-child , #price_table th:last-child{
    width:15%;
    text-align: right;
}
#price_table th{
    background-color:#333333;
    font-size:20px;
    color:#fff;
    padding:16px 0 15px;
    font-weight:400;
    border:none;
    text-transform:uppercase;
    text-align: left;
}
#price_table tbody{
    border-bottom: solid 1px #ffc4a0;
}
#price_table .Custom_Class_774039964{
    display:none;
}
#price_table .Custom_Class_342432758 a{
    padding:11px 20px 11px 27px;
    font-size:14px;
    color:#fff;
    font-weight:400;
    background-color:#583b97;
    transition:all ease-in-out 0.4s;
    box-shadow: 0 2px #462f79;
}
#feautred-box-05 .img-box2 .vc_figure{
    margin-top: -100px;
}
.breadcrumb>li+li:before{
    content: "~";
    font-size: 16px;
}
/************************Slider**********************/
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 34px;
    height: 34px;
    cursor: default;
    background:url(../../assets/images/slider-bg.png) ;
    margin-left: -14px;
    border-radius: 2px;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider-horizontal {
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.horizontal_slider .slider-container {
    display: inline-block;
    width: 88%;
    position: relative;
    margin:0;
    padding: 25px 0 0;
    background: #462f79;
}
.horizontal_slider .slider_box {
    text-align: center;
    width: 100%;
    padding: 0 60px 0;
}
.horizontal_slider .slider-container #slider, .horizontal_slider .slider-container1 #slider2{
    width: 100%;
    height: 20px;
    display: inline-block;
    *display:inline;
    vertical-align: top;
    background: #312154;
    margin:0 0 30px;
}
.horizontal_slider .slider-container #slider .ui-slider-range, .horizontal_slider .slider-container1 #slider2 .ui-slider-range{
    background: url(../../assets/images/slider-bg-img.jpg);
    border:solid 1px #fff;
}
.slider-container #slider .ui-slider-handle,.slider-container1 #slider2 .ui-slider-handle{
}
.slider-container #slider .ui-slider-handle:hover,.slider-container1 #slider2 .ui-slider-handle:hover {
    cursor: pointer;
}
.horizontal_slider .price-greybox{
    background-color: #333333;
    padding: 15px 25px 16px;
    margin: 0;
    width: 100%;
    text-align: center;
    float: left;
    border-radius: 4px;
}
.horizontal_slider .price_wrap{
    width: 100%;
    display: inline-block;
}
.horizontal_slider  .price_rangetxt {
    display: inline-block;
    *display:inline;
    vertical-align: top;
    width: 100%;
    padding-bottom: 28px;
}
.horizontal_slider  .price_rangetxt div.icon {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    margin: 0;
    display: inline-block;
    width: 10%;
    padding: 6px 0;
    text-align: center;
    font-weight: 400;
    vertical-align: top;
    position: relative;
    background-color: #312154;
    margin: 0 5%;
    float:left;
}
.horizontal_slider .price_rangetxt div.current {
    color: #fff;
    background-color: #ff7d2c;
    position: relative;
}
.price_rangetxt div.current:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #ff7d2c;
    top: 36px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.horizontal_slider .price_rangetxt div.current:after {
    border-color: #d7263d;
    background: #d7263d;
}
.horizontal_slider .price-slider-rt {
    width: 100%;
    padding: 40px 0 0;
    background: #a43b74;
    float: left;
}
.horizontal_slider .priceslider_content {
    float: left;
    width:100%;
}
.horizontal_slider .priceslider_content .smalbox1 {
    float: left;
    color: #fff;
    width: 22.4%;
    margin: 0 1.5% 40px 0;
    font-size: 18px;
    line-height: 28px;
    padding:0 0 15px;
    background-color: rgba(0,0,0,0.2);
    font-weight: 400;
    text-transform: uppercase;
}
.horizontal_slider .priceslider_content .smalbox1:first-child{
    margin-left: 30px;
}
.slider_pirce_old{
    display: none;
}
.horizontal_slider .priceslider_content .smalbox1:nth-child(4){
    margin-right:20px !important;
}
.horizontal_slider .priceslider_content .smalbox1 span.numeric1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin:0;
    display: block;
    color:#ff7d2c;
}
.horizontal_slider .priceslider_content .smalbox1 figure {
    margin: 0;
    height: 43px;
    display: table;
    width: 100%;
    padding:20px 0 17px;
    background-color: rgba(0,0,0,0.3);
    margin-bottom: 14px;
}
.horizontal_slider .priceslider_content .smalbox1 figure span {
    display: table-cell;
    vertical-align: middle;
}
.horizontal_slider .price_txt {
    float: left;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    text-align: right;
    width: 50%;
    padding-right: 15px;
}
.horizontal_slider .price_txt .dollar ,.horizontal_slider .price_txt #price_val, .horizontal_slider .price_txt #price2_val{
    font-size: 52px;
    line-height: 52px;
}
.horizontal_slider .price-button {
    float: left;
    width: 50%;
    margin: 0;
    text-align: left;
    padding-left: 15px;
}
.horizontal_slider .price-button a{
    font-size: 16px;
    color: #fff;
    border:solid 2px #dedede;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    transition: all ease-in-out 0.6s;
    letter-spacing: 1px;
    background-color:transparent;
    display: inline-block;
    padding:12px 35px 9px;
}
.horizontal_slider .price-button a:hover{
    background-color: #fff;
    color: #282828;
}
@media screen and (max-width: 1199px){
    .horizontal_slider .slider-container {
        width: 100%;
    }
}
@media screen and (max-width: 991px){
    .horizontal_slider .slider_box{
        padding: 0 30px 30px;
    }
    .horizontal_slider .price-slider-rt{
        padding: 0 30px 45px;
    }
    .horizontal_slider .price_txt .dollar, .horizontal_slider .price_txt #price_val, .horizontal_slider .price_txt #price2_val{
        font-size: 34px;
        line-height: 34px;
    }
    .horizontal_slider .priceslider_content .smalbox1{
        padding: 22px 0 19px;
    }
    .horizontal_slider .price_rangetxt div.icon{
        font-size: 20px;
        line-height: 22px;
    }
    .horizontal_slider .price_txt{
        font-size: 20px;
        line-height: 20px;
    }
}
@media screen and (max-width: 767px){
    .horizontal_slider .priceslider_content .smalbox1{
        width: 23.8%;
    }
    .horizontal_slider .priceslider_content .smalbox1:nth-child(4){
        margin-right: 0;
    }
    #Custom_ID_3191157{
        padding-bottom:0 !important;
    }
    .horizontal_slider .price-greybox{
        width: 100%;
        margin: 20px 0 0 ;
    }
    .horizontal_slider .price_rangetxt div.icon:after{
        display: none;
    }
    .horizontal_slider .price_rangetxt{
        display: none;
    }
    .horizontal_slider .slider-container #slider .ui-slider-handle,.horizontal_slider .slider-container1 #slider2 .ui-slider-handle{
        width: 30px;
        height: 30px;
        border: 2px solid #ff7d2c;
        margin: 0 auto;
        background: #ff7d2c;
        z-index: 5;
        top: -5px;
    }
}
@media screen and (max-width: 560px){
    .horizontal_slider .priceslider_content .smalbox1{
        width: 49%;
        margin: 0 0 5px;
    }
    .horizontal_slider .priceslider_content .smalbox1:nth-child(even) {
        float: right;
    }
    .horizontal_slider .price-slider-rt{
        padding: 0 15px 20px;
    }
    .horizontal_slider .price-greybox{
        margin: 10px 0 0;
    }
}
#Custom_ID_5193607 button,
#Custom_ID_5193607 a{
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 20px 52px !important;
    border:none;
}
#Custom_ID_5193607 .headbox .wpb_wrapper{
    width: 120px;
    height: 120px;
    margin: 0 auto;
    font-size: 46px;
    color:#fff;
    border-radius: 100%;
    text-align: center;
    padding-top: 45px;
    font-weight: 400;
}
#Custom_ID_5193607 .headbox .wpb_wrapper .wpb_wrapper{
    box-shadow: none !important;
}
#Custom_ID_5193607 .headbox p{
    background-color:transparent;
}
#callofaction button,
#callofaction a{
    font-size: 16px !important;
    letter-spacing: 1px;
    padding:18px 36px !important;
    border:none !important;
    width:181px;
}
/************************/
/******Domain table******/
/************************/
.domain_table_07 {
    background: #fff;
    float: left;
    width: 100%;
}
.domain_table_07 tr th{
    background: #333333;
    text-transform:uppercase;
}
.domain_table_07 tr th {
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    border: none;
    padding: 20px 0;
    text-align: center;
    letter-spacing: 1px;
}
.domain_table_07 tbody tr:nth-child(odd){
    background: #fff ;
}
.domain_table_07 tbody tr:nth-child(even){
    background: #ffe9dc;
}
.domain_table_07 tbody tr td {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    width:20%;
    border: none;
    color: #323232 ;
    text-transform: uppercase;
    padding: 20px 0;
    text-align: center;
}
.domain_table_07 tr:hover{
    background-color:#e7e7e7 !important;
}
.domain_table_07 tr:nth-child(even) td:nth-child(odd){
    background-color: #ffe9db;
}
.domain_table_07 tr:nth-child(even) td:nth-child(even){
    background-color: #ffd5be;
}
.domain_table_07 tr:nth-child(odd) td:nth-child(odd){
    background-color: #fff;
}
.domain_table_07 tr:nth-child(odd) td:nth-child(even){
    background-color: #ffe9dc;
}
#specification-box button{
    border: none;
    width:170px;
    height: 56px;
    font-size: 16px !important;
    letter-spacing: 1px;
    font-weight: 400;

}
/*****************************/
/******Domain Search Box******/
/*****************************/
#Custom_ID_2118934 .Custom_Class_7125617 .vc_btn3{
    background-color:transparent !important;
    border:solid 2px#fff;
    font-size:16px;
    padding:19px 32px 17px;
    font-weight:400 !important;
    text-transform:uppercase;
}
.search_box {
    width: 80%;
    height: 70% !important;
    position: relative;
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
}
.search_area {
    width: 100%;
    height: 60px;
    background-color: #fff;
}
.search_box .text_field {
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    border: none;
    height: 100%;
    padding: 0 55px 0 20px;
    border:solid 1px #583b97;
    border-radius: none !important;
    box-shadow: 5px 5px rgba(88,59,151,0.1);
}
.search_btn {
    position: absolute;
    left: 3px !important;
    top: 3px;
    padding: 20px 25px !important;
    font-size: 14px !important;
    font-weight: 700;
    background: #583b97 !important;
    color: #fff !important;
}
.search_btn{
    transition-duration:1s;
    border:none;
}
.search_btn:hover{
    background-color:#ff7d2c !important;
}
.effect-20 ~ label {
    position: absolute;
    left: 25px;
    text-align: center;
    top: 18px;
    font-size: 20px;
    color: #233141;
    transition: 0.3s;
    letter-spacing: 0.5px;
    font-weight: 400;
    display:none;
}
.domain_ul_box{
    margin:0px;
    padding:0px;
}
.domain_ul_box li{
    display:inline-block;
    color:#fff;
    font-size:16px;
    font-weight:400;
    line-height:16px;
    margin:0 24px;
    position:relative;
}
.domain_ul_box li:before{
    content:"\f00c";
    width:14px;
    height:11px;
    font-family: FontAwesome;
    position:absolute;
    left:-19px;
    top:0;
    font-size:16px;
    color:#ff7d2c;
}
.search_box .text_field:focus{
    border-color: #ff7d2c;
    outline: none;
}
/******contact Box******/
/**********************/
/**********************/
.contact-box{
    padding-top:30px;
    padding-bottom:45px;
    text-align:center;
    box-shadow:0 0 0 3px #dcdcdc;
    min-height:266px;
    border:solid 5px;
    border-color:transparent;
}
.contact-box:hover{
    border: 5px solid;
    -moz-border-image: -moz-linear-gradient(top, #7489ff 0%, #ff588f 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #7489ff 0%, #ff588f 100%);
    border-image: linear-gradient(to bottom, #7489ff 0%, #ff588f 100%);
    border-image-slice: 1;
    box-shadow:none;
}
.contact-box:hover h3{
    color:#f42267;
}
.contact-box a{
    color:#777777;
    font-weight:400;
}
.contact-box h3{
    font-size:20px;
    line-height:26px;
    font-weight:700;
    color:#243049;
    margin-bottom:18px;
}
.contact-box .image-box{
    display:block;
    margin-bottom:25px !important;
}
.gurantee-box .last-heading{
    margin-top:39px;
}
.image-box-hover{
    display:none;
    margin-bottom:29px !important;
}
.contact-us-form br{
    display:none;
}
.contact-us-form input{
    font-size:14px;
    color:#777777;
    padding:15px 20px;
    text-transform:uppercase;
    margin-bottom:20px;
    border-color:#793b87;
    border-radius: 0;
    box-shadow: 5px 5px rgba(122,59,135,0.1);
}
.submit_btn{
    text-transform: capitalize !important;
}
.contact-us-form input:focus{
    outline:none;
    border-color:#ff7d2c !important
}
.text_area{
    height:203px;
    margin-bottom:20px;
    padding:30px;
    border-color:#793b87;
    border-radius: 0;
    box-shadow: 5px 5px rgba(122,59,135,0.1);
}
.submit_btn{
    padding:15px 50px !important;
    font-weight:700;
    background-color:#583b97 !important;
    color:#fff !important;
    border:none !important;
    width: 100%;
}
.text_area:focus{
    outline:none;
    border-color:#ff7d2c;
}
.submit_btn:hover{
    background-color:#ff7d2c !important;
}
span.wpcf7-not-valid-tip{
    display: none !important;
}
div.wpcf7-validation-errors{
    float: right;
}
div.wpcf7-response-output{
    margin: 0 115px 0 0;
    padding: 0;
}
.wpcf7-not-valid{
    border-color: #ff7d2c !important;
    box-shadow: 5px 5px rgba(255,125,44,0.1) !important;
}
#sub-banner .vps-banner{
    background-position: center top !important;
}
#Custom_ID_8409557 button{
    font-size: 16px !important;
    width: 180px;
    height: 56px;
    border: none;
}
#Custom_ID_8409557 img{
    border:solid 20px #f5f5f5;
    border-radius: 10px;
    box-shadow: 30px 30px 30px rgba(0,0,0,0.3);
}
#Custom_ID_5193607 .domain_box:hover .domain-box,
#Custom_ID_5193607 .domain_box:hover h2,
#Custom_ID_5193607 .domain_box:hover h6,
#Custom_ID_5193607 .domain_box:hover .primary-btn-05{
    background-color: #fff4ed;
    border-color:#ff7d2c !important;
}
#Custom_ID_5193607 .domain_box .wpb_wrapper .headbox .wpb_wrapper{
    transition: 0.5s;
}


/* ===================================
           Footer Hostiko
====================================== */

#footer-hostiko ul li a{font-size:12px;line-height:24px;color:#b8c0d0}
#footer-hostiko .footer-hostikoinner .vc_column-inner{padding-top:0}
#footer-hostiko .contact-us-form input{background:transparent;border-radius:0;margin-bottom:10px;border-color: #b8c0d0;color:#b8c0d0}
#footer-hostiko .contact-us-form .text_area{height:106px;background:transparent;margin-bottom:10px;border-color:#b8c0d0;padding:10px;color:#b8c0d0}
#footer-hostiko .contact-us-form .submit_btn{width:100%}
#footer-hostiko ::-webkit-input-placeholder {color:#B8C0D0}
#footer-hostiko ::-moz-placeholder{color: #B8C0D0}
#footer-hostiko :-ms-input-placeholder{color: #B8C0D0}
#footer-hostiko :-moz-placeholder{color:#B8C0D0}
#footer-hostiko2 ul li a{font-size:14px;line-height:24px;color:#fff;font-weight:300}
#footer-hostiko2 ul li a:hover, #footer-hostiko2 a:hover, #footer-hostiko ul li a:hover{color:#fff}
#footer-hostiko2 .footer-contactus{color: #fff
}
#footer-hostiko2 .footer-contactus span{color:#fff}
#footer-hostiko2 .footer-contactus a{color:#B8C0D0}
#footer-hostiko2 .footer-contactus .footer_content{margin-bottom:10px}

.bbhd-search-box .container form .bbhd-search-txt {border-radius: 0}




/**************************************************************/
/************************WHMCS*********************************/
/*********************** *************************************/

@media (min-width: 768px) {
    .whmcs_bridge_page .top-header .col-md-6.col-sm-6.navbar-collapse {
        width: 50%;
    }
    .whmcs_bridge_page #modeltheme-main-head .col-md-9.navbar-collapse {
        width: 75%;
    }
}
.whmcs_bridge_page {
    color: #777777  !important; ;
    line-height: 1.42857143 !important;
    font-size: 14px !important;
}
.whmcs_bridge_page #bridge .caret {
    color: #fff;
}


.whmcs_bridge_page #bridge h1,
.whmcs_bridge_page #bridge h2,
.whmcs_bridge_page #bridge h3 ,
.whmcs_bridge_page #bridge h4 ,
.whmcs_bridge_page #bridge h5 {
    color: #333  !important;
    font-weight: 400;
}
.whmcs_bridge_page #bridge .breadcrumb {
    margin-left: 0;
    background: none;
    padding-left: 0;
}

.whmcs_bridge_page #bridge section#main-body {
    padding-top: 40px ;
    padding-bottom: 40px;

}
.whmcs_bridge_page #bridge  .main-content {
    margin-bottom: 0;
}

.whmcs_bridge_page #bridge .kbcategories {
    margin-bottom: 10px;
}

.whmcs_bridge_page #bridge .announcement-single .title {
    font-weight: 400;
}

.whmcs_bridge_page #modeltheme-main-head {
    margin-bottom: 0;
}
div#bridge ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

.whmcs_bridge_page #bridge .navbar-nav {
    margin: 0;
}
.whmcs_bridge_page #bridge .navbar-default .navbar-collapse, .whmcs_bridge_page #bridge .navbar-default .navbar-form {
    border: none;
}

.whmcs_bridge_page .header-title-breadcrumb .breadcrumb {
    margin-bottom: 0;
}
.whmcs_bridge_page .header-title-breadcrumb .breadcrumb a {
    text-decoration: none;
}
.whmcs_bridge_page .header-title-breadcrumb .breadcrumb>li+li:before {
    display: none;
}
.whmcs_bridge_page div#primary {
    padding: 0;
}


.whmcs_bridge_page  div#content.container {
    width: 100% !important;
    padding: 0;
}
.whmcs_bridge_page #bridge .container {
    width: 1170px;
    padding-left: 0;
    padding-right: 0;
}


.whmcs_bridge_page  #bridge {
    background: url( "../../assets/images/hostiko05_banner.jpg") no-repeat top;
    padding-top: 80px;
}


.whmcs_bridge_page  #bridge section#header .logo-text {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 12px;
    display: inline-block;
}


.whmcs_bridge_page  #bridge #home-banner h2 {
    color: #fff !important;
}

.whmcs_bridge_page  #bridge .navbar-main {
    background-color: #583b97;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.whmcs_bridge_page  #bridge .navbar-main li.account {
    background-color: #583b97;
}

.whmcs_bridge_page  #bridge .label-warning {
    background-color: #583b97;
}

.whmcs_bridge_page  #bridge #home-banner {
    background: url( "../../assets/images/hostiko05_banner.jpg") no-repeat top;
    background-size: cover;

}

.whmcs_bridge_page  #bridge .home-shortcuts {
    background-color: #fcb100;
}



.whmcs_bridge_page  #bridge ul.top-nav>li.primary-action>a.btn {
    background-color: #583b97;
    padding: 10px 24px ;
    border-radius: 8px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: .5s ease-in-out ;

}
.whmcs_bridge_page  #bridge ul.top-nav>li.primary-action>a.btn:hover {
    background-color: #583b97;
    color: #fff;
}




.whmcs_bridge_page #bridge div.announcement-single:last-child{
    margin-bottom: 0;
}

.whmcs_bridge_page  #bridge div.announcement-single h3 a {
    color:#fcb100;
}
.whmcs_bridge_page  #bridge .announcement-single  a.label.label-warning {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
    background-color: #583b97;
}
.whmcs_bridge_page  #bridge .announcement-single  a.label.label-warning:hover{
    background-color: #fcb100;
}

.whmcs_bridge_page  #bridge section#footer
{
    background-color:#1d1c1c;
    color: #fff;
}

.whmcs_bridge_page  #bridge .navbar-main .navbar-nav>.active>a,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav>.active>a:focus,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav>.active>a:hover,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav>.open>a,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav>.open>a:focus,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav>.open>a:hover,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav>li>a:focus,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav>li>a:hover {
    background-color:transparent;
}

.whmcs_bridge_page  #bridge .navbar-main .navbar-nav .dropdown-menu>.active>a,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav .dropdown-menu>.active>a:focus,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav .dropdown-menu>.active>a:hover,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav .dropdown-menu>.open>a,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav .dropdown-menu>.open>a:focus,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav .dropdown-menu>.open>a:hover,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav .dropdown-menu>li>a:focus,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav .dropdown-menu>li>a:hover {
    background-color:#fcb100;
    color: #fff;
}
.whmcs_bridge_page  #bridge  .dropdown-menu>li>a {
    color: #777;
}
.whmcs_bridge_page  #bridge  section#footer .back-to-top i {
    background-color: #fff;
    opacity: 1;
    color: #583b97;

}
.whmcs_bridge_page  #bridge section#footer .back-to-top i:hover {
    opacity: 0.7;
}


/*********************************************/

.whmcs_bridge_page  #bridge .panel-sidebar>.panel-heading {

    background-color: #f1f1f1;
    color: #583b97;
}
.whmcs_bridge_page  #bridge .panel-sidebar .panel-title {
    color: #583b97;
    font-weight: 700;
    font-size: 1.2em;
}


.whmcs_bridge_page  #bridge .panel-sidebar .panel-title .fa  ,
.whmcs_bridge_page  #bridge .panel-sidebar .list-group-item i.fa:not(.fa-circle-o):not(.fa-dot-circle-o){
    color: #583b97;
}

.whmcs_bridge_page  #bridge .list-group a .fa{
    color: #777 !important;
}

.whmcs_bridge_page  #bridge .panel-sidebar a.list-group-item.active,
.whmcs_bridge_page  #bridge .panel-sidebar a.list-group-item.active:focus,
.whmcs_bridge_page  #bridge .panel-sidebar a.list-group-item.active:hover {
    background-color:#fcb100;
    border-color: #fcb100;
}

.whmcs_bridge_page  #bridge .panel-sidebar a.list-group-item.active .fa ,
.whmcs_bridge_page  #bridge .panel-sidebar a.list-group-item.active:focus .fa,
.whmcs_bridge_page  #bridge .panel-sidebar a.list-group-item.active:hover .fa {
    color: #fff !important;

}

.whmcs_bridge_page  #bridge  div.header-lined h1 ,
.whmcs_bridge_page  #bridge div.header-lined .breadcrumb li a {
    color: #583b97;
}

.whmcs_bridge_page  #bridge  div.header-lined .breadcrumb li a:hover {
    color: #fcb100;

}

.whmcs_bridge_page  #bridge .label-info {
    background-color: #fcb100;
    color: #fff;
}




.whmcs_bridge_page  #bridge .btn-default {
    color: #fff;
    background-color: #fcb100;
    border-color: #fcb100;
}

.whmcs_bridge_page  #bridge .btn-default.active.focus,
.whmcs_bridge_page  #bridge .btn-default.active:focus,
.whmcs_bridge_page  #bridge .btn-default.active:hover,
.whmcs_bridge_page  #bridge .btn-default:active.focus,
.whmcs_bridge_page  #bridge .btn-default:active:focus,
.whmcs_bridge_page  #bridge .btn-default:active:hover,
.whmcs_bridge_page  #bridge .open>.dropdown-toggle.btn-default.focus,
.whmcs_bridge_page  #bridge .open>.dropdown-toggle.btn-default:focus,
.whmcs_bridge_page  #bridge .open>.dropdown-toggle.btn-default:hover ,
.whmcs_bridge_page  #bridge .btn-default.active, .btn-default:active,
.whmcs_bridge_page  #bridge .open>.dropdown-toggle.btn-default  , .btn-default:hover{
    color: #fff;
    background-color: #583b97;
    border-color: #583b97;
}

.whmcs_bridge_page  #bridge .btn-primary {
    color: #fff;
    background-color: #583b97;
    border-color: #583b97;
}

.whmcs_bridge_page  #bridge .btn-primary:hover , .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary  {
    color: #fff;
    background-color: #fcb100;
    border-color: #fcb100;
}

.whmcs_bridge_page  #bridge #inputMessage {
    width: 77%;
}

.whmcs_bridge_page  #bridge #registration .sub-heading span {
    color: #583b97;

}

.whmcs_bridge_page  #bridge .panel-title .glyphicon {
    color:#583b97 ;
}

.whmcs_bridge_page  #bridge .domain-checker-container {
    background: url(../../assets/images/shared_banner.jpg)  center;
    margin-top: 30px;
}


.whmcs_bridge_page  #bridge .domain-checker-bg {
    background: url(https://designingmedia.com/wordpress/hostiko/layout10/wp-content/uploads/2018/04/our_gaurantee.jpg?id=65) center !important;
}


.whmcs_bridge_page  #bridge .btn-success {
    background-color: #fcb100 !important;
    border-color: #fcb100 !important;
}
.whmcs_bridge_page  #bridge #order-modern .product:hover {
    background-color: #f1f1f1 !important;
}

.whmcs_bridge_page .popover {
    border: none !important;
    box-shadow: none !important;
    padding: 0;
}
.whmcs_bridge_page .popover-content {
    background: #1b2e46;

}
.whmcs_bridge_page .popover.bottom>.arrow:after {
    border-bottom-color: #1b2e46 ;
}

.whmcs_bridge_page   .popover-content ul li a {
    font-size: 14px !important;
    line-height: 14px !important;
    color: #fff !important;
    padding: 5px 25px;
    display: block}
.whmcs_bridge_page   .popover-content ul li a:hover {
    background: #583b97 ;
}

.whmcs_bridge_page  #bridge #order-modern .product .name {
    color: #583b97 !important;
}
.whmcs_bridge_page  #bridge #order-modern .product .description ul {
    padding: 0 ;
    margin: 0;
    list-style-type: none;
}
.whmcs_bridge_page  #bridge #order-modern .product .description {
    margin: 15px 0 !important;
}

.whmcs_bridge_page  #bridge .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: transparent !important;
    color: #fff;
}

.whmcs_bridge_page  #bridge section#header {
    background: #fc923c;
    background: -moz-linear-gradient(top, #fc923c 14%, #a43b74 75%);
    background: -webkit-linear-gradient(top, #fc923c 14%,#a43b74 75%);
    background: linear-gradient(to bottom, #fc923c 14%,#a43b74 75%);
    border-radius: 0;
}
.whmcs_bridge_page  #bridge ul.top-nav>li>a {
    color: #fff;
    font-weight: 600;
}
.whmcs_bridge_page  #bridge ul.top-nav>li>a .caret {
    border-top: 4px dashed #fff;
}

.whmcs_bridge_page  #bridge ul.top-nav {
    margin-top: 0;
    margin-bottom: 0;
}


.whmcs_bridge_page  #bridge .home-shortcuts {
    width: 100%;
    float: left;
    padding: 100px 0;
    background: #fff4ed  ;
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 50px;

}




.whmcs_bridge_page  #bridge .home-shortcuts .col-md-4.hidden-sm.hidden-xs.text-center {
    width: 100%;
}

.whmcs_bridge_page  #bridge .home-shortcuts .col-md-4.hidden-sm.hidden-xs.text-center p {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 35px;
    text-transform: capitalize;
    color: #333  !important;
}

.whmcs_bridge_page  #bridge .home-shortcuts .col-sm-12.col-md-8 {
    width: 100%;
}
.whmcs_bridge_page  #bridge .home-shortcuts li {
    width: 23%;
    background: #fff;
    padding: 60px 0;
    text-align: center;
    border: none;
    margin-right: 2%;
    box-shadow: 0 0 30px rgba(0,0,0,0.15);

    position: relative;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    height: 200px;
}

.whmcs_bridge_page  #bridge .home-shortcuts li:before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 250px solid #583b97;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: 0.5s ease-in-out;
}
.whmcs_bridge_page  #bridge .home-shortcuts li:hover:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.whmcs_bridge_page  #bridge .home-shortcuts li a {
    z-index: 1;
    position: relative;
}


.whmcs_bridge_page  #bridge .home-shortcuts li i {
    color: #583b97;
    transition: 0.5s ease-in-out;
}

.whmcs_bridge_page  #bridge .home-shortcuts li p {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #232323;
    transition: 0.5s ease-in-out;
}

.whmcs_bridge_page  #bridge .home-shortcuts li i {
    font-size: 50px;
    margin-bottom: 10px;
}

.whmcs_bridge_page  #bridge .label-warning[href]:focus,
.whmcs_bridge_page  #bridge .label-warning[href]:hover {
    background-color: #fcb100;
}

.whmcs_bridge_page  #bridge .home-shortcuts li:last-child {
    margin-right: 0;

}

.whmcs_bridge_page  #bridge .home-shortcuts li:hover i{
    color: #fff;
}
.whmcs_bridge_page  #bridge .home-shortcuts li:hover p {
    color: #fff;
}

.whmcs_bridge_page  #bridge ul.top-nav > li:active >a,
.whmcs_bridge_page  #bridge ul.top-nav > li:focus >a,
.whmcs_bridge_page  #bridge ul.top-nav > li:hover >a,
.whmcs_bridge_page  #bridge ul.top-nav > li >a:focus {
    color: #333;
}


.whmcs_bridge_page  #bridge .home-shortcuts li:first-child {
    border-left: 0;
}
.whmcs_bridge_page  #bridge .home-shortcuts li:hover span {
    display: none;
}


.whmcs_bridge_page  #bridge div.announcement-single blockquote {
    background: #fff4ed;
    padding: 40px;
}
.whmcs_bridge_page  #bridge div.announcement-single blockquote p {
    line-height: 26px;
    color: #333;
}



.whmcs_bridge_page  #bridge section#home-banner .col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1 > .input-group.input-group-lg {
    background: #fff;
    padding: 6px 10px;
    margin-top: 20px ;
}

.whmcs_bridge_page  #bridge section#home-banner .col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1 > .input-group.input-group-lg input[type=submit]{
    padding: 12px 35px;
    border-radius: 4px !important;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700 !important;
    color: #fff;
    transition: .5s ease-in-out;
    letter-spacing: 1px;
    height: auto !important;
}
.whmcs_bridge_page  #bridge section#home-banner .col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1 > .input-group.input-group-lg input[type=submit].btn.search {
    margin-right: 5px;
}
.whmcs_bridge_page  #bridge section#home-banner .col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1 > .input-group.input-group-lg input[type=submit].btn.search ,
.whmcs_bridge_page  #bridge section#home-banner .col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1 > .input-group.input-group-lg input[type=submit].btn.transfer:hover
{
    background-color: #583b97;}
.whmcs_bridge_page  #bridge section#home-banner .col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1 > .input-group.input-group-lg input[type=submit].btn.transfer{
    background-color: #fcb100;
    padding: 12px 25px;
}

.whmcs_bridge_page  #bridge section#home-banner .col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1 > .input-group.input-group-lg input[type=submit].btn.search:hover {
    background-color: #fcb100; }

.whmcs_bridge_page  #bridge section#home-banner .col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1 > .input-group.input-group-lg input[type=submit]:focus {
    outline-width: 0;
}
.whmcs_bridge_page  #bridge section#home-banner .col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1 > .input-group.input-group-lg input[type=text] {
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: 700 !important;
    color: #583b97 ;
}

.whmcs_bridge_page  #bridge section#home-banner .col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1 > .input-group.input-group-lg input[type=text]::placeholder {
    color: #777;
    opacity: 1; /* Firefox */

}

.whmcs_bridge_page  #bridge section#home-banner .col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1 > .input-group.input-group-lg input[type=text]:-ms-input-placeholder {
    color: #777;
}
.whmcs_bridge_page  #bridge section#home-banner .col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1 > .input-group.input-group-lg input[type=text]::-ms-input-placeholder {
    color: #777;
}


/**************************DropDown************************************************************/
.whmcs_bridge_page  #bridge .navbar-nav>li>.dropdown-menu {
    background: #49327b;
    border: none;
    border-bottom: 4px solid #000;
    padding: 20px 30px;
    box-shadow: none;

}


.whmcs_bridge_page  #bridge #primary-nav >.nav.navbar-nav  li a {
    position: relative;

}


.whmcs_bridge_page  #bridge #primary-nav > .nav.navbar-nav   .dropdown-menu li a:after{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-bottom: 1px solid #fcb100;
    bottom: 0;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 280ms ease-in-out;
    width: 0;
    margin-top: -4px;
}



.whmcs_bridge_page  #bridge #primary-nav > .nav.navbar-nav  li  .dropdown-menu li a:hover:after {
    webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #fcb100;
    transition: width 350ms ease-in-out;
    width: 100%;


}

.whmcs_bridge_page  #bridge #primary-nav > .nav.navbar-nav  li a:before {
    bottom: auto;
    top: 0;
    width: 70%;
}

.whmcs_bridge_page  #bridge #primary-nav > .nav.navbar-nav  li a:hover:before {
    bottom: auto;
    top: 0;
}
.whmcs_bridge_page #bridge .navbar-main .navbar-nav>li#Secondary_Navbar-Account>a {
    padding-left: 15px;
    padding-right: 15px;
}
.whmcs_bridge_page #bridge .navbar-main .navbar-nav>li#Secondary_Navbar-Account> .dropdown-menu  {
    width: 250px;
}


.whmcs_bridge_page  #bridge .navbar-main .navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;

}
.whmcs_bridge_page #bridge .navbar-main .navbar-nav>li:first-child>a{
    padding-left: 0;
}

.whmcs_bridge_page  #bridge #nav.navbar-main .navbar-nav>.active>a:before,
.whmcs_bridge_page  #bridge #nav.navbar-main .navbar-nav>.active>a:focus:before,
.whmcs_bridge_page  #bridge #nav.navbar-main .navbar-nav>.active>a:hover:before,
.whmcs_bridge_page  #bridge #nav.navbar-main .navbar-nav>.open>a:before,
.whmcs_bridge_page  #bridge #nav.navbar-main .navbar-nav>.open>a:focus:before,
.whmcs_bridge_page  #bridge #nav.navbar-main .navbar-nav>.open>a:hover:before,
.whmcs_bridge_page  #bridge #nav.navbar-main .navbar-nav>li>a:focus:before,
.whmcs_bridge_page  #bridge #nav.navbar-main .navbar-nav>li>a:hover:before {
    background: #fcb100 !important;
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
    height: 4px !important;
    content: "" !important;
    left: 0 !important;
    webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: width 350ms ease-in-out;



}
.whmcs_bridge_page  #bridge #nav.navbar-main .navbar-nav>.active>a.dropdown-toggle:before,
.whmcs_bridge_page  #bridge #nav.navbar-main .navbar-nav>.active>a.dropdown-toggle:before,
.whmcs_bridge_page  #bridge #nav.navbar-main .navbar-nav>.active>a.dropdown-toggle:before,
.whmcs_bridge_page  #bridge #nav.navbar-main .navbar-nav>.open>a.dropdown-toggle:before,
.whmcs_bridge_page  #bridge #nav.navbar-main .navbar-nav>.open>a.dropdown-toggle:focus:before,
.whmcs_bridge_page  #bridge #nav.navbar-main .navbar-nav>.open>a.dropdown-toggle:before,
.whmcs_bridge_page  #bridge #nav.navbar-main .navbar-nav>li>a.dropdown-toggle:before,
.whmcs_bridge_page  #bridge #nav.navbar-main .navbar-nav>li>a.dropdown-toggle:before {
    border: none !important;;

}

.whmcs_bridge_page  #bridge .navbar-main .navbar-nav>.active>a.dropdown-toggle:after,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav>.active>a.dropdown-toggle:focus:after,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav>.active>a.dropdown-toggle:hover:after,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav>.open>a.dropdown-toggle:after,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav>.open>a.dropdown-toggle:focus:after,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav>.open>a.dropdown-toggle:hover:after,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav>li>a.dropdown-toggle:focus:after,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav>li>a.dropdown-toggle:hover:after {
    display: none !important;
}

.whmcs_bridge_page  #bridge #nav.navbar-main .navbar-nav> a.dropdown-toggle ul.dropdown-menu li a:before ,
.whmcs_bridge_page  #bridge #nav.navbar-main .navbar-nav> a.dropdown-toggle ul.dropdown-menu li a:after
{
    display: none !important;
}




.whmcs_bridge_page  #bridge .dropdown-menu>li>a {
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 36px !important;
    padding: 0 !important;
}
.whmcs_bridge_page  #bridge .nav .nav-divider {
    display: none;

}
.whmcs_bridge_page  #bridge .dropdown-menu>li>a:hover {
    background: none !important;
    color: #fcb100 !important;
}


.whmcs_bridge_page  #bridge .navbar-main .navbar-nav>.active > a.dropdown-toggle,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav>.active > a.dropdown-toggle:focus,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav>.active > a.dropdown-toggle:hover,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav>.open > a.dropdown-toggle,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav>.open > a.dropdown-toggle:focus,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav>.open >a.dropdown-toggle:hover,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav>li > a.dropdown-toggle:focus,
.whmcs_bridge_page  #bridge .navbar-main .navbar-nav>li > a.dropdown-toggle:hover {
    background-color: #49327b;
}


.whmcs_bridge_page  #bridge #footer {
    display: none;
}



.whmcs_bridge_page #bridge .list-group-item {
    padding: 15px;
}


.whmcs_bridge_page #bridge .table>tbody>tr>td,
.whmcs_bridge_page #bridge .table>tbody>tr>th,
.whmcs_bridge_page #bridge .table>tbody>tr>th,
.whmcs_bridge_page #bridge .table>tbody>tr>th,
.whmcs_bridge_page #bridge .table>tfoot>tr>td,
.whmcs_bridge_page #bridge .table>tfoot>tr>th,
.whmcs_bridge_page #bridge .table>thead>tr>td,
.whmcs_bridge_page #bridge .table>thead>tr>th {
    border-color: transparent !important;
    border-top: 1px solid #ddd !important;
}

.whmcs_bridge_page #bridge #order-modern .cart_dropdown {
    display: block;
}

.whmcs_bridge_page #bridge #order-modern .cart_dropdown {
    background: #333;
    width: 210px;
    padding: 15px;
    border: none;
    margin-top: 0;
}


.whmcs_bridge_page #bridge   .input-group-btn {
    z-index: 9;
}

.whmcs_bridge_page #bridge #order-modern .choosecat {
    float: left;
    margin: 0;
}

.whmcs_bridge_page #bridge #order-modern  .currencychooser {
    margin: -25px 0 15px 0;
}
.whmcs_bridge_page #bridge .btn-group>.btn:first-child {
    margin-left: 0;
}

@media screen  and (max-width: 1199px){
    .whmcs_bridge_page #bridge .container {
        width: 970px;
    }
    .whmcs_bridge_page #bridge {
        margin-top: 0;
    }
}

@media screen and (max-width: 991px){
    .whmcs_bridge_page #bridge .container {
        width: 750px;
    }
    .whmcs_bridge_page #bridge {
        margin-top: -1px;
    }

    .whmcs_bridge_page #bridge .navbar-collapse {
        margin: 0;

    }
    .whmcs_bridge_page #bridge .navbar-main .navbar-nav>li>a {
        padding-left: 0 ;
        padding-right: 0;
    }
    .whmcs_bridge_page #bridge .navbar-main .navbar-nav>li>a:hover ,
    .whmcs_bridge_page #bridge .navbar-main .navbar-nav>li>a:active,
    .whmcs_bridge_page #bridge .navbar-main .navbar-nav>li>a:focus ,
    .whmcs_bridge_page #bridge .navbar-main .navbar-nav>li#Secondary_Navbar-Account>a:hover,
    .whmcs_bridge_page #bridge .navbar-main .navbar-nav>li#Secondary_Navbar-Account>a:active,
    .whmcs_bridge_page #bridge .navbar-main .navbar-nav>li#Secondary_Navbar-Account>a:focus
    {
        padding-left: 15px ;
        padding-right: 15px ;
    }

    .whmcs_bridge_page #bridge .navbar-main .navbar-nav>li>a {
        padding: 10px 15px !important;

    }
    .whmcs_bridge_page #bridge .navbar-nav>li>.dropdown-menu ,
    .whmcs_bridge_page #bridge .navbar-main .navbar-nav>li#Secondary_Navbar-Account> .dropdown-menu
    {
        float: left;
        width: 100%;
    }
    .whmcs_bridge_page #bridge .navbar-nav>li>.dropdown-menu {
        position: relative;
    }
    .whmcs_bridge_page #bridge .navbar-main .navbar-nav>li#Secondary_Navbar-Account>a {
        padding-left: 0;
        padding-right: 15px;
    }

    div#bridge ul.nav li.dropdown:hover ul.dropdown-menu {
        display: none;

    }
    div#bridge ul.nav li.dropdown:hover ul.dropdown-menu.new_drop_down ,
    div#bridge ul.nav li.dropdown:hover ul.dropdown-menu.new_drop_down.second_drop_down

    {
        display: block;
    }

}


@media screen and (max-width: 767px){
    .whmcs_bridge_page  #bridge   .dataTables_wrapper  {
        overflow-x: auto !important;
        overflow-y: hidden !important;
    }
    .whmcs_bridge_page  #bridge  .dataTables_wrapper table.table-list {
        width: 900px !important;
    }
    .whmcs_bridge_page  #bridge .home-shortcuts {
        padding: 50px 0;
    }

    .whmcs_bridge_page  #bridge  .home-shortcuts li {
        width: 50% !important;
        margin: 10px auto !important;
    }

    .whmcs_bridge_page #bridge .container {
        width: 100%;
        padding: 0 15px;
    }
}


@media screen and (max-width:  480px){
    .whmcs_bridge_page  #bridge  .logo , .whmcs_bridge_page  #bridge  .top-nav {
        width: 100%;
        float: left;
        text-align: right;
    }

    .whmcs_bridge_page  #bridge .logo{
        padding-top: 15px;
        text-align: center;
    }
    .whmcs_bridge_page  #bridge  #order-modern .currencychooser {
        text-align: center !important;''
    }
    .whmcs_bridge_page  #bridge  section#header .logo img {
        width: 50%;
    }
    .whmcs_bridge_page  #bridge .announcement-single h3 {
        line-height:24px ;
    }
    .whmcs_bridge_page  #bridge  .dataTables_info {
        float: left !important;
        width: 100% !important;
        margin-top: 20px !important;
    }
    .whmcs_bridge_page  #bridge .dataTables_filter {
        float: left !important;
        width: 100% !important;
        background: #4f5360 !important;
        margin-top: 10px !important;
    }
    .whmcs_bridge_page  #bridge  .whmcs_bridge_page  #bridge .listtable {
        float: left;
    }
    .whmcs_bridge_page  #bridge .home-shortcuts li {
        width: 80% !important;
        margin: 10px auto !important;
        float: none;
        height: 140px;

    }
    .whmcs_bridge_page  #bridge .home-shortcuts li {
        padding: 20px 0 30px;

    }
    .whmcs_bridge_page #bridge ul.top-nav>li>a {
        font-size: 14px;
        line-height: 14px;
    }
    .whmcs_bridge_page #bridge .input-group-btn {
        display: inline-table;
    }
    .whmcs_bridge_page #bridge section#home-banner .col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1 > .input-group.input-group-lg input[type=text] {
        text-align: center;
    }
    .whmcs_bridge_page #bridge div.announcement-single blockquote {
        padding: 20px;
        font-size: 14px;
        line-height: 24px;
    }
    .whmcs_bridge_page #bridge .home-shortcuts {
        margin-bottom: 20px;
    }
    .whmcs_bridge_page #bridge section#header .logo-text {
        display: none;
    }

    .whmcs_bridge_page  #bridge .main-content {
        margin-bottom: 0 ;
    }
    .whmcs_bridge_page #bridge {
        padding-top: 78px;
    }

    .whmcs_bridge_page #bridge ul.top-nav>li.primary-action>a.btn {
        padding: 7px 10px;
        font-size: 12px;
        line-height: 12px;
    }
    .whmcs_bridge_page #bridge .home-shortcuts li p {
        font-size: 16px;
        line-height: 16px;
    }
    section#home-banner h2 {
        font-size: 18px;
    }

}






/**************************************Style*******************************************/
/**********************************testiomonail***************************************/
/****************************************One*****************************************/

.testimonial_style_one {
    text-align: center;
}

#mytestimonial .testimonial_client_comments p {
    font-size: 16px;
    line-height: 30px;
    background: url(http://designingmedia.com/wordpress/hostiko/layout01/wp-content/uploads/2018/12/up-quote.png) no-repeat top left;
    padding: 20px 0 ;
}
#mytestimonial  .clinet_details h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
}
.testimonial_style_one .testimonial_img figure {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
}

.testimonial_style_one .testimonial_img figure img {
    width: 100%;
}
.testimonial_style_one .testimonial_wrapper {
    padding:  0 15%;
}

.testimonial_style_one .clinet_details h3 {
    color: #ff7d2c;
}

.testimonial_style_one .testimonial_client_comments p {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.testimonial_style_one .testimonial_client_comments p:after{
    position: absolute;
    width: 10%;
    height: 2px;
    border-radius: 8px;
    background: #ff7d2c;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    bottom: 0;
}

.testimonial_style_one .clinet_details p.designation_sec  a{
    color: #ff7d2c ;
}
.testimonial_style_one .carousel-indicators {
    display: none;
}
.testimonial_style_one .carousel-control {
    width: 30px;
    height: 30px;
    top: 100px;
    background: none;
    color: #ddd;
    box-shadow: none;
    text-shadow: none;
    font-weight: 400;
}
.testimonial_style_one .carousel-control span.glyphicon  {
    font-size: 20px;
}


.testimonial_style_one .designation_sec p {
    color: #000;
}

/**************************************Style*******************************************/
/**********************************testiomonail***************************************/
/****************************************two*****************************************/



#mytestimonial2 .carousel-indicators {
    position: relative;
    width: 100%;
    margin: 50px 0 0 ;
    left: 0;
    bottom: 0;
}


#mytestimonial2 .carousel-indicators li {
    display: inline-block;
    border: none;
    width: 14%;
    color: #bababa;
    height: auto;
    text-indent: inherit;
    margin: 0;
    opacity: .5;
}

#mytestimonial2 .carousel-indicators li.active{
    background: none;
}

#mytestimonial2 .client-dottedimg {
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 100px;
    border: solid 2px #777;
    margin: 0 auto;
}

#mytestimonial2 .client-dottedimg:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #777;
    top: 10px;
    left: 10px;
}


#mytestimonial2 .carousel-indicators li p {
    font-size: 20px;
    line-height: 20px;
    color: #777;
    font-weight: 400;
    margin-bottom: 15px;
}
#mytestimonial2 .carousel-indicators li a {
    color: #232323;
    display: none;
}

#mytestimonial2 .carousel-indicators li.active{
    opacity: 1;
}
#mytestimonial2 .carousel-indicators li.active p ,
#mytestimonial2 .carousel-indicators li.active a{
    color: #ff7d2c;
}

#mytestimonial2 .carousel-indicators li.active  .client-dottedimg {
    border-color: #ff7d2c;
}
#mytestimonial2 .carousel-indicators li.active  .client-dottedimg:before{
    background-color: #ff7d2c;
}

#mytestimonial2 .client_cont p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #777;
    text-align: center;
    padding: 0 10%;
    position: relative;
}

#mytestimonial2 .client_cont p:before ,
#mytestimonial2 .client_cont p:after{
    position: absolute;
    content: "";
    width: 68px;
    height: 52px;
}

#mytestimonial2 .client_cont p:before {
    background: url("http://designingmedia.com/wordpress/hostiko/layout01/wp-content/uploads/2018/12/comma-left.png") no-repeat;
    top:0;
    left: 3%;
}
#mytestimonial2 .client_cont p:after {
    background: url("http://designingmedia.com/wordpress/hostiko/layout01/wp-content/uploads/2018/12/comma-right.png") no-repeat;
    bottom: 0;
    right: 3%;
}


@media screen and (max-width: 991px){
    #mytestimonial2 .client_cont p {
        font-size: 14px;
        line-height: 24px;
        padding: 0 5%;
    }
    #mytestimonial2 .client_cont p:before,
    #mytestimonial2 .client_cont p:after{
        display: none;
    }
    #mytestimonial2 .carousel-indicators li p {
        font-size: 16px;
        line-height: 16px;
    }
    #mytestimonial2 .carousel-indicators {
        margin: 10px 0 0;
    }
}
@media screen and (max-width: 767px){
    #mytestimonial2 .carousel-indicators li {
        width: 18%;
    }
}

@media screen and (max-width: 560px){
    #mytestimonial2 .carousel-indicators li p {
        font-size: 14px;
        line-height: 14px;
    }
}

@media screen and (max-width: 480px){

    #mytestimonial2 .carousel-indicators li p {
        display: none;
    }
    #mytestimonial2 .carousel-indicators li {
        width: 10%;
    }
    #mytestimonial2  .client-dottedimg {
        width: 20px;
        height: 20px;
    }
    #mytestimonial2  .client-dottedimg:before {
        top: 6px;
        left: 5px;
        width: 5px;
        height: 5px;
    }
}


/**************************************Style*******************************************/
/**********************************testiomonail***************************************/
/****************************************Three*****************************************/
.testimonial_style_three .testimonial_wrapper  {
    background: #f5f5f5;
    padding: 40px;
    width: 85%;
    margin: 0 auto;

}
.testimonial_style_three .clinet_img_cont {
    width: 100%;
}
.testimonial_style_three .clinet_img_cont  .testimonial_img {
    background: #ff7d2c;
    margin-left: -40px;
    position: relative;
    height: 50px;
    width: 35%;
    margin-bottom: 45px;
}

.testimonial_style_three .clinet_img_cont figure{
    margin: 0;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: -18px;
    left: 40px;
    border: 3px solid #ff7d2c;
}
.testimonial_style_three .clinet_img_cont figure img {
    width: 100%;
}

.testimonial_style_three ol{
    display: none;
}


.testimonial_style_three .carousel-control {
    width: 30px;
    height: 30px;
    background: none;
    top: 45%;
}

.testimonial_style_three .carousel-control span {
    font-size: 24px;
    color: #777;
    text-shadow: none;
}

.testimonial_style_three  .testimonial_client_comments {
    width: 100%;

}
.testimonial_style_three  .clinet_img_cont  h3 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 16px;
    color: #fff;
    padding-left: 135px;
    padding-top: 18px;

}
.testimonial_style_three  .testimonial_client_comments p.content_sec {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 25px;
    color: #232323;
}
.testimonial_style_three  .testimonial_client_comments p.content_sec:after{
    position: absolute;
    content: "";
    width: 10%;
    height: 2px;
    background: #232323;
    bottom: 0;
    left: 0;
}


.testimonial_style_three  .testimonial_client_comments p.designation_sec a {
    color: #232323;
    padding-left: 15px;
    position: relative;

}
.testimonial_style_three  .testimonial_client_comments p.designation_sec a:before{
    content: "";
    position: absolute;
    width: 4px;
    height: 1px;
    background: #777;
    top: 7px;
    left: 0;
}

.testimonial_style_three  .testimonial_client_comments p.designation_sec {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: 700;
    color: #232323;

}

@media screen and (max-width: 991px) {
    .testimonial_style_three .testimonial_wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .testimonial_style_three .clinet_img_cont .testimonial_img {
        width: 60%;
    }
}

@media screen and (max-width: 580px) {
    .testimonial_style_three .clinet_img_cont .testimonial_img {
        width: 70%;
    }
}

@media screen and (max-width: 480px) {
    .testimonial_style_three .testimonial_wrapper {
        padding: 20px;
    }
    .testimonial_style_three .clinet_img_cont h3 {
        font-size: 14px;
        line-height: 14px;
        padding-left: 110px;
        padding-top: 10px;

    }
    .testimonial_style_three .clinet_img_cont figure {
        width: 60px;
        height: 60px;
    }
    .testimonial_style_three .clinet_img_cont .testimonial_img {
        height: 30px;
        margin-bottom: 15px;
    }
    .testimonial_style_three .testimonial_client_comments p.content_sec {
        font-size: 12px;
        line-height: 24px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .testimonial_style_three .testimonial_client_comments p.designation_sec {
        font-size: 12px;
        line-height: 12px;
    }
}


/*****************************Search Section********************************************/

.domain_checker_box #domain-form {
    width: 100%;
    max-width: initial;
    margin-bottom: 30px;
}


/********************font-family for domain*********************************/
.domain_checker_box #domain-form #wdc-style{
}

.domain_checker_box #domain-form #wdc-style .input-group.large {
    width: 80%;
    margin:0 auto;
    max-width: initial  !important;
    border-radius: 0 !important;
    border: 1px solid #583b97;
}

.domain_checker_box #domain-form #wdc-style .input-group.large  .form-control {
    font-size: 16px;
    line-height: 24px;
    height: 70px ;
    border-radius: 0 !important;
}

.domain_checker_box #domain-form #wdc-style .input-group.large .input-group-btn {
    border: none !important;
}
.domain_checker_box #domain-form #wdc-style .input-group.large #Submit {
    background: #583b97  !important;
    padding: 25px 36px!important;
    font-size: 14px!important;
    font-weight: 700;
    color: #fff!important;
    border-radius: 0 !important;
    transition-duration: 1s;
    height: auto !important;
    line-height: 14px !important;


}

.domain_checker_box #domain-form #wdc-style .input-group.large #Submit:hover {
    background: #ff7d2c  !important;
}

@media screen and (max-width: 991px){
    .domain_checker_box #domain-form #wdc-style .input-group.large {
        width: 100%;
    }

}
@media screen and (max-width: 767px) {
    .domain_checker_box #domain-form #wdc-style .input-group.large .input-group-btn {
        width: 50%;
        margin: 0 auto;
        background: no-repeat;
        margin-top: 10px;
        display: inline-block;
        padding: 14px 28px !important;
    }
    .domain_checker_box #domain-form #wdc-style .input-group.large #Submit {
        display: inline-block;
        width: auto;
    }
    .domain_checker_box #domain-form #wdc-style .input-group.large {
        width: 100%;
        box-shadow: none !important;
        border: none !important;
    }
    .domain_checker_box #domain-form #wdc-style .input-group.large .form-control {
        height: 60px;
        text-align: center;
        font-size: 14px;


    }
}
