
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    position: relative;
    font-family: 'MuseoSans300';
    font-weight: 300;
}

@font-face {
    font-family: 'MuseoSans300';
    src: url('../fonts/MuseoSans 300.eot'); /* IE9 Compat Modes */
    src: url('../fonts/MuseoSans 300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/MuseoSans 300.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/MuseoSans 300.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/MuseoSans 300.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/MuseoSans 300.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 300;
}
@font-face {
    font-family: 'MuseoSans700';
    src: url('../fonts/MuseoSans 700.eot'); /* IE9 Compat Modes */
    src: url('../fonts/MuseoSans 700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/MuseoSans 700.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/MuseoSans 700.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/MuseoSans 700.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/MuseoSans 700.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 700;
}

a:focus, a:hover{
    color: inherit;
    text-decoration: none;
}



.noPadding{
    padding-left: 0;
    padding-right: 0;
}


/*=====================HERE START HOMEPAGEDESIGN======================*/

   

.headingMain{
    font-size: 39px;
    line-height: 36px;
    color: #fff;
    font-family: 'MuseoSans300';
    font-weight: 300;
}
.SubText_Heading{
    font-size: 17px;
    line-height: 21px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.SubText_Heading02{
    font-size: 35px;
    line-height: 28px;
    font-family: 'MuseoSans300';
    font-weight: 300;
    color: #202124;
    padding: 30px 0 36px;
}
.SubText_Heading03{
    font-size: 35px;
    line-height: 28px;
    font-family: 'MuseoSans300';
    font-weight: 300;
    color: #fff;
    margin: 0;
}

.TextItalic{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
}
.ButtonStyle01{
    background: white;
    border: 2px solid white;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    color: #23a4f9 ;
    font-size: 14px;
    padding: 10px 43px 10px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    width: auto;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.ButtonStyle01:hover{
   border: 2px solid white;
   background: transparent;
}
.ButtonStyle01:focus{
    border: 2px solid white;
   background: transparent;
   outline: 0;
}

.ButtonStyle03{
    background: #47c96e;
     border: 2px solid #47c96e;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    padding: 12px 45px 12px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    width: auto;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.ButtonStyle03:hover{
   border: 2px solid #47c96e;
   background: transparent;
   color: #47c96e;
}
.ButtonStyle03:focus{
   border: 2px solid #47c96e;
   background: transparent;
   color: #47c96e;
   outline: 0;
}


.ButtonStyle04{
    background: #23a4f9;
    border: 2px solid #529dfd;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    padding: 10px 43px 10px;
    display: inline-table;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    width: auto;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.ButtonStyle04:hover{
   border: 2px solid white;
   background: transparent;
   color: #fff;
}
.ButtonStyle04:focus{
    outline: 0;
}


.HeroContainer{
    background: rgba(36,200,118,1);
    background: -moz-linear-gradient(left, rgba(36,200,118,1) 0%, rgba(32,163,250,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(36,200,118,1)), color-stop(100%, rgba(32,163,250,1)));
    background: -webkit-linear-gradient(left, rgba(36,200,118,1) 0%, rgba(32,163,250,1) 100%);
    background: -o-linear-gradient(left, rgba(36,200,118,1) 0%, rgba(32,163,250,1) 100%);
    background: -ms-linear-gradient(left, rgba(36,200,118,1) 0%, rgba(32,163,250,1) 100%);
    background: linear-gradient(to right, rgba(36,200,118,1) 0%, rgba(32,163,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24c876', endColorstr='#20a3fa', GradientType=1 );  
    width: 100%;
    float: left;
    position: relative;
}

.Topheader{
    width: 100%;
    float: left; 
    padding: 35px 0 60px;
}
.Header_Content{
    width: 100%;
    float: left;  
}
.Topheader .navbar-default .navbar-collapse, .Topheader .navbar-default .navbar-form {
    border-color: transparent;
}
.Topheader .navbar-default{
    background-color: transparent;
}
.Topheader .navbar-default .navbar-nav > li > a{
    color: #fff ;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 0;
    margin: 10px 45px 0 0;
    transition:  all ease-in-out 0.2s;
}
.Topheader .navbar-default .navbar-nav > li > a:hover{
    color: #202124;
}

.TextSignup{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-style: italic;
}
.TextSignup2{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #192028;
    text-decoration: underline;
}
.Topheader .navbar-default .navbar-nav > li:last-child > a{
    margin-right: 0 !important;
}
.Topheader .navbar{
    margin-bottom: 0;
}
.Header_Content_Text{
    width: 45%;
    float: left;
    color: #fff;
    padding-top: 75px;
}

.PhotoBillbord{
    float: right;
    width: 54%;
    position: relative;
    height: 435px;
}
.Billbord_bg{
    position: absolute;
    bottom: 0;
    right: 110px;
    background:  url(../images/billboard.png) no-repeat top center;
    width: 793px;
    height: 428px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.rightul > li > a{
    display: inline-block; 
    margin: 0 2px 0 0 !important;
    padding-top: 10px !important;
}
.rightul > li > a.ButtonStyle02{
    background: white;
    border: 2px solid white;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    color: #23a4f9!important;
    font-size: 14px!important;
    padding: 10px 43px 10px !important;
    display: inline-block;
    font-family: 'Roboto', sans-serif!important;
    font-weight: 500!important;
    width: auto;
    text-align: center;
    text-transform: capitalize!important;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    margin-left: 25px !important;
}
.rightul > li > a.ButtonStyle02:hover{
    background: transparent;
    border: 2px solid white;
    color: #fff !important;
}
.rightul > li > a.ButtonStyle02:focus{
   color: #fff !important;
   outline: 0;
}
.SectionIntro{
    width: 100%;
    float: left;
    background: #fff;
    text-align: center;
    padding-bottom: 70px;
}
.TopFloating{
    width: 446px;
    height: 322px;
    border: 5px solid #fff;
    margin: -92px auto 0;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 98px rgba(17, 17, 17, 0.3);
}
.TopFloating img{
    width: 100%;
    max-height: 100%;
}
ul.Blockul_intro{
    margin: 0;
    padding: 0;
}
ul.Blockul_intro li{
    margin: 0;
    padding: 28px 24px 32px;
    color: #72828a;
    font-size: 14px;
    list-style: none;
    width: 22%;
    background: #fff;
    box-shadow: 0px 0px 27px rgba(17, 17, 17, 0.2);
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    display: inline-table;
    margin-right: 50px;
    height: 365px;
}
ul.Blockul_intro li:last-child{
    margin-right: 0px; 
}
ul.Blockul_intro li a{
    margin: 0;
    padding: 0;
}
ul.Blockul_intro li p{
    line-height: 23px;
}
.IntroBlockImg{
    display: block;
}
.HeadingBlock{
    color: #202124;
    font-size: 22px;
    font-family: 'MuseoSans700';
    font-weight: 700;
    padding-bottom: 15px;
    display: block;
}
.home_ButtonContainer{
    display: inline-block; 
    margin: 30px 0;
}
.Slidercontainer{
    width: 100%;
    float: left;
    padding: 80px 0 60px;
    background: rgba(36,200,118,1);
    background: -moz-linear-gradient(left, rgba(36,200,118,1) 0%, rgba(32,163,250,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(36,200,118,1)), color-stop(100%, rgba(32,163,250,1)));
    background: -webkit-linear-gradient(left, rgba(36,200,118,1) 0%, rgba(32,163,250,1) 100%);
    background: -o-linear-gradient(left, rgba(36,200,118,1) 0%, rgba(32,163,250,1) 100%);
    background: -ms-linear-gradient(left, rgba(36,200,118,1) 0%, rgba(32,163,250,1) 100%);
    background: linear-gradient(to right, rgba(36,200,118,1) 0%, rgba(32,163,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24c876', endColorstr='#20a3fa', GradientType=1 );  
}

.SlidingTranslate{
    transform: translateX(350.5px) !important;
   // transform: translate3d(550.5px) !important;
}

/*.carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right{
  
   transform: translate3d(0px) !important;
}*/
.SectionPricing{
    width: 100%;
    float: left;
    padding: 110px 0 140px; 
    background: url(../images/pricing_bg.jpg) no-repeat top center;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.Pricing_block_Section{
    text-align: center;
    width: 100%;
    float: left;
    padding: 70px 90px;
}
.Ads_pricing_block{
    border: 1px solid #fff;
    float: none;
    height: 217px;
    margin-left: 63px;
    padding-top: 12px;
    position: relative;
    text-align: center;
    width: 243px;
    color: #fff;
    display: inline-table;
    overflow: hidden;
}
.Ads_pricing_block_first{
    margin-left: 0px !important;   
}
.Ads_pricing_CountPrice {
    color: #7ec873;
    display: block;
    font-size: 18px;
    margin: 7px 0;
    font-size: 15px;
    width: 100%;
    float: left;

}
.TextStyle{
    /*   background: linear-gradient(90deg, #7ec873 50%, #6d9cfb 80%);
    background: linear-gradient(to right, rgba(126,200,115,1) 0%, rgba(110,156,249,1) 100%);  

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    font-size: 68px;
    margin: 8px 0 0;
}
.Color1{
   color:#47c970; 
}
.Color2{
    color:#4cb5b2;
}
.Color3{
   color:#519efa; 
}
.pricing_block_CountLevel {
    background: #47c96e none repeat scroll 0 0;
    color: #192028;
    display: block;
    font-family: "MuseoSans700";
    font-size: 20px;
    font-weight: 700;
    padding: 9px 0;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    float: left;
    bottom: -17px;    
}
.Ads_pricing_CountAd{
    color: #fff;
    display: block;
    font-size: 22px;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
  
   width: 100%;
    float: left;
}
.Ads_pricin_months{
    text-transform: lowercase;
}
.Tag_AdsPricing{
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    color: #fff;
}
.SectionPlans{
    width: 100%;
    float: left;
    padding: 60px 50px 90px;
    text-align: center;
}
.PlanscontentDiv{
    width: 100%;
    float: left; 
    margin-bottom: 40px;
}
.ulblock_033{
    margin: 0;
    padding: 0;
    display: inline-table;
    margin-right: 190px;
}
.last_ulblock_033{
    margin-right: 0 !important;
}
.ulblock_033 li{
    margin: 0 0 10px;
    padding: 0 0 0 3px;
    list-style: url(../images/round_check.png) none outside;
    text-align: left;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
}
.ulblock_033 li a{
    color: #72828a;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.Block_question{
    background: #f5f8f9;
    padding: 20px 27px 0;
    display: inline-table;
    border-radius: 5px;
    font-size: 16px;
    color: #72828a;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    text-align: left;
    width: 570px;
    margin: 0 13px;
}
.Icon_Block{
    float: left; width: 78px; height: 80px; padding-top: 15px;
}
.Heading_question{
    display: inline-block;
    font-size: 22px;
    color: #192028;
    margin: 0 0 5px;
}
.ph_padding{
    padding-right: 30px;
    line-height: 21px;
}

.SectionCta_bar{
    width: 100%;
    float: left;
    background: #192028;
    padding: 52px 0;
    text-align: center;
}
.SectionCta_bar h5{
    font-size: 35px;
    color: #7ec874;
    font-family: "MuseoSans300";
    font-weight: 300;
    margin: 0;
    display: inline-table;
    position: relative;
    top: 6px;
    margin-right: 40px;
}
.font_Bold{
    font-family: "MuseoSans700";
    font-weight: 700;  
}

.fromSection{
   width: 100%;
    float: left;
    text-align: center;
    padding: 114px 0 50px;
    background: url(../images/Contact_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.ContactFom{
   width: 100%;
    float: left;
    padding-top: 50px;
}
.ContactFom .form-control{
    background: rgba(25,32,40,0.9);
    border: 0;
    font-family: 'Roboto', sans-serif!important;
    font-weight: 500!important;
    font-size: 15px;
    color: #fff !important;
    margin-bottom: 25px;
}
.ContactFom textarea{
    height: 230px;
    padding-left: 27px;
    padding-top: 20px;
}

.ContactFom .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
}
.ContactFom .form-control::-moz-placeholder { /* Firefox 19+ */
 color: #fff !important;
}
.ContactFom .form-control:-ms-input-placeholder { /* IE 10+ */
 color: #fff !important;
}
.ContactFom .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
}


.FormCol{
    margin-right: 16px;
    width: 49%;
}
.FormRight{
    margin-right: 0;
    width: 49%;
}
.Submit_buttonStyle{
    background: #192028;
    border: 2px solid #192028;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    padding: 14px 40px 14px;
    display: inline-table;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    width: auto;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;  
    float: right;
}

.Submit_buttonStyle:hover{
   border: 2px solid white;
   background: transparent;
   color: #fff;
   padding: 14px 40px 14px;
}
.Footer{
    background: #fff;
    padding: 29px 0 18px;
    width: 100%;
    float: left;
}
.Ulfooter{
    margin: 8px 0 0;
    padding: 0;
    float: right;
}
.Ulfooter li{
    margin: 0 50px 0 0;
    padding: 0;
    list-style: none;
    display: inline-table;
}
.Ulfooter li:last-child{
    margin-right: 0;
}
.Ulfooter li a{
    margin: 0;
    padding: 0;
    color: #72828a;
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
}
.Copytext{
    display: block;
    color: #72828a;
    font-size: 11px;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
}


.Slidercontainer ul{
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    
}
.Slidercontainer ul li{
    margin: 0 30px 0 0;
    padding: 25px 30px;
    list-style: none;
    width: 570px;
    height: 530px;
    display: inline-block;
    background: #fff;
    
}
.HeadingSlide{
    font-family: "MuseoSans700";
    font-weight: 700;  
    font-size: 22px;
    color: #202124;
    margin-bottom: 25px;
}
.Slidercontainer ul li p{
    color: #72828a;
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    white-space: normal;
    padding-right: 15px;
    line-height: 23px;
        
}
.Slidercontainer ul li .thumbnail{
    background: transparent;
    border: 0;
    padding: 0;
}
.Slidercontainer ul li .caption {
    color: #333;
    padding: 20px 30px 0;
}
.Nubering_text{
    background: #47c96f none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: right;
    font-family: "MuseoSans300";
    font-size: 35px;
    font-weight: 300;
    margin-right: 0px;
    margin-top: -53px;
    padding: 20px 25px;
    position: relative;
    box-shadow: 0 0 27px rgba(17,17,17,0.3);
}

.Slidercontainer .carousel{
    width: 100%;
    float: left;
     margin-top: 65px;
}
.Slidercontainer .carousel-control{
      height: 8%;
    opacity: 1;
    top: -56px;
    width: 2%;
}

.Slidercontainer .carousel-control.right{
   background-image:none;
   left: 50px;
}
.Slidercontainer .carousel-control.left{
  background-image:none;  
}
.bottomImgSwipe{
    width: 155px; display: inline-block; margin: 23px auto 0;
}


.contact_success {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding-top: 20px;
}



.swiper-container {
        width: 100%;
/*        height: 300px;*/
        height: 620px;
        margin: 20px auto;
    }
    
    .arrowsContainer{
         width: 90px;
/*        height: 11%;*/
        height:70px;
        position: relative;
        margin: 0 0 6px 15px;
    }    
    
    
    .swiper-slide {
        text-align: left;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
/*        -webkit-align-items: center;
        align-items: center;*/
    }
    .append-buttons {
        text-align: center;
        margin-top: 20px;
    }
    .append-buttons a {
        display: inline-block;
        border: 1px solid #007aff;
        color: #007aff;
        text-decoration: none;
        padding: 4px 10px;
        border-radius: 4px;
        margin: 0 10px;
        font-size: 13px;
    }
    
    .swiper-wrapper {
        margin-left: 64px;
    }
    
    .swiper-wrapper .thumbnail{
        border: 0;
        margin: 0;
        padding: 25px 32px 20px;
    }

    .swiper-wrapper .thumbnail > img{
        width: 100%;
    }
    
    
    .swiper-wrapper .thumbnail .caption {
       color: #72828a;
       padding: 21px 25px 0;
       line-height: 23px;
       font-size: 14px;
       font-family: "Open Sans",sans-serif;
       font-weight: 600;
    }
    
    .swiper-button-next{
        background: url('../images/right_angle_icon.png') no-repeat center center !important;
    }
 .swiper-button-prev{
        background: url('../images/left_angle_icon.png') no-repeat center center !important;
    }
    #dropdownSlide{
        width: 263px;
        padding: 35px 0 27px;
        position: absolute;
        z-index:2; 
        top: 68px;
        height: 220px;
        background: #0e1a24;
        right: -65px;
        display: none;
        text-align: center;
    }
    #dropdownSlide:after{
    border-bottom: 16px solid #0e1a24;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    clear: both;
    content: "";
    height: 0;
    left: 43%;
    position: absolute;
    top: -15px;
    width: 0;
    }

    #dropdownSlide .buttonset{
       display: block;
       margin-bottom: 25px; 
    }

    #dropdownSlide .buttonset .ButtonStyle03{
        padding: 12px 30px;
    }
    
     #dropdownSlide .buttonset .ButtonStyle04{
        padding: 12px 26px;
    }
    .bottomdropmenu{
        display: block; 
        padding: 14px 0; 
        background: #fff; 
        color: #192028;
        font-size: 14px;
        font-family: "Open Sans",sans-serif;
        font-weight: 600;
    }
    
     ul.rightul > li:first-child > a.not_hover:hover{
        color: #fff !important;
    }
    
    
    
    
    
/*Here Start Responsive Style*/

@media (min-width: 1900px){

    .container{
        width:1350px;
    
    }
    
    .swiper-wrapper {
    margin-left: 318px;
}
 .FormContainer{
      width: 66.6667%;
      margin-left: 16.6667%;
    }

}




@media screen and (min-width: 1351px) and (max-width: 1899px){ 

    .container{
/*        width:1290px;*/
          width:1280px;
        
    }
    
    ul.Blockul_intro li{
         margin: 0 45px 0 0;
    }
    .Pricing_block_Section{
/*        padding: 70px;*/
        padding: 70px 60px;
        
    }
    .Ads_pricing_block{
        margin-left: 55px;
    }
    
    #dropdownSlide{
        right: -25px;
    }
    #dropdownSlide:after{
    left: 60%;
    }

    .FormContainer{
      width: 66.6667%;
      margin-left: 16.6667%;
    }
    
}

@media screen and (min-width: 992px) and (max-width: 1350px){

    
.container {
    width: 925px;
}
    
    /*=====================HERE START HOMEPAGEDESIGN======================*/
    .Topheader {
    padding: 35px 0 30px;
}
    .Topheader .navbar-nav{
        float: right;
    }
    .rightul{
        margin-top: 20px;
    }
    .Header_Content_Text{
    padding-top: 0;
    width: 41%;
    }
    .Billbord_bg{
        right: -20px;
    }
    ul.Blockul_intro li{
        margin: 0 20px 0 0;
        width: 23%;
        height: 490px;
    }
    .Pricing_block_Section{
        padding: 70px 0;
    }
    .Ads_pricing_block{
        width: 215px;
        height: 217px;
        margin-left: 18px;
    }
    .ulblock_033 {
    margin: 0 60px 0 0;
}
.Block_question{
    margin: 12px 13px;
}
.Slidercontainer ul li{
    width: 466px;
}
.HeadingSlide{
    white-space: normal;
}

#dropdownSlide{
     right: 0;
     top: 118px;
}
#dropdownSlide::after{
    left: 68% !important;
}
.swiper-wrapper {
    margin-left: 5px;
}
.arrowsContainer {
    margin: 0 0 6px -40px;
}
.swiper-wrapper .thumbnail .caption{
    padding: 20px 0 0;
}
.Nubering_text{
    padding: 14px;
    font-size: 30px;
}
}



@media screen and (min-width: 768px) and (max-width: 991px){


   
    
    /*=====================HERE START HOMEPAGEDESIGN======================*/
    .Topheader {
    padding: 35px 0 30px;
}
    .Topheader .navbar-nav{
        float: right;
    }
    .rightul{
        margin-top: 20px;
    }
    .Header_Content{
       text-align: center; 
    }
    .Header_Content_Text{
    padding-top: 0;
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
    }
    .PhotoBillbord {
    display: inline-block;
    float: none;
    height: auto;
    position: relative;
    width: 670px;
}
    .Billbord_bg {
    float: none;
    height: 360px;
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: center;
    width: 100%;
}
    ul.Blockul_intro li {
    float: none;
    height: 345px;
    margin: 12px 14px;
    width: 44%;
}
ul.Blockul_intro li:last-child {
    margin-right: 14px;
}
    .Pricing_block_Section{
        padding: 70px 0;
    }
    .Ads_pricing_block {
    display: inline-block;
    height: 217px;
    margin: 15px 10px;
    width: 235px;
}
.Ads_pricing_block_first {
    margin-left: 10px !important;
}
.SectionPlans {
    padding: 60px 0 90px;
}
    .ulblock_033 {
  display: block;
    float: none;
    margin: 0 auto;
    width: 300px;
}
.last_ulblock_033 {
    margin-right: auto !important;
}
.Block_question{
    margin: 12px 13px;
}
.FormCol {
    margin-right: 12px;
    width: 49%;
}
.Ulfooter li{
    margin: 0 25px 0 0;
}
.Slidercontainer .carousel{
    margin-top: 100px;
}
.Slidercontainer ul li{
    width: 358px;
}
.HeadingSlide{
    white-space: normal;
}
.Slidercontainer ul li .caption {
    color: #333;
    padding: 20px 3px 0;
}

 

#dropdownSlide{
     right: 0;
     top: 118px;
}
#dropdownSlide::after{
    left: 68% !important;
}

