/*Footer element css*/

.address .globe-icon {fill:#3d3d40;}
.address .crcle-svg {fill:#3d3d40;}
.address .msg-arrow-svg {fill:#3d3d40;}
#footer .get-in-touch .cell.getin h5::after {background: #35b1dc;}
.address .pin-icon,.address .phone-svg,.address .msg-svg {fill:#35b1dc;}
#footer .get-in-touch {background: #ff2a5e;position: relative;z-index:9;}
#footer .get-in-touch .cell.iso {color: #f0f0f0;}
#footer .get-in-touch .cell.ness svg {fill: #f0f0f0;}
#footer .get-in-touch .cell.getin h6{color:#fff;}
#footer .address {background-color: #1a1a1a;}
.footer-links,.copy-right-sttmnts {background-color: #242426;}
.copy-right-sttmnts::before {background-color: #2a2a2c;}
.row.copy-right-sttmnts::after {background-color: #1a1a1c;}
.total-exp {background-color: #303033;}
.exp-year span {color: #35b1dc;}
/*Footer element css*/




.yt_header{
    background-image:url('../../img2/yt-banner-image.jpg');
    background-repeat: no-repeat;
    padding:90px 0 100px;
    position: relative;
}
.header-element{max-width:645px;position: relative;z-index:2;}
.logo-text {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 89px;
  font-weight: 700;
  letter-spacing: -5px;
  line-height:1;
}
.logo-caption {
  color: #ffffff;
  font-family: "Roboto Slab",serif;
  font-size: 36px;
  padding-left:55px;
  margin-bottom:20px;
}
.header-element > p{
    color: #ffffff;
  font-family: "Roboto Slab",serif;
  font-size:22px;
  padding-top:30px;
}

.page-btn {
  background-color: #ff2a5e;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-family: "Roboto",serif;
  font-size: 24px;
  padding: 19px 40px;
  vertical-align: middle;
  position: relative;
}
.btns{margin-top:20px;}
.btns .page-btn {
  margin-right: 15px;
}
.page-btn:hover{
    background-color:#ff2a5e;
}
.page-btn::before {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  border: 6px solid #ff2a5e;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.page-btn.white-btn {background-color: #ffffff;color: #020202;}
.page-btn.white-btn:before{border-color:#fff;}

.page-btn.black-btn{background-color: #020202;color: #fff;}
.page-btn.black-btn:before{border-color:#020202;}

.page-btn.greenBtn{background-color:#3fc66a;}
.page-btn.greenBtn:before{border-color:#3fc66a;}

.page-btn.blueBtn{background-color:#35b1dc;}
.page-btn.blueBtn:before{border-color:#35b1dc;}


.page-btn:hover::before, .page-btn:focus::before, .page-btn:active::before {
  animation-name: hvr-ripple-out;
  -webkit-animation-name: hvr-ripple-out;
}


/* Ripple Out */

@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

 /* code for animated blinking cursor */
        .typed-cursor{
            opacity: 1;
            font-weight: 100;
            -webkit-animation: blink 0.7s infinite;
            -moz-animation: blink 0.7s infinite;
            -ms-animation: blink 0.7s infinite;
            -o-animation: blink 0.7s infinite;
            animation: blink 0.7s infinite;
        }
        @-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }


.type-wrap #typed {
  color: #ffffff;
  font-size: 46px;
  font-family: Montserrat;
  font-weight: 700;
  display: inline-block;
}


.type-wrap {
  margin: 40px 0 0;
  min-height:92px;
}
.type-wrap #typed .pink-color{
  color:#ec3965;
}


.block-title{
    color:#020202;
    font-size: 48px;
    font-family: Montserrat;
    font-weight: 700;
    line-height:1.2;
    padding-bottom:30px;
}

.content-block p{
  color:#041c3b;
  font-family: "Roboto Slab",serif;
  font-size:15px;
  line-height:30px;
}
.comn-space{
    padding:95px 0;
}
.grids .grid {
  display: table-cell;
  padding: 0 20px;
  vertical-align: top;
}
.img-block > img {
  max-width: 100%;
}

.grids .grid:first-child{padding-left:0;}
.grids .grid:last-child{padding-right:0;}

.yt_website-builder{position: relative;}


/**.yt_website-builder::after {
  background-image: url("../../img2/yt-dashed-line.png");
  background-repeat: repeat-x;
  content: "";
  height: 283px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform:translateY(-50%);
  width: 100%;
  z-index: 0;
}**/
.grids {
  position: relative;
  z-index: 1;
  display: table;
  width:100%;
  table-layout: fixed;
}

.grayBg{
    background-color:#f1f1f1;
}

.middlegrid {
  margin: 0 auto;
  text-align: center;
  max-width: 740px;
  padding:0 60px;
  position: relative;
}


.yt_responsive-plateform {
  overflow: hidden;
}
.middlegrid:after{
    background-image: url('../../img2/yt-device-screen.png');
    content:"";
    right:100%;
    top:0;
    position: absolute;
    width:626px;
    height:707px;
}
.middlegrid::before {
  background-image: url("../../img2/yt-desktop-screen.png");
  content: "";
  height: 799px;
  left: 100%;
  margin-left: -120px;
  position: absolute;
  top: 0;
  width: 1327px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.bottomBox > h3{    
  font-family: "Roboto",serif;
  font-size: 22px;
  color:#020202;
  padding-bottom:10px;
}
.bottomBox {
  padding: 80px 0 10px;
}
.cta--box {
  position: relative;
  z-index: 9;
  padding:0;
}
.cta--box .page-btn.greenBtn{margin-bottom:15px;}
.listbox.noeffect .feature:hover::after {
  border: 4px solid #fff;
  height: 100%;
  position: absolute;
  top:0px;
  width: 100%;
}
.additional .redheading {
  color: #ff2a5e;
  font-family: "Roboto Slab",serif;
  font-size: 20px;
}
.additional p{
    color: #020202;
    font-family: "Roboto Slab",serif;
    font-size: 18px;
    padding:0px 0 2px;
}
.additional {
  float: left;
  margin: -80px 0 0;
  position: relative;
}
.count {
  color: #020202;
  font-family: Montserrat;
  font-size: 86px;
  font-weight: 700;
  letter-spacing: -22px;
}
.counter {
  font-family: Montserrat;
  font-size: 200px;
  font-weight: 700;
  margin: 0 15px 0 0;
  line-height:1.1;
}
.lable-text > h3 {
  color: #ff2a5e;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 32px;
	line-height:1.2;
}
.prsntage {
  display: inline-block;
  vertical-align: top;
  width: 43%;
}
.lable-text {
  display: inline-block;
  padding: 30px 0 0;
  text-align: left;
  vertical-align: top;
  width: 55%;
}
.usercounter {
  padding: 20px 0 0;
}

.img-box {
  width: 325px;
  background-color: #f2f2f2;
  border: 4px solid transparent;
  padding: 15px;
  height: 180px;
  transition:all 0.6s ease 0s;
  -webkit-transition:all 0.6s ease 0s;
}
.advanceFeature:hover .img-box{
  background-color: #fff;
  border-color:#020202;
}
.img-box img{
    position: relative;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    filter: opacity(50%) grayscale(100%);
    -webkit-filter:  opacity(50%) grayscale(100%) ;    
}
.advanceFeature:hover img{
     filter: opacity(100%) grayscale(0%);
     -webkit-filter:  opacity(100%) grayscale(0%) ; 
     
}
.advanceFeature .left-grid {
  float: left;
}
.advanceFeature .right-grid{padding-left:360px;}
.yt-AdvanceFeature {
  margin: 0 auto;
  max-width: 1000px;
}
.advanceFeature{
     transition:all 0.6s ease 0s;
     -webkit-transition:all 0.6s ease 0s;
}
.advanceFeature .block-title{padding-bottom:20px;}


.top-space{padding-top:80px;}

.pinkBg{background-color:#ec3965;}
.blueBg{background-color: #35b1dc;}
.greenBg{background-color: #3fc66a;}
/**Tab css*/

.yt-tab h2.resp-accordion {
  background-color:#fff;
  margin-top:10px;
  display: none;
  border: 3px solid #020202;
  color: #020202;
  cursor: pointer;
  font-family: "Roboto Slab",serif;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 30px;
  position: relative;
  transition: all 0.2s ease 0s;
  vertical-align: top;
  z-index: 2;
}

.yt-tab h2.resp-accordion::before {
  border-color: #020202;
  border-style: solid;
  border-width: 0 0 2px 2px;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 15px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 10px;
}
.yt-tab h2.resp-accordion.resp-tab-active::before {
  border-color: #ffffff;
  border-width: 2px 2px 0 0;
  top: 21px;
}
.yt-tab h2.resp-accordion.resp-tab-active{
    background-color:#020202;
    color: #fff;
}

.yt-tab .resp-tab-item {  
  border: 3px solid #020202;
  color: #020202;
  cursor: pointer;
  display:inline-block;
  font-family: "Roboto Slab",serif;
  font-size: 24px;
  font-weight: 700;
  padding: 25px 10px;
  position: relative;
  text-align: center;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  width: 33.33%;
  z-index: 2;
  margin:0 -4px;
  vertical-align: top;
}
.yt-tab .resp-tab-item.blueBg{background-color: #35b1dc;}
.yt-tab .resp-tab-item.greenBg{background-color: #3fc66a;}
.yt-tab .resp-tab-item.resp-tab-active {
  padding: 34px 10px;
  background-color: #f1f1f1;
  z-index: 3;
}
.tabscontent .block-title{
  font-size: 35px;
  padding-bottom: 5px;
}
.tab-section{
    padding:0 0 80px;
    margin-top:30px;
}

.yt-tab .resp-tabs-list {
  margin: 0 -5px;
  position: relative;
  text-align: center;
  top: -45px;
  min-height:115px;
}

.tabscontent .left-grid {
  float: left;
  width: 45%;
}
.tabscontent .rght-grid {
  float: right;
  padding-left:50px;
  width:55%;
}
.image-box > img {
  margin: 0;
  max-width: 100%;
}

.yt-tab .tabscontent{display: none;}

.tabscontent .content-block > p {
  color: #ffffff;
  padding: 40px 0;
}

.tabscontent .bottomBox > h3 {
  padding-bottom: 5px;
}
.tabscontent .bottomBox {
  padding:5px 0 10px;
  max-width:580px;
}
.bottomBox h3.email-stealing {
  font-size: 21px;
  padding-left: 55px;
  position: relative;
}
.bottomBox h3.email-stealing:before{
   background-image:url('../../img2/yt-lock-icon.png');
   content:""; 
   position: absolute;
   left:0;
   top:0;
   width:40px;
   height:48px;
}
.yt-packages {
  margin: 80px auto 0;
  max-width: 1046px;
}
.comn-space.package-section {
  padding-bottom: 0;
}
.package-section .block-title {
  font-size: 40px;
  margin: 0 auto;
  max-width: 860px;
  text-align: center;
}
.package-title {
  color: #020202;
  font-size: 28px;
  font-weight: 700;
  font-family: Montserrat;
}

.yt-price {
  color: #3fc66a;
  font-family: Montserrat;
  font-size: 64px;
  font-weight: 700;
  letter-spacing: -4px;
  padding-bottom: 15px;
}
.installation-time{
  color: #bfbfbf;
  font-size:28px;
  font-family: Montserrat;
}
.yt-package ul li{
    font-size:18px;
    color:#020202;
    font-family: "Roboto Slab",serif;
    padding:6px 0;
}


.custom-price .yt-price {
  color: #ff2a5e;
  }
.link-btn {
  text-decoration: underline;
  font-family: "Roboto Slab",serif;
  font-size: 22px;
  margin: 0 0 0 20px;
}

.right-align{text-align: right;}

.yt-packageBox {
  float: left;
  width:50%;
  background-color:#f2f2f2;
  padding:45px 30px;
  border: 4px solid transparent;
  border-radius: 1px;
}
.tool-tip{vertical-align: middle;}

.yt-packageBox.custom-price {
    background-color: #ffffff;
    border-color:#020202;
    padding:75px 30px 140px;
    margin-top:-30px;
}
.old-price-cross {
  color: #b0b0b0;
  display: table;
  letter-spacing: 0;
}
.yt-package .btns .page-btn {
  margin-right: 0;
}
.yt-package .btns {
  padding-top:10px;
}

.midium-title{font-size:40px;}

.small-title{font-size:24px;color:#b2b2b2;}

.head-block .block-title {
  padding: 0;
}
.head-block {
  text-align: center;
}

.yt-demos {
  margin:100px auto 0;
  max-width:920px;
}



.demo {
  float: left;
  text-align: center;
  width: 33.33%;
  background-color:#f2f2f2;
  padding:45px;
  border:4px solid transparent;
}


.middle-demo{
    border-color:#020202;
    background-color:#fff;
    margin-top:-40px;
    padding:85px 40px;
}

.demo-in > h3 {
  color: #020202;
  font-family: "Roboto",serif;
  font-size: 18px;
  padding-top:20px;
}
.middle-demo .demo-in > h3 {font-size:20px}

.blackBg{
    background-color:#020202;
}
.yt-Monetized .left-grid {
  float: left;
}

.yt-Monetized{max-width:1050px; margin:0 auto;}

.right-grid {
  padding-left: 430px;
}
.yt-Monetized .block-title {
  color: #35b1dc;
}

.green-title {
  color: #3dbe66;
  font-family: "Roboto",serif;
  font-size: 24px;
  padding: 0 0 15px;
}
.yt-Monetized .content-block > p {
  color: #fff;
  padding-bottom: 10px;
}

.yt-Monetized  .bottomBox > h3{color:#fff;padding-bottom:5px;}
.head-block > p{
    font-size:18px;
    color:#020202;
    font-family: "Roboto Slab",serif;
    padding-top:20px;
}
.feature > h2 {
  color: #020202;
  font-size: 28px;
  font-weight: 700;
  font-family: Montserrat;
  position: relative;
  z-index:2;
}

.feature p{
     font-size:17px;
    color:#020202;
    font-family: "Roboto Slab",serif;
    padding-top:20px;
     position: relative;
  z-index:2;
}
.listbox {  
  float: left;
  width: 33.33%;
}
.listbox .feature{padding: 45px;position: relative;transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;background-color: #f2f2f2;border:2px solid #ffffff;min-height: 382px;}

.features-list {
  padding:80px 0 25px;
}

.listbox:hover{
    background-color:#fff;
   
}
.listbox .feature:hover {

}
.listbox .feature:hover::after {
  border: 4px solid #020202;
  content: "";
  height:104%;
  left:-4px;
  position: absolute;
  top:-16px;
  width:104%;
  z-index:1;
  background-color:#f2f2f2;
}
.listbox:nth-child(2) .feature:hover::after,.listbox:nth-child(5) .feature:hover::after{width:100%;}
.listbox:nth-child(4) .feature:hover::after,.listbox:nth-child(5) .feature:hover::after,.listbox:nth-child(6) .feature:hover::after{top:-4px}
.listbox:first-child .feature:hover::after,.listbox:nth-child(4) .feature:hover::after{left:-20px;}

.userBlock .image-box {
  float: left;
  padding: 10px 0 0;
}

.userBlock .content-block{padding-left:215px;}
.userBlock .block-title{padding:0;}

.greenBg p{color:#fff}




/** Tab 2**/
#yt-tab .resp-tabs-list {
  position: relative;
  text-align: center;
  top: 8px;
}
#yt-tab .resp-tab-item{
 display: table-cell;
 vertical-align: top;
 color: #020202;
 font-size: 22px;
 font-weight: 700;
 font-family: Montserrat;
 padding:10px 15px 30px;
 text-align: left;
 cursor: pointer;
 border: 8px solid transparent;
 transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;
 border-bottom:none;
}
.img_fgr img{ 
    animation-name:fadeInLeft;
    animation-duration: 2s;
}
.resp-tab-content-active .img_fgr img{
    margin-left:80px;
    max-width:250px;
    position: relative;
    }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}









#yt-tab h2.resp-accordion{
 display: none;
 color: #020202;
 font-size: 22px;
 font-weight: 700;
 font-family: Montserrat;
 padding:10px 15px;
 text-align: left;
 cursor: pointer;
 transition:all 0.3s ease 0s; 
 -webkit-transition:all 0.3s ease 0s;
 border: 4px solid #f2f2f2;
 margin-top:10px;
 position: relative;
}


#yt-tab h2.resp-accordion::before {
  border-color: #020202;
  border-style: solid;
  border-width: 0 0 2px 2px;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 15px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 10px;
}
#yt-tab h2.resp-accordion.resp-tab-active::before {
  border-color: #ffffff;
  border-width: 2px 2px 0 0;
  top: 21px;
}

#yt-tab .resp-tabs-container {
  border: 8px solid #f2f2f2;
  margin: 0 -100px;
  padding:60px 100px;
}

#yt-tab .tabscontent {
  display: none;
}
#yt-tab .resp-tab-item.resp-tab-active{
    border-color:#f2f2f2;
    background-color:#fff;
    color:#3fc66a;
}

.img_fgr {
  background-color: #f2f2f2;
  border-radius: 50%;
  height: 260px;
  width: 260px;
}
.mid_box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.img_fgr img {
  padding: 30px;
}
#yt-tab .image-section {
  display:table-cell;
  vertical-align: middle;
  width:380px
}

#yt-tab .rghtside{display:table-cell;vertical-align: middle;}
#yt-tab .tabscontent .content-block > p{color:#020202;padding:20px 0 0;}

.tab-title{font-size:28px;color:#020202;font-weight:700; font-family: Montserrat;}


/*Circel css*/
.ftr_circle_list {padding:70px 0 30px;}
.ftr_circle_list .circle {border-radius: 50%;display: inline-block;height: 290px;margin: 0 -12px;vertical-align: top;width: 290px;border:5px solid #020202;background-color:#fff;}
.circle-in {left: 50%;position: relative;top: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);}
.ftr_circle_list .circle h3 {
    background:rgba(255, 255, 255, 0.75);
    border-radius: 4px;color: #020202;
	display: table;
    font-weight: 700;
    font-family: Montserrat;
    font-size: 25px;margin:0px auto 0;
    padding:12px 15px;position: relative;
    text-align: center;text-transform: uppercase;
    line-height:24px;
    }
.ftr_circle_list .circle h3:after {border:9px solid transparent;border-top: 9px solid rgba(255, 255, 255, 0.75);content: "";left: 50%;margin-left: -8px;position: absolute;top: 100%;}
.ftr_circle_list .circle p {
  color: #020202;
  font-size: 18px;
  line-height: 1.2;
  padding-top: 15px;
  text-align: center;
  font-family: "Roboto Slab",serif;
}
.ftr_circle_list .circle h3 sup {
  line-height: 5px;
}


.ftr_circle_list .circle.green-bg h3 {background-color: #6ece8c;}
.ftr_circle_list .circle.green-bg h3::after{border-top-color:#6ece8c}
.ftr_circle_list .circle.blue-bg h3 {background-color: #68c5e5;}
.ftr_circle_list .circle.blue-bg h3::after{border-top-color:#68c5e5}
.ftr_circle_list .circle.pink-bg h3 {background-color: #ff5f86;}
.ftr_circle_list .circle.pink-bg h3::after{border-top-color:#ff5f86}
.ftr_circle_list .circle.gray-bg h3 {background-color: #e3e3e3;}
.ftr_circle_list .circle.gray-bg h3::after{border-top-color:#e3e3e3}

.ftr_circle-sectn .head-block > p{color:#fff;}

/*Circel css*/

.cta--box .btns {
  margin: 20px auto 0;
  max-width: 300px;
}
.cta--box .page-btn {
  display: block;
  margin: 0;
}


.more-features{
	margin-top: 50px;
}
.info-block{
	padding:40px 0;
}
.info-block .colm {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
.text-box > h2{
	color: #020202;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 10px;
}
.text-box > h3{
   color: #fff;
    font-family: "Roboto Slab",serif;
    font-size: 18px;
	padding-bottom: 20px;
}

/*** Media queries**/
  



@media screen and (max-width:1024px) {
.listbox .feature:hover::after{width:100%; height:100%;left:0;top:0;}
.listbox:nth-child(4) .feature:hover::after,.listbox:nth-child(5) .feature:hover::after,.listbox:nth-child(6) .feature:hover::after{top:0px}
.listbox:first-child .feature:hover::after,.listbox:nth-child(4) .feature:hover::after{left:0px;}
.feature > h2 {font-size: 19px;}
#yt-tab .resp-tabs-container {margin: 0;padding:40px;}
.info-block .colm {
  display: block;
  text-align: center;
}

}


@media only screen and (min-width:992px) and (max-width:1024px) {
    
.yt_header {background-position: 54% top;background-size: cover;}
#yt-tab .resp-tab-item {font-size: 16px;padding: 10px 10px 30px;}
.ftr_circle_list .circle {height: 240px;width: 240px;}
.midium-title {font-size: 24px;}
.listbox .feature{padding:30px;}

}

@media only screen and (min-width:768px) and (max-width:991px) {
.yt_header {background-position: 54% top;background-size: cover;}
.middlegrid::before,.middlegrid::after{display:none;}
.middlegrid{padding:0;max-width: inherit;}
.midium-title {font-size: 26px;}
.block-title {font-size: 32px;}
.demo {padding: 45px 10px;}
.middle-demo {padding: 85px 10px;}
.yt-Monetized .left-grid {float: none;}
.right-grid {padding-left: 0;}
.yt-Monetized {text-align: center;}
.image-box > img {margin: 0 auto 30px;}
.listbox {width: 50%;}
.grids .grid {display: block;padding:10px 0;}
.userBlock .image-box {padding: 0;}
.listbox .feature{padding:30px;}
.yt-package .btns .page-btn {padding: 12px 18px;}
}

@media screen and (max-width:767px) {
    
 .logo-text {font-size: 38px;letter-spacing: 0;}   
.logo-caption {font-size: 15px;padding-left: 25px;}
.header-element > p {font-size: 15px;padding-top: 10px;}
.page-btn {font-size: 15px;padding: 12px 16px;}
.btns .page-btn {margin:0 0 20px 0;}
.grids .grid {display: block;padding:10px 0;}
.userBlock .image-box {padding: 0;}
.block-title {font-size: 24px;padding-bottom: 10px;}
.content-block p {line-height: normal;}
.middlegrid {padding:0 15px;}
.counter {font-size: 70px;}
.count {font-size: 36px;letter-spacing:0px;}
.lable-text > h3 {font-size: 18px;}
.prsntage {display: block;width: auto;}
.lable-text {padding:10px 0 0;width: auto;}
.bottomBox > h3 {font-size: 16px;}
.comn-space {padding: 35px 0;}
.img-box {width: auto;}
.advanceFeature .right-grid {padding:20px 0 0;}
.advanceFeature .left-grid {float: none;}
.img-box img{max-width:100%;}
.yt-packageBox {float: none;padding:20px;width: auto;}
.package-section .block-title {font-size: 25px;}
.yt-packages {margin: 20px auto 0;}
.yt-packageBox.custom-price {margin-top: 20px;padding:20px;}
.demo {float: none;padding: 45px;width: auto;}
.middle-demo {margin: 10px 0;}
.yt-Monetized .left-grid {float: none;}
.right-grid {padding-left: 0;}
.yt-Monetized {text-align: center;}
.image-box > img {margin: 0 auto 30px;}
.listbox {width:100%;}
.listbox .feature{padding:20px !important;}
.userBlock .image-box {float: none;margin: 30px 0 0;}
.userBlock .image-box img{margin-bottom:10px;}
.userBlock .content-block {padding-left: 0;}
.userBlock {text-align: center;}
.type-wrap #typed{font-size:15px;}
.type-wrap{min-height:25px;}
.yt_header {background-position: 75% top;background-size: cover;padding: 30px 0 40px;}
.yt_header:after{position: absolute;content:"";background-color:rgba(2, 2, 2, 0.6);left:0;top:0;width:100%;height:100%;}
.top-space {padding-top: 30px;}
.yt-demos {margin: 30px auto 0;}
.resp-tab-content-active .img_fgr img {margin-left: 0;animation:none;-webkit-animation:none;max-width: 96%;}
.tab-title {font-size: 20px;}
.listbox .feature{min-height: inherit;}
.ftr_circle_list .circle{margin:5px;}
.additional {float: none;margin: 20px 0 0;}

}


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



.yt-tab .resp-tabs-list{display:none;}
.yt-tab h2.resp-accordion{display:block}
.tab-section {margin-top: 0;padding:30px 0 40px;}
.tabscontent .left-grid ,.tabscontent .rght-grid{float: none;width: auto;}
.tabscontent .rght-grid{padding:20px 0 0;}
.yt-tab .tabscontent{margin-top:10px;}
.tabscontent .block-title {font-size: 24px;padding-bottom: 5px;}
.tabscontent .content-block > p {padding: 15px 0;}


#yt-tab .resp-tabs-container {padding:0;border: none;}
#yt-tab .resp-tabs-list{display:none;}
#yt-tab h2.resp-accordion{display: block;font-size:18px;padding-right:40px;}
#yt-tab .image-section {display: block;width: auto;margin:15px 0;}
#yt-tab .tabscontent{border: 4px solid #f2f2f2;padding:20px;border-top:none;}
#yt-tab .resp-accordion.resp-tab-active {background-color: #020202;border-color: #020202;color: #ffffff;}


}

