.get-started-box{padding:12px 0;background-color:#fff;box-shadow:0 0 20px 0 #0000001A;position:fixed;top:0;left:0;right:0;z-index:12;transform:translateY(-100%);transition:all .3s linear}
.get-started-box.active{transform:translateY(0)}
.get-started-box .get-started-content{display:flex;flex-wrap:wrap;align-items:center}
.get-started-box .get-started-heads{color:#20252b;font-family:"Roboto-Medium"}
.get-started-box .get-started-left{width:calc(100% - 209px);padding-right:16px}
.get-started-box .get-started-right{width:209px}
@media(max-width:767px){.get-started-box{top:auto;bottom:0;transform:translateY(100%)}
.get-started-box.active{transform:translateY(0)}
.get-started-box .get-started-heads{color:#565656;font-size:14px;line-height:16px}
}