
.force-small{
    text-transform: lowercase !important
}
/* The slider itself */
.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 25px;
  background: #ffffff;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-radius: 30px;
  position: relative;
  margin: 15px 0 10px;
}


.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 50px;
  height: 24px; 
  background: #ff0042;
  cursor: pointer; 
  border-radius: 30px;
  border:4px solid #fff;
}

.slider::-moz-range-thumb {
  width: 32px;
  height: 14px; 
  background: #ff0042;
  cursor: pointer; 
  border-radius: 30px;
}
 
/*Float Button Number Start*/


.p_cta_right_pne {
    display: none;
    overflow:hidden;
    height:46px;
    width:46px;
    position: fixed;
    right: 20px;
    bottom: 100px;
    background-color:#2b9224;
    z-index: 9999;
    -webkit-border-radius: 30px;
    padding:0 0 0 0;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    border: solid 3px #fff;
    line-height: 7px;
    font-size: 17px;
    font-weight: 600;
-webkit-box-shadow: 6px 8px 5px -6px rgba(0,0,0,0.11);
-moz-box-shadow: 6px 8px 5px -6px rgba(0,0,0,0.11);
box-shadow: 6px 8px 5px -6px rgba(0,0,0,0.11);
cursor:pointer;

-webkit-transition: all 99ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 99ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 99ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 99ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}



.p_cta_right_pne_specific{
        bottom: 160px;
}

.p_cta_right_pne_specific .p_cta_icon_right{
    background-color:#ff9300;
    }
    
 .p_cta_right_pne_specific {
    background-color:#ef8a02;
    }
    
    
    
.p_cta_right_pne_whatsapp {
        bottom: 219px;
}


.p_cta_right_pne_whatsapp .p_cta_icon_right{
    padding:11px 12px;
    }

.p_cta_right_pne_whatsapp .p_cta_icon_right{
    background-color:#2ba11f;
    }
    
 .p_cta_right_pne_whatsapp {
    background-color:#2b9224;
    }
 
 
    
.p_cta_right_pne_whatsapp_single {
        bottom: 160px;
}
 
.p_cta_right_pne a{
    color:#fff !important;
    }
    

.p_cta_icon_right {
    height: 40px;
    width: 40px;
    display:none;
    background-color: #2ba11f;
    font-size: 20px;
    -webkit-border-radius: 50%;
    padding: 12px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    float:left;
    -webkit-transition: all 99ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 99ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 99ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 99ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
} 

.p_cta_icon_right_b {
    display: inline-block;
    float: left;
    height:30px;
    overflow:hidden;
    -webkit-transition: all 222ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 222ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 222ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 222ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
    width:194px;
    padding:16px 6px 6px 6px;       
}

.p_cta_right_pne.atvb {
    width: 248px;
}
    
/*Float Button Number End*/