.swiper-wrapper {
    margin-left: 5px;
}
.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    width: 48%;
}
.arrowsContainer {
    margin: 0 0 6px -30px;
}
.swiper-wrapper .thumbnail .caption{
    padding: 20px 0 0;
}
.Nubering_text{
    padding: 14px;
    font-size: 30px;
}
/*.Nubering_text{
    font-size: 28px;
    padding: 3px 18px;
     margin-right: 5px;
}*/


}



@media screen and (min-width: 501px) and (max-width: 767px){


    
    
    /*=====================HERE START HOMEPAGEDESIGN======================*/
    .Topheader {
    padding: 35px 0 30px;
    text-align: center;
}
  .Topheader .navbar-nav {
    float: none;
}
.Topheader .nav > li {
    display: inline-block;
    position: relative;
}
    .rightul{
        margin-top: 20px;
    }
    .Header_Content_Text{
    padding-top: 0;
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
    }
    .Header_Content {
    text-align: center;
}
    .PhotoBillbord {
    display: inline-block;
    float: none;
    height: 310px;
    position: relative;
    width: 470px;
}
    .Billbord_bg {
    float: none;
    height:250px;
    left: 0px;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: center;
    width: 100%;
}
    ul.Blockul_intro li {
    float: none;
    height: 390px;
    margin: 12px 14px;
    width: 44%;
}
ul.Blockul_intro li:last-child {
    margin-right: 14px;
}
    .Pricing_block_Section{
        padding: 70px 0;
    }
    .Ads_pricing_block {
    display: inline-block;
    height: 217px;
    margin: 15px 10px;
    width: 235px;
}
.Ads_pricing_block_first {
    margin-left: 10px !important;
}
.SectionPlans {
    padding: 60px 0 90px;
}
    .ulblock_033 {
  display: block;
    float: none;
    margin: 0 auto;
    width: 300px;
}
.last_ulblock_033 {
    margin-right: auto !important;
}
.Block_question{
    margin: 12px 13px;
    width: 465px;
}
.FormCol {
    margin-right: 0px;
    width: 100%;
}
.FormRight {
    margin-right: 0;
    width: 100%;
}
.Ulfooter li{
    margin: 0 25px 0 0;
}
.SectionCta_bar h5{
     margin: 0 0 30px;
}
.Footer{
    text-align: center;
}
.Ulfooter{
  float: none;  
}   

.Slidercontainer ul li{
    width: 284px;
     margin: 0 0 0 10px;
}
.Slidercontainer ul li:last-child{
    display: none;
}
.HeadingSlide{
    white-space: normal;
}
.Slidercontainer ul li .caption {
    color: #333;
    padding: 20px 3px 0;
}
   

/*.Nubering_text{
    font-size: 28px;
    padding: 3px 18px;
    margin-right: 5px;
}*/

#dropdownSlide{
    right: 50px;
    top: 128px;
}
#dropdownSlide::after{
    left: 44% !important;
}
.swiper-wrapper {
    margin-left: 5px;
}
.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    width: 48%;
}
.swiper-wrapper .thumbnail {
    border: 0 none;
    margin: 0;
    padding: 25px 20px 20px;
}
.arrowsContainer {
    margin: 0 0 6px -20px;
}
.swiper-wrapper .thumbnail .caption{
    padding: 20px 0 0;
}
.Nubering_text{
    padding: 14px;
    font-size: 30px;
}

}

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

    
    
    /*=====================HERE START HOMEPAGEDESIGN======================*/
    .headingMain{
         font-size: 30px;
     }
     .SubText_Heading{
         font-size: 13px;
     }
    .Topheader {
    padding: 35px 0 30px;
    text-align: center;
}
  .Topheader .navbar-nav {
    float: none;
}
.Topheader .nav > li {
    display: inline-block;
    position: relative;
}
    .rightul{
        margin-top: 20px;
    }
    .Header_Content {
    text-align: center;
}
    .Header_Content_Text{
    padding-top: 0;
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
    }
    .PhotoBillbord {
     display: inline-block;
    float: none;
    height: 260px;
    position: relative;
    width: 380px;
}
    .Billbord_bg {
     float: none;
    height: 200px;
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: center;
    width: 100%;
}
    ul.Blockul_intro li {
    float: none;
    height: auto;
    margin: 12px 14px;
    width: 84%;
}
ul.Blockul_intro li:last-child {
    margin-right: 14px;
}
    .Pricing_block_Section{
        padding: 70px 0;
    }
    .Ads_pricing_block {
    display: inline-block;
    height: 217px;
    margin: 15px 10px;
    width: 235px;
}
.Ads_pricing_block_first {
    margin-left: 10px !important;
}
.SectionPlans {
    padding: 60px 0 90px;
}
    .ulblock_033 {
  display: block;
    float: none;
    margin: 0 auto;
    width: 300px;
}
.last_ulblock_033 {
    margin-right: auto !important;
}
.Block_question{
    margin: 12px 13px;
    width: 400px;
}
.FormCol {
    margin-right: 0px;
    width: 100%;
}
.FormRight {
    margin-right: 0;
    width: 100%;
}
.Ulfooter li{
    margin: 0 25px 0 0;
}
.SectionCta_bar h5{
     margin: 0 0 30px;
}
.Footer{
    text-align: center;
}
.Ulfooter{
  float: none;  
}
    
    
  .Slidercontainer ul li{
    width: 224px;
     margin: 0 0 0 10px;
     height: auto;
}
.Slidercontainer ul li:last-child{
    display: inline-block;
}
.HeadingSlide{
    white-space: normal;
    font-size: 19px;
}
.Slidercontainer ul li .caption {
    color: #333;
    padding: 20px 3px 0;
}  