::-moz-selection { /* Code for Firefox */
 color: #fff;
 background: #324b90;
}
::selection {
    color: #fff;
    background: #324b90;
}
* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    outline: none;

}
p {font-size: 16px}
a,
a:focus {
    outline: none;
    
}
a {
    color: #232323;
    text-decoration: none;
}
a:hover,
a:focus{ text-decoration: none; }
.redcol{ color: #ff0042  !important; }
.sprite{ background: url("../images/sprites.png") no-repeat; display: inline-block; }
.fleft{ float: left; }
.fright{ float: right; }

h1,h2,h3,h4,h5,h6{ color: #262262; }
.fnt30-head{ font-size: 30px; color:#262262; font-weight: 600; text-transform: uppercase; margin-bottom: 15px; }

body{font-family: 'Open Sans', sans-serif;color:#242424;font-size: 14px;overflow-x: hidden !important;}
.montfont{ font-family: 'Montserrat', sans-serif; }
.opensansfont{font-family: 'Open Sans', sans-serif;  }
.latofont{ font-family: 'Lato', sans-serif; }

header{position: absolute;top: 0;left: 0;right: 0;margin: auto;z-index: 222;width: 100%;background: rgba(149, 0, 42, 1.0);padding: 7px 0;color: #fff;transition: all 0.3s ease-out;}
header .logo{}
/* header.stickyheader .logo img{  margin-top: -25px;width: 300px;    margin-top: -5px;  } */
.topnavs{color: #fff;float: right;}
.topnavs a{color: #fff;font-size: 18px;font-weight: 400;padding-right: 16px;}
.topnavs a+a{ border-left: 1px solid #fff; padding-left:16px; padding-right: 0; }
.topnavs a i{ margin-right: 5px; }
.topnavs .livchat-divs{padding-bottom: 5px;}
.topnavs .livchat-divs,
.topnavs .btn-radius-top{ display: inline-block;}
.topnavs .btn-radius-top{margin-left: 22px;}

.topnavs .btn-radius-top a{border: 2px solid #fff;border-radius: 20px;padding: 8px 20px;font-size: 16px;font-weight: 500;margin: 0 5px; font-family: 'Montserrat', sans-serif; background-color: #fff; color: #242424;}
.topnavs .btn-radius-top a:hover{ background: transparent;color: #ffffff; }
.topnavs .btn-radius-top a:hover i{ color: #fff !important; }



.topnavs .btn-radius-top a:hover i{    color: #ff0042;  }
.topnavs .btn-radius-top a+a{background-color: #fff;color: #242424;margin-right: 0;}
.topnavs .btn-radius-top a+a i { color: #ff0042; font-weight: 700; }
.topnavs .btn-radius-top a i { margin-right: 2px; }
header .main-nav{ display: block; }
header .main-nav > ul{display: block;width: 100%;float: left;margin-bottom: 0;text-align: right;position: relative;}
header .main-nav ul li{display: inline-block; z-index: 2222222;}
header .main-nav ul > li > a{color: #fff;font-size: 14px;font-weight: 400;padding: 20px 10px 24px;display: block;position: relative;}
header .main-nav ul > li.dropparent:hover > a::after{    content: '';position: absolute;left: 20px;bottom: 3px;width: 0px;height: 0px;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 10px solid #ff0042;}

header .main-nav ul > li > a i{/* margin-left: 5px; */}
header .main-nav ul > li:first-child a{ padding-left: 0; }
header .main-nav ul > li:last-child a{ padding-right: 0; }
.LD .bannermm {background: url(../images/lp-logoDesign.jpg) no-repeat;background-size: cover;background-position: center;min-height: 670px;} 
.bannermm{ position: relative; width: 100%; background: url("../images/banner1-home.jpg") no-repeat; background-size: cover;  padding: 130px 0 20px;
    min-height: 590px;}
.bannermm.webbanner { background: url("../images/websitebanner-home.jpg") no-repeat; background-size: cover; }
.bannermm .leftcont-ban h1{font-size: 33px;color: #fff;font-weight: 600;border-bottom: 2px solid #fff;padding-bottom: 15px;}
.bannermm .leftcont-ban h1 span{ font-weight: 300; font-size: 38px; }
.bannermm .leftcont-ban p span {background: #ffd200;color: #af0f35;font-weight: 700;padding: 5px;border-radius: 12px;}
.bannermm .leftcont-ban p span i{ font-style: normal; opacity: 0.8; }
.bannermm .leftcont-ban p span+span{ background: transparent; color: #b0b0b0; padding: 0; font-weight: initial; /*opacity: 0.6;*/ }
.bannermm .leftcont-ban p span.was {background: transparent;color: #ffffff;font-weight: normal;   position: relative; padding: 0; color: #c4c4c4}
.bannermm .leftcont-ban p span.was::before{     content: '';background: #fff;width: 100%;height: 2px;display: block;position: absolute;top: 13px;margin: auto;left: 0;right: 0;transform: rotate(-22deg);z-index: 2; }
.bannermm .leftcont-ban h1 strong{ font-weight: 700; font-size: 62px; margin-bottom: 8px; display: block; }
.bannermm .leftcont-ban p{ color: #fff; font-size: 24px;font-family: 'Montserrat', sans-serif; font-weight: 300; padding-top: 10px; }
.clrPink {color: #ff0042;font-weight: 800;}
.content-incred h3 .bld {font-weight: 800;}
.bannermm .leftcont-ban ul li {color: #ffffff;font-size: 16px;line-height: 1.6;font-family: 'Montserrat', sans-serif; padding: 3px 0;}
.posrel{ position: relative; }
.posinit{ position: initial; }
.leftcont-ban a{font-size: 23px; font-weight: 300; border-radius: 30px; border:1px solid #fff; color: #fff; padding: 8px 20px; 
    margin-top: 30px; display: block; width: 250px; height: 49px; overflow: hidden; transition: all 0.3s ease-out; }
.leftcont-ban a i{ /*display: none;*/ }
.tabsmainport .innertabcontents { display: none; }
.tabsmainport .innertabcontents.active { display: block; }
.leftcont-ban a i.btnarow{  background-position: -3px -3px; width: 39px; height: 10px;  margin-left: 9px; vertical-align: middle; margin-top: -1px; }    
.leftcont-ban a:hover{ background-color: #fff; color: #242424; font-weight: 500; width: 303px;  }
.leftcont-ban a:hover i{background-position: -3px -19px;}
.mainhome .bannermm{ height: 100vh;/*  min-height: 890px; */   display: flex;align-items: center;padding: 0;}
.incred-expe{  padding: 20px 0; width: 100%; float: left; }
.incred-expe .content-incred h3{ color:#111111; font-size: 36px; font-weight: 400;  margin: 0 0 30px; }
.incred-expe .content-incred .fnt-18{ font-size: 18px; margin-bottom: 20px; }
.incred-expe img{float: right;}
.content-incred h5 {color: #ff0042 !important;}
.incred-expe .content-incred h3 {font-size: 30px;font-weight: 300; border-bottom: 1px solid #d8d8d8;
    padding-bottom: 20px;}
.incred-expe .content-incred h5 {font-size: 20px;font-weight: 700; color: #111111;}
.incred-expe .slides-mm {display: flex;align-items: center;}




.det-packages,.homeport-mm{  width: 100%; float: left; padding:50px 0; }
.sechead{ width: 100%; text-align: center; }
.sechead h3{ color: #111111; font-size: 38px; line-height: 48px; font-weight: 700; }
.sechead p{ font-size: 16px; color: #505050;line-height: 25px; margin-top: 21px; margin-bottom: 30px; }
.toptabs1{width: 100%;float: left;margin-bottom: 0;text-align: center;margin-bottom: 24px;
}
.toptabs1 li{width: 170px;display: inline-block;margin: 0 5px;transition: all 0.3s ease-out; margin-bottom: 16px; }
.toptabs1 li span,
.toptabs1 li a{border:1px solid #d8d8d8;border-radius: 30px;padding: 8px 10px;text-align: center;display: block;font-size: 15px;color: #8c4c8f; 
    transition: all 0.3s ease-out; cursor: pointer; }
.toptabs1 li.active span,
.toptabs1 li.active a,
.toptabs1 li:hover span,
.toptabs1 li:hover a{ background-image: linear-gradient(to right, #fd0043 , #721e72); color: #fff; border: 1px solid transparent; }
.portfoliomaindivs .topbartabs{position: relative;width: 100%;float: left;}
.portfoliomaindivs .tabschildrens{display: block;width: 100%;float: left;background: #fff;border: 1px solid #d1d7e3;position: relative;border-top: none;margin-top: -1px;}
.portfoliomaindivs .tabschildrens ul{ margin-bottom: 0; text-align: center; }
.portfoliomaindivs .tabschildrens ul li{display: inline-block;padding: 10px 15px; position: relative; }
.portfoliomaindivs .tabschildrens ul li+li:before{content: '';background: #242424;width: 4px;height: 1px;position: absolute;left: -5px;font-size: 15px;top: 0;bottom: 0;margin: auto;}
.portfoliomaindivs .tabschildrens ul li span{ color: #242424; font-size: 14px; cursor: pointer; }
.portfoliomaindivs .tabschildrens ul li.active span{ color: #ff0042; }
.portfoliomaindivs .topbartabs .container{ position: relative; }
.portfolio-mmbx .box-ports {margin-bottom: 30px;position: relative; overflow: hidden; transition: all linear 0.3s; }
.portfolio-mmbx .box-ports img{ width: 100%; border:1px solid #e2dfdf; height:auto; }
.portfolio-mmbx{ margin-top: 0px; position: relative; }
.hovereffects-det{
  background-image: linear-gradient(to right, rgba(247, 3, 67, .7) , rgba(106,29,109,0.7));position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;width: 100%;display: flex;align-items: center;
    flex-flow: column;justify-content: center;
        -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); opacity: 0; }
 .portfolio-mmbx .box-ports:hover .hovereffects-det{      -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);  opacity: 1;  }
.portfolio-mmbx .box-ports:hover{ transform: scale(1.1); z-index: 2; }    
.hovereffects-det h3{ color: #fff; text-align: center; font-size: 25px; font-weight: 700; text-transform: uppercase; }
.btnstyles-nn a{ color: #fff; border-radius: 20px; font-size: 18px; font-weight: 500; margin: 5px display: inline-block;    }
.btnstyles-nn a:focus {color: #ffffff;}
.btnstyles-nn a i{ margin: 0 5px;font-size: 40px;}

.portfolio-mmbx .leftcont-ban { text-align: center; }
.portfolio-mmbx .leftcont-ban a{border-color: #cbcbcb;
    color: #ff0042;
    transition: width 0.3s linear, color 0.3s linear;
    margin: 40px auto 45px auto;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 70px;
    font-size: 18px;
    line-height: 30px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
  }
.portfolio-mmbx .leftcont-ban a:hover{background-image: linear-gradient(to right, #fd0043 , #721e72);color:white;}
.portfolio-mmbx .leftcont-ban a:hover i{ background-position:  -3px -3px; }
.lSPager {
    display: none;
}


.our-process-container {
    padding-top: 30px;
    padding-bottom: 30px;
    float: left;
    width: 100%;
}

.section-title {
    text-align: center;
    padding: 0 0 20px;
    margin: 0 auto 10px;
    max-width: 1170px
}

.section-title h4 {
    font-size: 40px;
    line-height: 48px;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    font-weight: 700
}

.section-title h6 {
    color: #6b6b6b;
    font-size: 16px;
    margin: 0
}

.process-desc p {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px
}

.single-process {
    display: inline-block;
    margin: 20px 0;
    padding: 0 20px;
    vertical-align: top;
    text-align: center;
    position: relative;
}
.single-process:before{
    border: 2px dashed #ccc;
    width: 70%;
    content: "";
    position: absolute;
    right: -35%;
    top:10%;
    height: 1px;
}
.process-container .single-process:last-child:before{display: none;}
.process-num{color:#505050; font-size:30px; text-transform: uppercase; font-weight: bold;margin-bottom: 20px; opacity: 0.5;}
.single-process:hover .process-num{opacity:1;}
.process-num span{
    display: block;
    color: #f6013f;
    font-size: 55px;
    line-height: 50px;
}
.process-thumb{
    background: url(../images/step-bg.png) no-repeat center;
    background-size: 90% 100%;
    padding: 15% 0;
    height: 220px;
    margin-bottom: 50px;
}

.single-process:hover .process-thumb  {
    background: url(../images/step-bg-hover.png) no-repeat center;
    background-size: 90% 100%;
    padding: 15% 0;
}
    .process-thumb{
    background: #cccc;
    /* background-size: 90% 100%; */
    padding: 25% 0;
    height: 200px;
    margin-bottom: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    width: 200px;
}
    .single-process:hover .process-thumb {
    background: #f6013f;
    padding: 25% 0;
    }

.single-process img{
    margin: 0 0 10px;
    width: 50% !important;
    display: inline-block !important;
}

.single-process:hover img {
    margin: 0 0 10px;
    filter: brightness(0) invert(1);
}

.single-process h6{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase;
}
.process-desc {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

.process-container {
    position: relative;
    display: block !important;
}



.cta2 {background: url(../images/cta2.jpg);width: 100%;float: left;min-height: 170px;background-size: cover;background-position: center;background-repeat:no-repeat;display: flex;align-items: center;}
.banFormTp p.haschildren .child-tooltip {position: absolute;right: 0;top: 7px;color: #ff0042;}
.cta2 .callsdivs .reserveOffer {display: inline-block;position: relative; margin-left: 10px; }
.cta2 .callsdivs .reserveOffer h4 {text-align: left;color: #ffffff;margin-bottom: 0;font-weight: 400;margin-top: 0;}
.cta2 .callsdivs .reserveOffer+.reserveOffer {padding-left: 15px;margin-left: 10px;}
.cta2 .callsdivs .reserveOffer+.reserveOffer::before {content: '';position: absolute;height: 85%;border-left: 1px solid #ffffff;left: -2px;}

.cta2 .btn-radius-top {}
.cta2 .btn-radius-top {display: inline-block;}

.cta2 .btn-radius-top a {
    border: 2px solid #fff;
    color: #000;
    border-radius: 20px;
    padding: 8px 40px;
    font-size: 18px;
    font-weight: 600;
    margin: 0 5px;
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    transition: all 0.3s ease-out;
}
.cta2 .btn-radius-top a i {
  color: #ff0042;
  margin-right: 10px;
  transition: all 0.3s ease-out;
}
.cta2 .btn-radius-top a:hover {color: #fff; background-color: #ff0042; }
.cta2 .btn-radius-top a:hover i {
    color: white;
}

.maincta {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 23px 0 40px 0;
    text-align: center;
}
.padleft0 {
    padding-left: 0 !important;
}
.maincta h3 {
    color: #fff;
    font-size: 31px;
    font-weight: 400;
    margin: 0;
    line-height: 45px;
    margin-bottom: 8px;
}
.maincta p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}
.maincta h3 strong {
    font-size: 31px;
    font-weight: 700;
}
.maincta .btn-radius-top {margin-top: 20px;}
.maincta .btn-radius-top {display: inline-block;color: #ffffff;font-weight: 600;font-size: 18px;}
.maincta .callsdivs {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    display: block;
    text-align: center;
    float: left;
    width: 100%;
    padding: 20px 0;
    text-shadow: 0px 0px 1px #313131;
}

.maincta .btn-radius-top a {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: 500;
    margin: 0 5px;
    font-family: 'Montserrat', sans-serif;
    display: inline-block; vertical-align: middle;

}
.maincta .btn-radius-top a+a {
    background:transparent;
    color: #ffffff;
    margin-right: 0;
    font-weight: 600;
}
.maincta .btn-radius-top a:hover {
    color: #ff0042;
    background-color: #fff;
    transition: width 0.5s linear, color 0.5s linear;
}
.how-works {
    padding: 30px 0;
    width: 100%;
    float: left;
}
.maincta .callsdivs a {
    color: #fff;
}
.howworks-mm{margin: 40px 0;  }
.howworks-mm .designbrief{  text-align: center; position: relative; transition: all 0.3s ease-out;}
.howworks-mm .designbrief:hover .processicons{ transform: scale(1.07); }
.howworks-mm .designbrief:before{ content: "01"; position: absolute; top: 0; left: 30px; font-size: 23px; font-weight: 700; color: #ff0042; }
.howworks-mm .col-md-3+.col-md-3 .designbrief:before{ content: "02"; }
.howworks-mm .col-md-3+.col-md-3+.col-md-3 .designbrief:before{ content: "03"; }
.howworks-mm .col-md-3+.col-md-3+.col-md-3+.col-md-3 .designbrief:before{ content: "04"; }
.howworks-mm .designbrief .processicons{
  transition: all 0.3s ease-out;
  background: url("../images/sprites.png") no-repeat;
  display: inline-block;
  background-position: -510px -489px;
  width: 169px;
  height: 198px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  position: relative;
  z-index: 2;
  }
.howworks-mm .designbrief .processicons i{background-position: -25px -699px;width: 41px;height: 52px;margin-top: -25px;}  
.howworks-mm .designbrief .processicons i.icon2{background-position: -82px -704px; width: 51px; height: 47px;}  
.howworks-mm .designbrief .processicons i.icon3{background-position:-146px -701px; width: 52px; height: 52px;}  
.howworks-mm .designbrief .processicons i.icon4{background-position:-214px -704px; width: 50px; height: 50px;}  

.howworks-mm .designbrief .processicons i.icon5{background-position:-13px -779px; width: 47px; height: 51px;} 
.howworks-mm .designbrief .processicons i.icon6{background-position:-78px -781px; width: 48px; height: 48px;} 
.howworks-mm .designbrief .processicons i.icon7{background-position: -147px -778px; width: 51px; height: 51px;} 
.howworks-mm .designbrief .processicons i.icon8{background-position:-216px -778px; width: 51px; height: 49px;}  
.howworks-mm .designbrief h3{ font-size: 18px; color: #111111; font-weight: 700; }
.howworks-mm .designbrief p{ font-size: 14px; color: #242424; }
.howworks-mm .col-md-3+.col-md-3 .designbrief:after{content: '';border-top: 2px dashed #ccc;width: 100px;display: block;position: absolute;top: 30%;left: -24%;transform: translateY(-50%);-moz-transform: translateY(-50%);}
.testimonials {width: 100%;float: left;padding:100px 0;overflow: hidden; background: #f1f1f1;}
.testimonials h3 {color: #111111;font-size: 36px;font-weight: 700;text-align: center;margin: 0;margin-bottom: 10px;}
.testimonials p {text-align: center;font-weight: 500;}
.testimonials .testi .testi-img {min-height: 160px;position: relative;}
.testimonials .testi .testi-img img {float: left;margin-right: 25px;margin-bottom: 25px;}
.testimonials .testi .testi-img h4 {font-size: 18px;color: #ff0042;font-weight: 600;text-transform: uppercase; display: none}
.testimonials .testi .testi-img p {text-align: left;font-size: 13px;color: #242424;}
.testimonials .testi .testi-desc {border-top: 1px solid #d0d0d0;padding: 10px 0;width: 100%;float: left;}
.testimonials .testi .testi-desc ul li {float:left;font-size: 13px;width: 33.33%;}
.testimonials .testi .testi-desc ul li:last-child{float:right;}
.testimonials .testi .testi-desc i {font-size: 13px;color: #ffaa20;}
.testimonials .testi .testi-desc .verify {background: url(../images/sprites.png) no-repeat;background-position: -181px -7px;width: 16px;height: 16px;display: inline-block;margin-right: 5px;vertical-align: middle;}
.testimonials .packagesall .portfolio-mmbx .leftcont-ban a {width: 145px;}
.testimonials .packagesall .portfolio-mmbx .leftcont-ban a:hover {width: 190px;}
.testimonials .row.testi-main {padding-top: 30px;}
.maincta .callsdivs {color: #fff;font-size: 24px;font-weight: 400;display: block;text-align: center;float: left;width: 100%;padding: 20px 0;text-shadow: 0px 0px 1px #313131;}
footer {background: #242424;width: 100%;float: left;padding: 10px 0 0 0;}
footer .container {padding-bottom:}
footer .listpge {padding-bottom: 15px;}
footer h3 {color: #fff;font-size: 16px;font-weight: 600;}
footer ul {}
footer ul li {position: relative;padding:5px 0 5px 14px;}
footer ul li::before {content: "\f105";position: absolute;font-family: fontAwesome;font-size: 11px;color: #888888;left: 0;top: 9px;}
footer ul li a {color:#888888;font-size: 13px;}
footer ul li a:hover,a:focus {color: #a2a1a1;}
.footer-bottom {background: #181818;padding: 10px 0;}
.footer-bottom h4 {color: #999999;font-size: 14px;}
.footer-bottom p {color: #999999;font-size: 11px;}
footer .padd-btd {padding: 30px 0;}
footer .social-icons.padd-btd {padding: 0px 0 0px 20px;border-left: 1px solid #4a4a4a;}
footer .footer-logo img {}
.ulsme-ctct ul li a {margin-left: 7px;}
.ulsme-ctct ul li::before {content: "\f095";color: #ff0042;font-size: 12px;}
.ulsme-ctct ul li+li::before {content: "\f0e0";}
.ulsme-ctct ul li+li+li::before {content: "\f086";}
footer .brdr-top {padding: 10px 5px 10px 0;}
footer .brdr-top .social-icons h4 {color: #ffffff;font-size: 16px;margin: 0 0 10px 0;font-weight: 600;}
footer .brdr-top .social-icons i {font-size: 22px;color: #888888;margin: 0 4px;border: 2px solid;border-radius: 100%;padding: 9px 11px 10px 11px;width: 45px;height: 45px;display: inline-flex;align-items: center;justify-content: center;transition: 0.5s;}
footer .brdr-top .social-icons i:hover {color: #3b7dff;}
footer .brdr-top .social-icons a+a i:hover { color: #f00;}
footer .brdr-top .social-icons a+a+a i:hover{ color: #0056ff; }
footer .brdr-top .social-icons a+a+a+a i:hover{ color: #0274b3; }
footer .brdr-top .social-icons a+a+a+a+a i:hover{ color: #55adec; }
footer .brdr-top .subcribe h4 {color: #ffffff;margin: 0;font-weight: 600;font-size: 16px;}
footer .brdr-top .subcribe input {margin-top: 15px;border-radius: 25px;padding: 15px 38px;border: 0;width: 100%;font-weight: 700;color: #242424;font-size: 13px;}
footer .brdr-top .subcribe.padd-btd {padding: 12px 0;}
footer .brdr-top .subcribe i {color: #ff0042;position: absolute;top: 62px;left: 30px;font-weight: 600;}
footer .brdr-top .subcribe button {color: #ffffff;background: #ff0042;border:0;position: absolute;right: 20px;bottom: 16px;padding: 10px 30px;border-radius: 34px;}
.categ {background: #efefef;width: 100%;float: left;padding: 20px 0;}
.categ .d-flex{display: flex; align-items: center}
.categ h4 {font-size: 23px;position: relative;padding: 11px 0; text-align: left;}
.categ h4::after{ content: '';position: absolute; right: -14px; top: 0; width: 1px; height: 100%; background: rgba(0,0,0,0.4); border-radius: 8px }
.categ h5 {text-align: center;line-height: 19px;font-size: 15px;color: #000000;font-weight: 600;}
.categ .logo-categories {display: block;text-align: center;}
.cta2 .callsdivs {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    display: block;
    float: left;
    width: 100%;
    padding: 20px 0 20px;
    text-shadow: 0px 0px 1px #ffffff;
}
.cta2 .callsdivs.pt-0 {
  padding-top: 0px !important;
}
.cta2 .callsdivs a {
    color: #fff;
}
.cta2 h2 {color: #ffffff;font-weight: 600;margin: 10px 0 10px;}
.cta2 p {color: #ffffff;font-size: 20px;}
.cta2 p strong{ font-size: 24px; }
.bannerForm {background: rgb(0,0,0);min-height: 405px;border-color: #ff0042;text-align: center;width: 75%;margin: 0 auto;padding: 10px 0px;overflow: hidden;}
.bannerForm > * {padding: 10px 25px;}
.bannerForm .banFormTp  {position: relative;}
.bannerForm .banFormTp h2 {color: #ffffff;font-weight: 700;font-size: 28px;margin: 0; padding: 0}
.bannerForm .banFormTp h2::before {content: '';position: absolute;left: 0;display: block;padding: 5px;border-left: 5px solid #ff0042;height: 100%;}
.bannerForm .banFormTp p {color: #ffffff;font-size: 14px;font-weight: 600;}
.banFormBtt {width: 100%;float: left;}
.banFormBtt input[type='submit'] {font-weight: 600;font-size: 19px;color: #ffffff;background: #ff0042;padding: 8px 30px;border-radius: 25px;display: inline-block;margin-bottom: 8px;border: none; outline: none}
.banFormBtt p {color: #ffffff;font-size: 13px;}

.packdetails {
    padding: 10px 0;
}
.packdetails .listpacks {
    display: block;
    width: 100%;
    float: left;
    padding: 15px 0;
    margin: 0;
    height: 250px;
    border-bottom: 1px solid #d1d7e3;
}
.fixedform form {
    width: 100%;
}
.fixedform .mm-field {
    position: relative;
    border-radius: 2px;
}
.fixedform .mm-field {
    margin-bottom: 13px;
    width: 100%;
    position: relative;
}
fieldset {
    position: absolute;
    top: 16px;
    left: 70px;
    z-index: 2;
    color: #666666;
    font-size: 15px;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease-in-out;
    color: #ffffff;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
fieldset {
  /*  padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;*/
}
.fixedform .mm-field input[type=text], .fixedform .mm-field select, .fixedform .mm-field input[type=email] {
    background-color: transparent !important;
    z-index: 10;
    position: relative;
    border: 1px solid #fff;
    padding: 18px 10px 13px 60px;
    width: 100%;
    color: #ffffff;
    border-radius: 25px;
}
.fixedform .mm-field.emailfield:before {
    background-position: -623px -167px;
    width: 52px;
    height: 44px;
}
.fixedform .mm-field input {
    width: 100%;
}
.redcol {
    color: #ff0042 !important;
}
label {color: #ffffff;}

.mm-field.pnfields fieldset {left: 90px;}
.mm-field.pnfields .intl-tel-input {width: 100%;}
.fixedform .mm-field::before {content: '';background: url(../images/sprite-form.png) no-repeat;width:19px;height: 19px;background-position: -9px -6px;display: inline-block;margin: 0;position: absolute;left: 22px;top: 17px;}

.fixedform .mm-field.emailfield::before {content: '';background: url(../images/sprite-form.png) no-repeat;width:19px;height: 19px;background-position: -36px -5px;display: inline-block;margin: 0;position: absolute;left: 24px;top: 16px;}

.fixedform .mm-field.pnfields::before {content: '';background: url(../images/sprite-form.png) no-repeat;width:19px;height: 19px;background-position: -36px -5px;display: none;margin: 0;position: absolute;left: 22px;top: 11px;}

.tooltp {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  color: #ffffff;
}

.tooltp .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  /* Position the tooltip */
  position: absolute;
  z-index: 99999999;
  font-size: 13px;
      left: 50%;
      top: 100%;

}

.tooltp:hover .tooltiptext {
  visibility: visible;
}
.banFormTp .tooltp i {background: #ffd200;color: #000000;padding: 2px 6px;border-radius: 10px;}

.AN .bannermm{     background: url(../images/animationbanner-lp.jpg) no-repeat ; background-size: cover !important; }
.bannerForm {   margin: 0px auto 40px; }
/*.packagesbranding .innertabcontents {
    display: none;
}
.packagesbranding .innertabcontents.active {
    display: block;
}*/
.portfoliomaindivs .tabschildrens{ background-color: transparent; }
/*.AN .innertabcontents { display: inline-block; }*/
.AN .packagesbranding  .col-md-3{ width: 265px; }
/*.packagesbranding { width: 4000px; }*/
.AN .categ .logo-categories { text-align: center; display: block; }
.AN .categ .logo-categories img{display: block;margin: auto auto 6px;}
.AN .categ h5{text-align: center;line-height: 19px;font-size: 15px;}
.AN .bd-left{ border-left: 1px solid #c6c5c5; }
.AN .det-packages .boxpackages .packheads h3{ font-size: 21px; }

.mcs-horizontal-example{
  width: 100%;
  /*height: 165px;*/
  overflow-x: auto;
  white-space: nowrap;
  margin: 25px 0 20px 0;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.mcs-horizontal-example .item{
  display: inline-block;
  height: 145px !important;
}
.mcs-horizontal-example-stretch{
  width: 75%;
  overflow-x: auto;
}
.mcs-horizontal-example-stretch .item{
  display: block;
  float: left;
}
.mcs-horizontal-example-text-stretch{
  width: 100%;
  overflow-x: auto;
  display: -webkit-flex; display: flex;
  -webkit-flex-direction: row; flex-direction: row;
  align-items: flex-start;
  -webkit-flex-shrink: 1; flex-shrink: 1;
}
.mcs-horizontal-example-text-stretch .mCSB_container{
  display: -webkit-flex; display: flex;
}
.mcs-horizontal-example-text-stretch .item{
  -webkit-flex: 1 0 auto; flex: 1 0 auto;
}
.mcs-horizontal-example-text-stretch p{
  -webkit-flex: 2 0 auto; flex: 2 0 auto;
  max-width: 100%;
  display: inline-block;
}
.packagesbranding .boxpackages{     min-height: 540px; }

.slick-dots {
    position: absolute;
    bottom: -10px;
    left: 0;
    list-style: none;
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0px 3px;
    cursor: pointer;
    width: initial;
    height: initial;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 11px;
    height: 11px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: #cecece;
    border: 1px solid #d8d8d8;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    border-radius: 200px 200px 200px 200px;
}
.slick-dots li.slick-active button {
    background: #ea333f;
    width: 11px;
    border: 1px solid #ea333f;
}
.slick-prev, .slick-next{ background: url("../images/sprites.png") no-repeat; background-position: -51px 0;  width: 55px; height: 14px; }
.slick-next{ background-position:  -54px -17px; }
.slick-prev:before, .slick-next:before{ display: none; }


.WD .bannermm {
    background: url(../images/lp-webDesign.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 670px;
}
.Branding .bannermm {
  background: url(../images/lp-brading.jpg) no-repeat;
  background-size: cover;
    background-position: center;
    min-height: 670px;
}
.Branding .bannermm .leftcont-ban h1 strong {font-size: 55px;}

.animate .bannermm {background: url(../images/lp-animationBG.jpg);background-size: cover;background-position: center;min-height: 670px;}
.AN .bannermm .leftcont-ban h1 strong {font-size: 52px;}


.enterprices-bundles{ width: 100%; float: left; padding: 30px 0; background-size: cover; background-position: center; background-repeat: no-repeat;overflow: hidden; 
margin-bottom: 10px; }
.enterprices-bundles h3,
.enterprices-bundles p{ color: #fff; position: relative; }
.enterprices-bundles h3{ position: relative;    padding-bottom: 15px; margin-bottom: 15px; }
.enterprices-bundles h3:before{ content: ''; position: absolute; left: 0; right: 0; margin: auto; background: #fff; width: 192px; height: 4px;  bottom: 0; }
.enterprices-bundles .sechead{ margin-bottom: 30px; }
.pacbundles-det .headbx-bundle .fleft { width: 100%; }
.pacbundles-det .headbx-bundle .fleft h4{color: #fff;font-size: 20px;font-weight: 700;margin: 0 0px 0 0;float: left;width: 143px;}
.pacbundles-det .headbx-bundle .packbundleprice{/* float: left; */font-size: 12px;color: #b3b3b3;font-weight: 600;line-height: 20px;padding: 0 0 0 15px;position: relative;display: inline-block;float: right;}
.pacbundles-det .headbx-bundle .packbundleprice span{ font-size: 25px; font-weight: 700;display: block; }
.pacbundles-det .headbx-bundle .packbundleprice:before{ content: ''; position: absolute; left: 0; bottom: 0; width: 1px; height: 20px; background:#fff; }
.pacbundles-det .headbx-bundle{  }
.pacbundles-det .headbx-bundle ul.listbundles-packbx{display: block;width: 100%;float: left;padding: 15px 0;margin: 0;}
.pacbundles-det .headbx-bundle ul.listbundles-packbx > li{position: relative;padding: 5px 25px;font-size: 14px;color: #fff; }
.pacbundles-det .headbx-bundle ul.listbundles-packbx > li.last{ border-bottom: none; }
.pacbundles-det .headbx-bundle ul.listbundles-packbx > li:before{content: "\f00c";display: inline-block;font: normal normal normal 14px/1 FontAwesome;position: absolute;left: 0;top: 7px;color: #fff;}
.pacbundles-det .headbx-bundle li.haschildren .child-tooltip{ position: absolute;right: 20px; top: 7px; color: #fff; }
.pacbundles-det .headbx-bundle li.haschildren .child-tooltip:before{ content: "\f05a";display: inline-block;font: normal normal normal 14px/1 FontAwesome;  }
.pacbundles-det .headbx-bundle li.haschildren ul{ display: none; position: absolute; border-radius: 4px; opacity: 0.8; right: 20px; color: #fff; width: 200px; background: #000; padding: 10px 10px; overflow: hidden; z-index: 9; text-align: center; }
.pacbundles-det .headbx-bundle li.haschildren ul li{ font-size: 13px; }
.enterprices-bundles .totalpackagespricess{  border-top: 1px solid #fff; margin-top: 20px; padding: 10px 0; }
.enterprices-bundles .totalpackagespricess h4{ font-size: 32px; color: #fff; font-weight: 700; display: inline-block; }
.enterprices-bundles .totalpackagespricess .underline-txt{text-decoration: line-through;margin-left: 5px;}
.enterprices-bundles .totalpackagespricess .yellcol{color: #f6ff00;font-size: 40px;font-weight: 700;margin-left: 5px;}
.enterprices-bundles .totalpackagespricess .btn-orders-bundles{
    float: right;
    margin-top: 8px;
}
.enterprices-bundles .totalpackagespricess .btn-orders-bundles a{background: #fff;padding: 8px 28px;background: #fff;color: #ff0042;font-size: 20px;border-radius: 30px;display: inline-block;font-weight: 600;margin-bottom: 5px;
    box-shadow: -1px 3px 20px -1px #00000069;}
  
.enterprices-bundles .totalpackagespricess .btn-orders-bundles a:hover{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e2e2e2+50,ffffff+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,226,226,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
} 
label.error{ display: none !important; }
input.error{ border-color: #ff0000 !important; }
.animpackages .innertabcontents {
    display: none;
}
.animpackages .innertabcontents.active{ display: block; }

.slidertest-mm .slick-dots{ bottom: -30px; }
.callicons{ background: url("../images/callicons-w.png") no-repeat; width: 26px; height: 26px;display: inline-block; vertical-align: middle; }
.maincta .btn-radius-top a:hover .callicons{ background: url("../images/callicons.png") no-repeat; }

.toptabs1{width: 100%;float: none;margin-bottom: 0;text-align: center; margin: 20px 0;}
.toptabs1 li{width: 150px;display: inline-block;margin: 0 5px;transition: all 0.3s ease-out; }
.toptabs1 li span,
.toptabs1 li a{border:1px solid #d8d8d8;border-radius: 30px;padding: 8px 10px;text-align: center;display: block;font-size: 14px;color: #ff0042; 
    transition: all 0.3s ease-out; cursor: pointer; }
.toptabs1 li.active span,
.toptabs1 li.active a,
.toptabs1 li:hover span,
.toptabs1 li:hover a{ background: #ff0042; color: #fff; font-weight: 700; border: 1px solid transparent; }
.LD .portfolio-mmbx .leftcont-ban a {display: none;}
.WD .portfolio-mmbx .leftcont-ban a {display: none;}
.AN .portfolio-mmbx .leftcont-ban a {display: none;}
.AN .testimonials {padding-bottom: 40px;}
.Branding .portfolio-mmbx .leftcont-ban a {display: none;}
.boxpackages .packdetails .listpacks h3 {font-size: 22px;color: #ff0042;font-weight: 700;}
.liveChat {display: inline-block;padding-left: 8px;}
.topnavs .liveChat h4 {margin: 0;color: #ffffff;font-weight: 500;margin-left: 25px;font-size: 14px;}
.maincta .btn-radius-top .bdsnew-lp{border: 2px solid #fff;color: #fff;border-radius: 30px;font-size: 18px;font-weight: 500;margin: 0 5px;font-family: 'Montserrat', sans-serif;display: inline-block;padding: 0;overflow: hidden;vertical-align: middle;}
.maincta .btn-radius-top .bdsnew-lp a{border: none;float: left;border-radius: 0;margin: 0;}
.maincta .btn-radius-top .bdsnew-lp a+a{ position: relative; padding: 8.5px 15px;}
.maincta .btn-radius-top .bdsnew-lp a+a:before{ content: ''; position: absolute; left: -1px; background: #fff; width: 1px;     height: 50%; top: 0;
bottom: 0; margin: auto;}
.maincta .btn-radius-top .bdsnew-lp a+a:hover:before{background: transparent;}
.bdsnew-lp .callicons{transform: scale(0.8);}
/*.topnavs .livchat-divs {border-bottom: 1px solid #fff;}*/
.liveChat.separator {position: relative;}
.liveChat.separator::before {content: '';position: absolute;border-left: 1px solid #ffffff;height: 85%;left: -5px;}

.ld1 .bannermm{ background: url("../images/logodesign-lp1-bann.jpg") no-repeat;background-size: cover;
    background-position: center;
    min-height: 670px; }
.ld1 .bannermm .leftcont-ban h1{ font-size: 17px; display: inline-block; }
.ld1 .bannermm .leftcont-ban h1 strong{ font-size: 46px; }
.ld1 .leftcont-ban {
    padding-top: 10px;
    padding-bottom: 10px;
}
.projectsprocess-main{ position: relative; padding: 40px 50px 0px; width: 100%; clear: both; background: #fefefe;
background: -moz-linear-gradient(top, #fefefe 0%, #f4f4f4 38%, #f2f2f2 74%, #f2f2f2 100%);
background: -webkit-linear-gradient(top, #fefefe 0%,#f4f4f4 38%,#f2f2f2 74%,#f2f2f2 100%);
background: linear-gradient(to bottom, #fefefe 0%,#f4f4f4 38%,#f2f2f2 74%,#f2f2f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f2f2f2',GradientType=0 ); }
.projectsprocess-main:after{ content: ''; position: absolute; right: 0;background: #f7f7f7;
background: -moz-linear-gradient(top, #f7f7f7 16%, #eaeaea 58%, #d8d8d8 100%);
background: -webkit-linear-gradient(top, #f7f7f7 16%,#eaeaea 58%,#d8d8d8 100%);
background: linear-gradient(to bottom, #f7f7f7 16%,#eaeaea 58%,#d8d8d8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d8d8d8',GradientType=0 );width: 50%; height: 100%;
    top: 0; z-index: 1; }
.projectsprocess-main .container-fluid{ position: relative; z-index: 2; }
.projectsprocess-main .prcocessprojects h2{ font-size:28px; font-weight: 700; color: #191a1d; margin-bottom: 60px;  }
.projectsprocess-main .sechead p{     font-size: 14px; }
.ld1 .det-packages{ background: #fff; }
.ld1 .projectsprocess-main .sechead h3{ margin-bottom: 18px; }

.cd-image-container {
  position: relative;
  /*width: 90%;*/
  max-width: 673px;
  margin: 4em auto;
}
.cd-image-container img {
  display: block;
  max-width: 100%;
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #ff0042 url("../images/arrowdrags.png") no-repeat center center;
  border: 2px solid #e8d3cf;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #445b7c;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}
.cd-image-container img,
.cd-resize-img img{ margin: auto; }
.projectsprocess-main .sechead{ margin-bottom: 40px; }
.btn-radius-top .talksdv , .btn-radius-top .md-hidden{     font-size: 22px;
    display: inline-block;
    vertical-align: middle; }
.btn-radius-top .bdsnew-lp{ padding: 7px 15px; vertical-align: middle; }
.ld1 .maincta .btn-radius-top{ margin-top: 10px; }
.accordionlp li{ display: block; position: relative; }
.accordionlp li:before{     content: '';
    right: 0px;
    height: 1px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#e0e3eb), to(transparent));
    background-image: -webkit-linear-gradient(left, #d2d2d2, transparent);
    background-image: -moz-linear-gradient(left, #000, transparent);
    background-image: -o-linear-gradient(left, #000, transparent);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0; }
.accordionlp li a{ display: block; color: #000;  font-size: 15px;font-family: 'Montserrat', sans-serif; font-weight: 700;  padding: 15px 0; }
.accordionlp li a i{ margin-right: 10px; color: #666666; font-size: 18px; }
.accordionlp li .inner{ color: #242424; font-size: 13px; padding: 10px 0; display: none; }
.accordionlp li a.actives i{ color: #ff0042; }
.accordionlp li a.actives i:before{ content: "\f056"; }
/*.accordionlp li a.actives+.inner{ display: block; }*/
.cd-image-label{ display: none; }
.dragscont{ position: absolute;
    top: 58%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
    z-index: 22;
    background: #797a7b;
    border-radius: 30px;
    width: 20%;
    display: inline-block;
    padding: 3px 20px;
    line-height: normal;}
.dragscont i{  background: url("../images/dragsarrow.png") no-repeat; background-position: 0 0;
  width: 18px;
  height: 10px;  position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
    display: flex;
    align-items: center;
    font-size: 14px; }
.dragscont i.arrowsrights{ left: auto; right: 10px; background-position: -34px 0;
  width: 18px;
  height: 10px; }

.enterprices-bundles .totalpackagespricess h4 b{ position: relative; }
.enterprices-bundles .totalpackagespricess h4 b:before{
        content: '';
        background: #000;
        width: 100%;
        height: 4px;
        display: block;
        position: absolute;
        top: 19px;
        margin: auto;
        left: 0;
        right: 0;
        transform: rotate(-13deg);
        z-index: 2;
        }

.slidestrip img { width: 100%; }

.det-packages .boxpackages:hover .packtitles .fright {
    background: linear-gradient(to right, #fd0043, #721e72);
    right: 1px
}

.det-packages .boxpackages:hover .packdetails .packtitles .fright:before {
    border-left-color: #fd0043
}

.det-packages .boxpackages:hover .packdetails .botarea-pack .liovechats-bx a h5 {
    color: #ff0042
}

.det-packages .boxpackages:hover .packdetails .botarea-pack .liovechats-bx a span:before {
    color: #6f1f73
}

.packtitles .fright {
    position: absolute;
    right: 0;
    background-color: #7f7f7f;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 0
}

.det-packages .boxpackages {
    background: #fff;
    border-radius: 15px;
    padding: 20px 16px 30px;
    margin: 20px 0;
    float: left;
    width: 100%;
    box-shadow: 0px 0px 9px 2px #00000059;
    position: relative;
    border: 1px solid transparent;
    transition: all .3s ease-out;
    margin-bottom: 50px;
    overflow: hidden;
}

.det-packages .boxpackages .packheads {
    border-bottom: 1px solid #d1d7e3
}

.det-packages .boxpackages .packheads h3 {
    font-size: 21px;
    color: #111;
    font-weight: 700;
    margin: 0 0 5px
}

.det-packages .boxpackages .packheads p {
    font-size: 13px;
    color: #242424;
    min-height: 37px
}

.det-packages .boxpackages:hover {
    border: 1px solid #ff0042
}

.det-packages .boxpackages:hover .listpacks li:before {
    color: #ff0042
}

.det-packages .boxpackages:hover a.btn-orders {
    background: #ff0042;
    color: #fff
}

.boxpackages .packdetails {
    padding: 10px 0
}

.boxpackages .packdetails .packtitles .fleft h3 {
    font-size: 40px;
    color: #ff0042;
    font-weight: 700;
    margin: 0
}

.boxpackages .packdetails .packtitles .fleft h3 sup {
    font-size: 24px;
    font-weight: 600
}

.packdetails .packtitles .fright h4 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin: 0
}

.packdetails .packtitles .fright h4 b {
    display: block;
    color: #242424;
    font-weight: 600
}

.packdetails .packtitles .fright:before {
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: 9;
    background-color: transparent;
    left: -18px;
    content: "";
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 18px solid #7f7f7f;
    transform: rotate(180deg);
    top: 0
}

.packdetails .packtitles .fright h4 span.cutprice {
    text-decoration: line-through;
    display: block;
    font-size: 23px;
    color: #fff
}

.packdetails .packtitles .fright h4 b {
    position: relative
}

.packdetails .listpacks {
    display: block;
    width: 100%;
    float: left;
    padding: 15px 0;
    margin: 0;
    height: 250px;
    border-bottom: 1px solid #d1d7e3
}

.packdetails .listpacks li {
    position: relative;
    padding: 5px 25px;
    font-size: 14px;
    color: #455164;
    padding-right: 0
}

.pacbundles-det .headbx-bundle ul.listbundles-packbx li:after,
.packdetails .listpacks li:after {
    content: '';
    right: 0;
    height: 1px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#e0e3eb), to(transparent));
    background-image: -webkit-linear-gradient(left, #e0e3eb, transparent);
    background-image: -moz-linear-gradient(left, #000, transparent);
    background-image: -o-linear-gradient(left, #000, transparent);
    display: block;
    position: absolute;
    bottom: 0;
    left: 25px
}

.check-circle-list i {
    color: #6f1f73
}

.packdetails .listpacks li ul li {
    padding: 0;
    color: #fff;
    font-size: 13px
}

.packdetails .listpacks li ul li:before {
    display: none
}

.packdetails .listpacks li.last:after {
    display: none
}

.packdetails .listpacks li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    content: "\f00c";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
    color: #6f1f73
}

.packdetails .listpacks li.haschildren .child-tooltip {
    position: absolute;
    right: 0;
    top: 7px;
    color: #ff0042
}

.packdetails .listpacks li.haschildren .child-tooltip:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    display: inline-block
}

.packdetails .listpacks li.haschildren ul {
    display: none;
    position: absolute;
    border-radius: 4px;
    opacity: .8;
    right: 0;
    color: #fff;
    width: 220px;
    background: #000;
    padding: 10px 10px;
    overflow: hidden;
    z-index: 9
}

.packdetails .botarea-pack {
    padding: 15px 0 0;
    width: 100%;
    float: left
}

.packdetails .botarea-pack a.btn-orders {
    border: 1px solid #ff0042;
    border-radius: 30px;
    padding: 8px 18px;
    color: #ff0042;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    float: right;
    margin-right: 20px;
    display: inline-block;
    transition: all .3s ease-out;
    margin: 0 0 0
}

.packdetails .botarea-pack .liovechats-bx {
    padding-left: 20px;
    margin-top: -4px
}

.packdetails .botarea-pack .liovechats-bx a span {
    font-size: 10px;
    color: #242424;
    position: relative
}

.packdetails .botarea-pack .liovechats-bx a span:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;

    position: absolute;
    right: -25px;
    top: -4px;
    color: #ff0042;
    font-size: 16px
}

.packdetails .botarea-pack .liovechats-bx a h5 {
    font-weight: 700;
    color: #111;
    font-size: 16px;
    margin: 0
}

.det-packages .boxpackages:hover {
    transform: scale(1.07);
    border: 1px solid #6f1f73
}

.det-packages .boxpackages:hover .packdetails .listpacks li:before {
    color: #ff0042
}

.det-packages .boxpackages:hover .botarea-pack a.btn-orders {
    background: linear-gradient(to right, #fd0043, #721e72);
    color: #fff
}

.det-packages .boxpackages.active .botarea-pack a.btn-orders:hover {
    background: #fff;
    color: #ff0042
}

.det-packages .toptabs1 li a {
    border: 1px solid #a8a8a8
}

.det-packages .boxpackages.active:before {
    content: '';
    position: absolute;
    right: -6px;
    background: url(../img/sprites.png) no-repeat;
    background-position: -897px -452px;
    width: 95px;
    height: 95px;
    top: -6px;
    z-index: 2
}

.btnredstyl {
    text-align: center;
    width: 100%;
    float: left;
    padding: 20px 0
}

.btnredstyl a {
    display: inline-block;
    padding: 8px 30px;
    color: #ff0042;
    border: 1px solid #ff0042;
    border-radius: 30px;
    font-weight: 600;
    font-size: 20px
}

.btnredstyl a i {
    margin-left: 5px
}

.btnredstyl a:hover {
    background: #fff
}

.enterprices-bundles .totalpackagespricess {
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding: 10px 0
}

.enterprices-bundles .totalpackagespricess h4 {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    display: inline-block
}

.enterprices-bundles .totalpackagespricess .underline-txt {
    text-decoration: line-through;
    margin-left: 5px
}

.enterprices-bundles .totalpackagespricess .yellcol {
    color: #f6ff00;
    font-size: 40px;
    font-weight: 700;
    margin-left: 5px
}

.enterprices-bundles .totalpackagespricess .btn-orders-bundles {
    float: right;
    margin-top: 8px
}

.enterprices-bundles .totalpackagespricess .btn-orders-bundles a {
    background: #fff;
    padding: 8px 28px;
    background: #fff;
    color: #ff0042;
    font-size: 20px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 5px;
    box-shadow: -1px 3px 20px -1px #00000069
}

.enterprices-bundles .totalpackagespricess .btn-orders-bundles a13 {
    position: relative;
    overflow: hidden
}

.enterprices-bundles .totalpackagespricess .btn-orders-bundles a13:after {
    position: absolute;
    z-index: 2;
    background-color: #ff0042;
    width: 0%;
    height: 100%;
    content: " ";
    left: 0;
    top: 0;
    -webkit-transition: all 222ms cubic-bezier(.25, .25, .75, .75);
    -moz-transition: all 222ms cubic-bezier(.25, .25, .75, .75);
    -o-transition: all 222ms cubic-bezier(.25, .25, .75, .75);
    transition: all 222ms cubic-bezier(.25, .25, .75, .75);
    -webkit-transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    -moz-transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    -o-transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

.enterprices-bundles .totalpackagespricess .btn-orders-bundles a31:hover:after {
    height: 100%;
    width: 100%
}

.enterprices-bundles .totalpackagespricess .btn-orders-bundles a:hover {
    -webkit-box-shadow: inset 0 0 35px -20px rgba(255, 0, 66, 1);
    -moz-box-shadow: inset 0 0 35px -20px rgba(255, 0, 66, 1);
    box-shadow: inset 0 0 35px -20px rgba(255, 0, 66, 1)
}

.enterprices-bundles .totalpackagespricess .btn-orders-bundles a13:hover span {
    position: relative
}

.enterprices-bundles .totalpackagespricess .btn-orders-bundles p {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 700;
    text-align: center
}

.packagesall .portfolio-mmbx .leftcont-ban a {
    margin-top: 48px;
    margin-bottom: 40px
}

.packages_price_slider.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #cbcacb;
    margin: 0 5px
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #be0e59
}
.det-packages .boxpackages {

}

.logo_inner_slider.owl-carousel .owl-item img {
    display: table;
    width: auto;
    margin: 0 auto;
    width: auto;
    height: 232px
}
.view-details-container {
    text-align: center;
    margin-bottom: 12px
}

.view-details-container a {
    text-transform: uppercase;
    font-size: 13px;
    color: #a09e9e;
    font-weight: 600
}

.det-packages .boxpackages:hover .view-details-container a {
    color: #000
}

#return-to-top {
    position: fixed;
    bottom: 4%;
    left: 4%;
    background-image: linear-gradient(to right, #fd0043, #721e72);
    width: 60px;
    height: 50px;
    display: none !important;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 0;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 9999999;
    border-radius: 4px
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 22px;
    top: 15px;
    font-size: 19px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#return-to-top:hover {
    background-image: linear-gradient(to right, #721e72, #fd0043)
}

#return-to-top:hover i {
    color: #fff;
    top: 5px
}

/* timer start */
#DateCountdown {width: 350px;display: inline-block;}
.time_circles {position: relative;width: 100%;height: 100%;}

/**
 *  This is all the elements used to house all text used
 * in time circles
 **/
.time_circles > div {position: absolute;text-align: center;}

/**
 *  Titles (Days, Hours, etc)
 **/
.slider-content.lp-slide-content .time_circles > div > h4 {font-family: 'Open Sans', sans-serif!important;font-weight: 600!important;font-size: 12px!important;}

/**
 *  Time numbers, ie: 12
 **/
.slider-content.lp-slide-content .time_circles > div > span {display: block;width: 100%;text-align: center;font-family: 'Open Sans', sans-serif!important;font-size: 32px!important;
    margin-bottom: 0.5em;font-weight: 700!important;}


/* timer end */

.sticky-strip {
    background:;
    padding: 10px 10px 5px 10px;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    top: 0;
    z-index: 9999;
    display: none;
    position: fixed;
    background: url("../images/sticky-strip-bg.jpg") no-repeat center top;
    background:#141246;    
    background-size: cover;
    }
.sticky-strip.active { display: block; }

.sticky-para h3 {color: white;font-size: 26px;font-weight: 300;padding: 7px 30px 0 0;text-transform: uppercase;position: relative; margin: 0;}
.sticky-para h3::before {
    content: '';
    position: absolute;
    right: 0;
    background: url(../images/sprite1.png) no-repeat;
    background-position: -56px -275px;
    width: 19px;
    height: 20px;
    top: 7px;
    bottom: 0;
    margin: auto;
    }
.sticky-para .fc-yellow {color: #ffde00;}
.signup-new-btn-main {text-align: right;}
a.signup-new-btn {vertical-align: top;text-transform: uppercase;padding: 10px 15px 8px 15px;background: #f9cb04;font-size: 22px;display: inline-block;border-radius: 5px;color: #000000;font-weight: 700;font-family: 'Roboto', sans-serif;}
header .fright .topnavs a.signup-new-btn{
    padding:6px 20px;
    vertical-align: text-bottom;
}

.flip-clock-wrapper {margin: 8px 8px !important; width: initial;display: inline-block;}
.flip-clock-divider .flip-clock-label{/* display: none; */color: #fff !important;font-size: 10px !important;top: auto;text-transform: uppercase;bottom: -13px !important;}
.flip-clock-wrapper ul {background: #fff;}
.flip-clock-wrapper ul li a div div.inn {color: #373737;text-shadow: 0 1px 2px #fff;text-align: center;background-color: #fff;border-radius: 0px;font-size: 22px;}

@media (min-width: 1200px) {
    .col-lg-5ths {width: 20%;float: left;}
}

@media (min-width: 992px) {
    .col-md-5ths {width: 20%;float: left;}
}



@media (min-width: 768px) {
    .col-sm-5ths {width: 20%;float: left;}


}

@media (max-width: 920px) {

   .packagesall{ clear: both; }
   .packagesall .leftcont-ban{     padding: 10px 0 !important; }

  }


@media (max-width: 767px){ 
  .projectsprocess-main:after{ display:none; }
  .accordionlp{ text-align: center; }
  .accordionlp li .inner{ display: block !important; }
  .accordionlp li a i{ display: none; }
  .projectsprocess-main .prcocessprojects h2{     margin-bottom: 20px; }
  .cd-image-container{ margin: 0em auto; }

.enterprices-bundles h3:before{ bottom: -10px; }
.det-packages .sechead h3{     margin: 2px 0 20px!important; }
.packagesall{ clear: both; }
.packagesall .leftcont-ban{     padding-top: 10px !important; }
.maincta h3 span{ display: none; }
.enterprices-bundles .totalpackagespricess h4 b:before{ top: 10px;    height: 2px; }

 }

 @media only screen and (max-width: 1369px)  {
    .innerstyle-bann .container{
        transform: translateY(-48%);
    }
}

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

    #DateCountdown {display: none;}
    .slider-content.lp-slide-content h6 {display: none;}
}

@media only screen and (min-width : 800px) {
    .stickyheader { background: #00093a; padding: 7px 0; }
    .stickyheader .logoLP { width: 150px; }
    .stickyheader .cld-num ul { margin-bottom: 0; padding-top: 12px; }
    .stickyheader .cld-num ul li { font-size: 15px; }
    .stickyheader .cld-num ul li a { padding: 0px; }
}

@media only screen and (max-width : 991px) {
    .slider-content.lp-slide-content h4::before,.slider-content.lp-slide-content h4::after {display: none;}
}

@media only screen and (max-width : 800px) {
    .stickyheader { position: relative; }    
    .sticky-strip { top: 0px; padding: 8px 5px; }
    .sticky-para { font-size: 16px;text-align: center; line-height: 1.3; padding:0 0 10px 0; }
    .signup-new-btn-main { text-align: center; }
    .custom-popup-3 { display: none; }
    .slider-content.lp-slide-content h6 {min-width: initial;}  
}

@media only screen and (max-width : 800px) {
    .lpheader {position: relative !important;padding: 5px 0 !important;background-color: #0824a6 !important;}
    .logo img, .logoLP img {width: 125px;}
    .lpheader .pull-right {display: inline-block;width: 100%;}
    .slider-content.lp-slide-content ul li {font-size: 10px;}
    .bolo {margin: -40px 0 0 0 !important;font-size: 12px !important;padding: 12px 12px 12px 12px !important;}
    .slider-content.lp-slide-content ul {margin-bottom: 0;}
    .fixedform-1.formLP {margin-top: 0;width: 100% !important;}
    .fixedform-1.formLP .formhd h3 {font-size: 30px;}
    .ctaction a.chat {font-size: 16px;margin-top: 12px;}
    .sticky-para h3 {font-size: 11px;}
    .sticky-para h3::before {display: none;}
    a.signup-new-btn {font-size: 18px;padding: 8px 11px 7px 11px;margin-top: 7px;}
    .sticky-para {margin-bottom: 10px;}
    .cta_more h4 {font-size: 18px;}
    .cta_more h3 {font-size: 28px;}
    .cta_more {text-align: center;}
    .cta_more a.chatbtn {display: inline-block;padding-right: 40px;}
    .disclaimer {padding-bottom: 0;}
    .footerLP {padding: 15px 0;}
    .slider-content.lp-slide-content h5 {display: none !important;}
    .showmoresec {margin-top: 10px;margin-bottom: 20px !important;}
}
@media only screen and (max-width :480px) {
    .slider-content.lp-slide-content h3, .slider-content.lp-slide-content h4 {font-size: 22px;line-height: 25px;}
    .slider-content.lp-slide-content h4 span {font-size: 22px;}
    .slider-content.lp-slide-content h4::before,.slider-content.lp-slide-content h4::after {display: none;}
    .headingstyleld h2 {font-size: 28px !important;margin-bottom: 5px !important;}

    .set_apart .headingstyleld h2 {font-size: 34px;}
    .calltoaction {text-align: center;}
    .ctaheading h3 {font-size: 29px;margin-bottom: 15px;}
    .types_ld .ld-box {margin: 50px 0 0 0;}
    .slider-inner-main .slick-slide img.banner-responsive { /*max-width: 170%;*/ }
    .slider-content.lp-slide-content { padding-top: 0px; }
    #DateCountdown { width: 300px; }
    .slider-content.lp-slide-content .time_circles > div > span { font-size: 25px!important; }
    .slider-content.lp-slide-content .time_circles > div > h4 {    font-size: 10px!important;}
    .cta_bg .cta_Box h2 {font-size: 17px;}
    .cta_bg .cta_Box h2 br {display: none;}
    .cta_bg .cta_Box {margin-bottom: 20px;}
    .cta_more .cta_bg {padding: 30px 0 10px 0;}
    .cta_bg .cta_Box h3 {margin-top: 5px;}
    .cta_bg .cta_Box h3 a {font-size: 20px;}
    
}

@media (max-width: 1199px){
    .slider-content.lp-slide-content{width: 90%;margin-top: 12px;}
    .fixedform-1.formLP .formhd h3 {font-size: 29px;padding: 0px 6px;}
    .fixedform-1.formLP .formhd h3 br {display: none;}
    .slider-inner-main .slider-inner img.banner-desktop {width: 100%;height: 540px;}
    .innerstyle-bann .container {transform: none !important;top: 110px;}
    .fixedform-1.formLP{margin-top: 0px !important;}
    .portfolio-inner-main .logo-branding-slider-sec .col-md-3{height: 240px;margin-bottom: 5px;margin-top: 5px;}
    section.portfolio-inner-main .col-md-3>div{height: 100%;min-height: 100% !important;}
    .cta_more a.chatbtn{margin-top: 10px !important;}
}
@media(max-width: 991px){
    .portfolio-inner-main img{height: 195px;}
    section.portfolio-inner-main .col-md-3>div{min-height: 100%;}
    .fixedform-1.formLP{width: 330px !important;margin-top: 12px !important}
    .slider-content.lp-slide-content {width: 100%;margin-top: 0;}
    .slider-content.lp-slide-content h3, .slider-content.lp-slide-content h4{font-size: 32px !important;line-height: 54px !important;}
    .slider-content.lp-slide-content ul li {width: 47%;font-size: 14px;margin-bottom: 14px;padding-left: 17px;}
    .slider-content.lp-slide-content ul {margin-bottom: 0px;}
    .slider-content.lp-slide-content h5{margin-top: 0px;margin-bottom: 6px;}
    .offer-chat-button .bolo {margin: 10px 0px 0px 0px;}
    .slider-content.lp-slide-content .time_circles > div > h4{line-height: 24px !important;}
    .fixedform-1.formLP .formhd h3 {font-size: 24px;}
    .web-features-main ul.tabs-nav li a:before{left: 15px;width: 40px;height: 40px;background-size: 100% !important;}
    .web-features-main ul.tabs-nav li a{padding:31px 0px 31px 60px;}
    .web-features-main .tabs .tab-content-panel{height: 400px;}
    .web-features-main .tabs .tab-content-panel {padding: 40px;position: relative;}
    .web-features-main .tabs .tab-content-panel .image1 {bottom: 15px;left: 0;display: block;margin: 0 auto;padding-left: 40px;top: auto !important;right: auto;}
    .portfolio-inner-main .logo-branding-slider-sec .col-md-3 {height: 195px;}
    section.portfolio-inner-main h5 {margin-top: 32px;}
    .ctaheading h3 {font-size: 32px;}
    .calltoaction{padding:30px 0px;}
    .new-lp .web-packages-main h2 {font-size: 30px;}
    .final-save-box-main{border-top: 0px;}
    .testi-content {padding: 0px 0px 0 0;}
    .footerLP .logo-policy {padding: 0;}
    .footerLP .logo-policy ul.pp:before{display: none;}
    .footerLP .logo-policy ul.pp{padding-left: 5px 0 0 0px}
    .footerContact.pull-right {margin-top: 10px;}
    .sticky-para h3{padding-top: 0px;margin-bottom: 10px;}
    .sticky-para h3::before{top:0;}
    a.signup-new-btn {margin-left: 0;margin-top: 3px;}
}
@media(max-width: 800px){
    .slider-inner-main .slider-inner img.banner-desktop {height: auto;}
    .lpgeneric .container.pos-rel {position: static;}
    .fixedform-1.formLP {width: 100% !important;}
    .logoLP{text-align: left;padding: 0;}
    .lpheader.cdo .cld-num ul li a span{display: none;}
    .slider-content.lp-slide-content ul li {width: 50%;}
    .web-features-main .tabs .tab-content-panel {height: auto;}
}
@media(max-width: 767px){
    .logoLP {margin: 5px 0 10px 0;text-align: center !important;}
    .sticky-para h3 {font-size: 19px;margin-bottom: 0;margin-top: 5px;}
    .sticky-para {padding-bottom: 0 !important;width: 46%;margin-bottom: 0px;}
    a.signup-new-btn {margin-left: 0;margin-top: 10px;}
    .showmoresec {margin-top: 30px;}
    .new-lp .add-on-box-main{margin-top: 30px}
    .slider-inner-main .slider-inner img.banner-desktop {height: 315px;}
}
@media(max-width: 600px){
    .sticky-para{width: 100%;}
    .sticky-para h3{padding-right: 0px;font-size: 3vw;}
    .sticky-offer-now p{display: none;}
    .lpheader.cdo .cld-num ul li {width: 48%;}
    .lpheader.cdo .cld-num ul li:first-child::before{display: none;}
    .lpgeneric .web-features-main h2 {margin-bottom: 0;font-size: 30px;}
}
@media (max-width: 480px){
    .slider-inner-main .slick-slide img.banner-responsive{height: 360px;}
    .slider-content.lp-slide-content h3, .slider-content.lp-slide-content h4{line-height: 38px !important; font-size: 28px !important;}
    a.signup-new-btn {margin-left: 0;}
    .sticky-para h3 {font-size: 13px !important;}
    .sticky-para {margin-bottom: 0;}
}