/*.Nubering_text{
    font-size: 24px;
    padding: 3px 18px;
     margin-right: 5px;
}*/
#dropdownSlide{
    right: 0px;
    top: 128px;
}
#dropdownSlide::after{
    left: 44% !important;
}
.swiper-wrapper {
    margin-left: 5px;
}
.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    width: 98%;
}
.swiper-wrapper .thumbnail {
    border: 0 none;
    margin: 0;
    padding: 25px 20px 20px;
}
.arrowsContainer {
    margin: 0 0 6px -20px;
}
.swiper-wrapper .thumbnail .caption{
    padding: 20px 0 0;
}
.Nubering_text{
    padding: 14px;
    font-size: 30px;
}


}



@media screen and (min-width: 240px) and (max-width: 479px){

    
    
     /*=====================HERE START HOMEPAGEDESIGN======================*/
     .headingMain{
         font-size: 30px;
     }
     .SubText_Heading{
         font-size: 13px;
     }
    .Topheader {
    padding: 35px 0 30px;
    text-align: center;
}
  .Topheader .navbar-nav {
    float: none;
}
.Topheader .nav > li {
    display: inline-block;
    position: relative;
     padding: 0 0 10px;
}
.Topheader .navbar-default .navbar-nav > li > a{
    margin: 10px 20px 0 0;
}
    .rightul{
        margin-top: 0px;
    }
    .rightul > li > a.ButtonStyle02{
        margin-left: 0 !important;
    }
    
    
    .Header_Content{
        text-align: center;
    }
    .Header_Content_Text{
    width: 100%;
    padding: 0 5px 40px;
    text-align: center;
    }
     .PhotoBillbord {
     display: inline-block;
    float: none;
    height: 210px;
    position: relative;
    width: 250px;
}
    .Billbord_bg {
     float: none;
    height: 130px;
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: center;
    width: 100%;
}
.TopFloating{
    width: 300px;
    height: 212px;
}
    ul.Blockul_intro li {
   float: none;
    height: auto;
    margin: 12px 14px;
    width: 85%;
}
ul.Blockul_intro li:last-child {
    margin-right: 14px;
}
    .Pricing_block_Section{
        padding: 70px 0;
    }
    .Ads_pricing_block {
    display: inline-block;
    height: 217px;
    margin: 15px 10px;
    width: 235px;
}
.Ads_pricing_block_first {
    margin-left: 10px !important;
}
.SectionPlans {
    padding: 60px 0 90px;
}
    .ulblock_033 {
  display: block;
    float: none;
    margin: 0 auto;
    width: 230px;
}
.ulblock_033 li a{
    font-size: 14px;
}
.last_ulblock_033 {
    margin-right: auto !important;
}
.Block_question{
    margin: 12px 13px;
    width: 280px;
    text-align: center;
}
.Icon_Block{
    float: none;
}
.Heading_question{
    display: block;
}
.ph_padding{
    padding-right: 0;
}
.FormCol {
    margin-right: 0px;
    width: 100%;
}
.Submit_buttonStyle{
    float: none;
}
.FormRight {
    margin-right: 0;
    width: 100%;
}
.Ulfooter li{
     display: block;
    margin: 6px 0;
}
.SectionCta_bar h5{
     margin: 0 0 30px;
}
.Footer{
    text-align: center;
}
.Ulfooter{
  float: none;  
}
    


    .Slidercontainer ul li{
    display: block;
    height: auto;
    margin: 0 0 10px 10px;
    width: 300px;
}
.Slidercontainer ul li:last-child{
    display: none;
}
.Slidercontainer .carousel-control{
    left: 12px;
}
.HeadingSlide{
    white-space: normal;
    font-size: 19px;
}
.Slidercontainer ul li .caption {
    color: #333;
    padding: 20px 3px 0;
} 

/*.Nubering_text{
    font-size: 24px;
    padding: 3px 18px;
     margin-right: 5px;
}*/
  #dropdownSlide{
    right: 30px;
    top: 165px;
}
#dropdownSlide::after{
    left: 42% !important;
}  
.swiper-wrapper {
    margin-left: 5px;
}
.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    width: 99%;
}
.swiper-wrapper .thumbnail {
    border: 0 none;
    margin: 0;
    padding: 25px 20px 20px;
}
.arrowsContainer {
    margin: 0 0 6px -20px;
}
.swiper-wrapper .thumbnail .caption{
    padding: 20px 0 0;
}
.Nubering_text{
    padding: 14px;
    font-size: 30px;
}


}



