@import url('https://fonts.googleapis.com/css?family=Karla:400,700|Open+Sans:400,600,700|Poppins:400,500,600,700'); @font-face { font-family: 'rupee'; src: url('../font/Rupee_Foradian.ttf') format('truetype'); } @font-face { font-family: 'Montserrat'; src: url('../font/Montserrat-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'icomoon'; src: url('../font/icomoon.ttf?f17b0v') format('truetype'); font-weight: normal; font-style: normal; } ::-webkit-input-placeholder { /* Chrome */ color: #ccc; } :-ms-input-placeholder { /* IE 10+ */ color: #ccc; } ::-moz-placeholder { /* Firefox 19+ */ color: #ccc; opacity: 1; } :-moz-placeholder { /* Firefox 4 - 18 */ color: #ccc; opacity: 1; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-call:before { content: "\e900"; } .icon-facebook:before { content: "\e901"; } .icon-insta:before { content: "\e902"; } .icon-linkin:before { content: "\e903"; } .icon-pintrest:before { content: "\e904"; } .icon-rightAroow:before { content: "\e905"; } .icon-twitter:before { content: "\e906"; } .icon-user:before { content: "\e907"; } .hideVisibility{ visibility: hidden !important; } .modal-body { padding: 78px 80px 90px 80px; button.close { position: absolute; right: 38px; top: 38px; outline: none; opacity: 1; } .sectionTitle{ font-size: 40px; } } .nesImage { margin-bottom: 50px; } .newsModal .sectionTitle { font-size: 38px; } .sectionSubTitle { font-size: 40px; font-family: 'poppins'; margin: 0 0 60px 0; } .siteLoader { position: fixed; width: 100%; height: 100%; background-color: #fff; z-index: 1111; display: flex; justify-content: space-around; align-items: center; .loaderData { margin-top: -20px; width: 100%; text-align: center; } .cs-loader { position: relative; width: auto; height: auto; top: 20px; right: 0; transform: none; width: 100%; opacity: 1; } .cs-loader .cs-loader-inner { color: #ff5100; } a { width: 150px; display: inline-block; } a img { width: 100%; } } .transition(@transition) { -webkit-transition: @transition; -moz-transition: @transition; -o-transition: @transition; transition: @transition; } .transform(@transform) { -webkit-transform: @transform; -moz-transform: @transform; -o-transform: @transform; transform: @transform; } @slateTextColor:#333d47; @orangeBackground:#ff9329; @whiteBackground:#ffffff; @whiteText:@whiteBackground; @orangeText:#ff8300; @lightOrange:#fef7f1; @disableText:#adadad; @darkOrange:#ff5100; section{ background-color: #fff; } .sectionTitle { font-size: 50px; font-family: 'poppins'; color: #221f1f; margin: 0 0 30px 0; } .secSaperation { margin-bottom: 60px; } .secSaperation:last-child { margin-bottom: 0; } .fiberImg { max-width: 100%; margin-top: 30px; } p { font-family: 'poppins'; font-size: 16px; color: @slateTextColor; line-height: 42px; } .cs-loader-inner label { padding: 0 !important; margin: 0 !important; } body{ margin: 0; backface-visibility: hidden; -webkit-backface-visibility: hidden; color: #221f1f; } body,html{ overflow-x: hidden; } .flexCol { align-items: center; display: flex; } ul{ padding: 0; } body.menuOpen .mobileMenu { transform: rotatey(0); } .modal-body p{ white-space: normal; } .menuIcon span { width: 100%; height: 3px; background-color: #000; position: absolute; top: 50%; margin-top: -1.5px; .transition(all 0.5s); } .menuIcon { position: relative; cursor: pointer; z-index: 1; } .menuIcon span:before { content: ''; position: absolute; top: -9px; width: 100%; height: 3px; background-color: #000; .transition(all 0.5s); } .menuIcon span:after { content: ''; position: absolute; bottom: -9px; width: 100%; height: 3px; background-color: #000; .transition(all 0.5s); } body.menuOpen .menuIcon span:before { transform: rotate(45deg); top: 0; } body.menuOpen .menuIcon span:after { bottom: 0; transform: rotate(-45deg); } body.menuOpen .menuIcon span { background-color: transparent; } #introBanner .bandwidthImg.spot1Scale { transform: scale(0); } .mobileMenu { .menuIneer { height: 100vh; display: flex; justify-content: space-between; flex-direction: column; } display: none; background-image: url(../images/cap.png); background-size: auto 150%; background-position: 67% 0vh; overflow-y: auto; background-repeat: no-repeat; position: fixed; right: 0; width: 100vw; background-color: #fff; z-index: 111; height: 100vh; // box-shadow: 9px 0 18px 0 rgba(0, 0, 0, 0.1) inset; top: 0; transform: translatey(-100%); -o-transform: translatey(-100%); -ms-transform: translatey(-100%); -moz-transform: translatey(-100%); -webkit-transform: translatey(-100%); .transition(all 0.5s); .menuNav { list-style: none; padding:110px 30px 30px 30px; } .menuNav li a { font-size: 15px; font-family: 'karla'; font-weight: 600; text-transform: uppercase; padding-bottom: 30px; color: #333d47; display: block; } .menuNav li a:hover,.menuNav li a:focus{ text-decoration: none; } .loginPannel{ display: block; margin-top: 2px; padding: 20px 42px 30px 20px; text-align: right; } .loginPannel a { font-family: 'karla'; font-size: 16px; font-weight: 600; text-transform: uppercase; padding: 12px 45px; text-decoration: none; display: inline-block; border-radius: 30px; .transition(all 0.5s); text-align: center; width:201px; } .loginPannel a.regBtn { background-color:@whiteBackground; border: 1px solid #eee; color: @orangeText; } .loginPannel a.regBtn:hover{ background-color: transparent; color: #fff; } .loginPannel a.loginBtn { padding: 12px 55px 12px 53px; letter-spacing: 0.5px; background-color: @orangeBackground; color: @whiteText; border: 1px solid transparent; margin-bottom: 15px; } .loginPannel a.loginBtn:hover{ color:#fff; background-color: transparent; border-color: #fff; } } .menuIcon { width: 30px; display: none; } header.TOP { transform: translateY(-132px); -o-transform: translateY(-132px); -ms-transform: translateY(-132px); -moz-transform: translateY(-132px); -webkit-transform: translateY(-132px); position: fixed; } .anim { .transition(transform 1s); } header{ position: absolute; left: 0; right: 0; top: 0; z-index: 111; transform-origin: right center; transform: translateX(0px); -o-transform: translateX(0px); -ms-transform: translateX(0px); -moz-transform: translateX(0px); -webkit-transform: translateX(0px); &.TOP { .headerCont { padding: 17px; background-color: #fff; box-shadow: 0 0 15px 0 rgba(0,0,0,0.2); } .headerCont .logo { width: 135px; } .loginPannel a.loginBtn{ padding: 15px 50px 15px 50px; } .loginPannel a:hover{ color: @orangeText !important; background-color: transparent !important; border: 1px solid @darkOrange !important; } .loginPannel a{ padding: 15px 50px 15px 50px; } } &.fixed.TOP{ transform: translate(0,0); -o-transform: translate(0,0); -ms-transform: translate(0,0); -moz-transform: translate(0,0); -webkit-transform: translate(0,0); .transition(transform 1s); } img{ max-width:100%; vertical-align: top; } .logo { width: 149px; display: inline-block; } .headerCont { padding: 35px 50px; display: flex; justify-content: space-between; //.transition(top 0.5s); } .menuNav { list-style: none; margin:0 10.5vw 0 0; display: inline-block; vertical-align: middle; li { display: inline-block; padding-left: 46px; a { text-decoration: none; color: @slateTextColor; font-family: 'karla'; font-size: 15px; font-weight: 600; text-transform: uppercase; position: relative; .transition(all 0.5s); } a:after{ content: ''; position: absolute; width: 100%; height: 3px; background-color: @darkOrange; bottom: -10px; left: 0; .transition(all 0.5s); transform-origin: center center; .transform(scalex(0)) } a:hover:after{ .transform(scalex(1)) } a:hover{ color: @darkOrange; } } } .loginPannel{ display: inline-block; vertical-align: middle; margin-top: 2px; } .loginPannel a { font-family: 'karla'; font-size: 16px; font-weight: 600; text-transform: uppercase; padding: 17px 45px; text-decoration: none; display: inline-block; border-radius: 30px; transition: background-color 0.5s,color 0.5s,border-color 0.5s; -o-transition: background-color 0.5s,color 0.5s,border-color 0.5s; -ms-transition: background-color 0.5s,color 0.5s,border-color 0.5s; -moz-transition: background-color 0.5s,color 0.5s,border-color 0.5s; -webkit-transition: background-color 0.5s,color 0.5s,border-color 0.5s; } .loginPannel a.regBtn { margin-left: 9px; background-color:@whiteBackground; border: 1px solid #eee; color: @orangeText; } .loginPannel a.regBtn:hover{ background-color: transparent; color: #fff; } .loginPannel a.loginBtn { padding:17px 55px 17px 53px; letter-spacing: 0.5px; background-color: @orangeBackground; color: @whiteText; border: 1px solid transparent; } .loginPannel a.loginBtn:hover{ color:#fff; background-color: transparent; border-color: #fff; } .headerRight { margin-top: -2px; display: flex; align-items: center; } } #introBanner{ .bandwidthImg { position: absolute; top: 0; } .bandwidthImg:first-child { position: relative; } padding-bottom: 70px; .container { position: absolute; top: 0; left: 50%; transform: translateX(-50%); } .bandwidthImg { right: 0; max-width: 100%; backface-visibility: hidden; transform-style: preserve-3d; } .bannerCaption { padding: 15.9vw 0 0 0; } .bannerCaption h2 { font-size: 55px; font-family: 'poppins'; font-weight: 500; letter-spacing: -0.5px; margin: 0 0 40px 0; line-height: 72px; } .exploreBtn { font-size: 16px; font-weight: 600; text-transform: uppercase; color: @whiteText; display: inline-block; margin-top: 43px; padding: 25px 71px 23px; border: 1px solid transparent; border-radius: 60px; text-decoration: none; outline: none; .transition(all 0.5s); .transition(all 0.5s); border: 1px solid transparent; position: relative; font-family: 'karla'; z-index: 1; } .exploreBtn:after{ content: ''; position: absolute; .transition(all 0.5s); background: @darkOrange; background: -moz-linear-gradient(left, @darkOrange 0%, #ff8400 100%); background: -webkit-gradient(left top, right top, color-stop(0%, @darkOrange), color-stop(100%, #ff8400)); background: -webkit-linear-gradient(left, @darkOrange 0%, #ff8400 100%); background: -o-linear-gradient(left, @darkOrange 0%, #ff8400 100%); background: -ms-linear-gradient(left, @darkOrange 0%, #ff8400 100%); background: linear-gradient(to right, @darkOrange 0%, #ff8400 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@darkOrange', endColorstr='#ff8400', GradientType=1 ); width: 100%; height: 100%; border-radius: 60px; left: 0; top: 0; z-index: -1; } .exploreBtn:hover:after{ opacity: 0; } .exploreBtn:hover{ border: 1px solid @darkOrange; color: @darkOrange; } } .sectionTitle strong { letter-spacing: 1px; } #about { padding: 55px 0 86px 0; p{ max-width: 860px; margin: 0 auto 10px auto; } } .sectionBtn { padding: 25px 60px; font-size: 16px; text-transform: uppercase; font-family: 'karla'; font-weight: 600; margin: 2.5vw 0 0 0; display: inline-block; color: @orangeText; background-color: @lightOrange; border-radius: 38px; text-decoration: none; outline: none; transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; border: 1px solid transparent; cursor: pointer; } .sectionBtn:hover,.sectionBtn:focus{ text-decoration: none; color: @orangeText; background-color: transparent; border: 1px solid @darkOrange; text-decoration: none; outline: none; } #pricing { p{ max-width: 1017px; margin: 0 auto 10px auto; } .sectionBtn { margin: 4.5vw 0 0 0; } .moreDetHold { margin: 4.5vw 0 0 0; } .moreDetHold .sectionBtn { margin-top: 15px; } .moreTxt { font-family: 'karla'; color: #aaa; text-transform: uppercase; font-weight: 600; } padding: 81px 0 175px 0; position: relative; .owl-carousel .owl-stage { margin-left: 0; } .owl-carousel .owl-stage-outer { margin: 0; padding: 15px 0; } .capsual { position: absolute; margin-top: -335px; z-index: -1; } .sectionTitle{ letter-spacing: 3px; } .pricingRow { display: flex; justify-content: center; padding: 56px 0 0 0; } .pricingTitle { font-size: 22px; color: #221f1f; font-family: 'karla'; text-transform: uppercase; font-weight: 600; letter-spacing: 2px; margin: 0; } .pricingCard.active:after{ position: absolute; content: ''; height: 12px; width: 100%; background: @darkOrange; /* Old browsers */ background: -moz-linear-gradient(left, @darkOrange 0%, #ff8300 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, @darkOrange 0%,#ff8300 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, @darkOrange 0%,#ff8300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@darkOrange', endColorstr='#ff8300',GradientType=0 ); /* IE6-9 */ bottom: 0; left: 0; border-radius: 0 0 5px 5px } .pricingCard { cursor: pointer; width: auto; // padding: 60px 95px 51px 95px; padding: 3.15vw 5vw 2.65vw; text-align: left; position: relative; background-color: transparent; .transition(all 0.5s); .rupee { font-family: 'rupee'; font-size: 22px; } .usageAmnt { font-family: 'Montserrat'; //font-size: 54px; font-size: 2.8vw; display: inline-block; vertical-align: middle; margin-right: 2px; font-weight: 500; } .pkgValid { vertical-align: middle; display: inline-block; } .mbpsTxt { font-size: 22px; font-family: 'karla'; font-weight: 600; margin-top: 2px; } .mbpsData { font-size: 18px; font-family: 'karla'; color: @disableText; margin-top: -3px; } .rupee { font-family: 'rupee'; font-size: 22px; vertical-align: middle; } .cost { font-size: 22px; font-family: 'Montserrat'; color: @darkOrange; vertical-align: middle; margin-right: 10px; } .lineType{ font-family: 'open sans'; font-size: 14px; color: @slateTextColor; } .periad { font-family: 'karla'; font-size: 18px; color: @disableText; vertical-align: middle; } .buyPlan { font-size: 18px; color: @orangeText; background: -webkit-linear-gradient(@darkOrange, @orangeText); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-family: 'karla'; font-weight: 600; margin-top: 25px; display: inline-block; position: relative; opacity: 0; visibility: hidden; text-decoration: none !important } .buyPlan:after{ content: ''; width: 17px; height:12px; background-image: url(../images/arrowSwipe.svg); background-repeat: no-repeat; position: absolute; top: 50%; margin-top: -6px; margin-left: 10px; background-position-x: -34px; transition: all 0.3s; } .buyPlan:hover:after{ background-position-x: 0px; } .dataUsage { display: inline-block; border-style: solid; padding: 10px 0 13px 0; border-width: 1px 0; border-color: #e7e7e7; margin: 25px 0 23px 0; // width: 128px; } } .pricingCard.active { background-color: #fff; box-shadow: 0 34px 122px 0 rgba(10, 10, 10, 0.25); // box-shadow: 0 15px 62px 0 rgba(10,10,10,0.25); border-radius: 5px; .buyPlan{ opacity: 1; visibility: visible; } } .owl-dots { position: absolute; bottom: -60px; } button.owl-dot { width: 10px; height: 10px; background-color: #ddd !important; margin: 0 5px; border-radius: 50%; outline: none; } button.owl-dot.active { background-color: #ff8300 !important; } } #experance { padding: 166px 0 73px 0; .expereanceBlock { margin-top: 3.4vw; } p{ line-height: 2.2vw; } .sectionTitle { margin: 0 0 2.4vw 0; } .expereanceImage { position: relative; right: -2.7vw; width: 46.1vw; min-width: 46.1vw; } } #blended { padding: 67px 0 156px 0; .blendispImage { margin-left: -10vw; width: 42.5vw; min-width: 42.5vw; } .sectionTitle { margin-bottom: 40px; } .ispBlock { margin-top: 68px; padding-left: 23px; } } #dataCaps { padding: 29px 0 185px 0; .dataCapsBlock {margin-top: 113px;margin-left: 6px;} .dataCapsBlock .sectionTitle { margin-bottom: 45px; } .dataCapsImage { position: relative; right: -3.6vw; width: 45.7vw; min-width: 45.7vw; } } #latestNews { padding: 175px 0 72px 0; p { max-width: 666px; margin: 0 auto 10px auto; } .newsMain { margin-top: 54px; margin-bottom: 26px; text-align: left; color: #fff; display: block; } img{ max-width: 100%; } .largeNews { float: left; position: relative; width: 63.1%; .newsDate { margin-bottom: 14px; padding-left: 4px; margin-top: 0; } .newsTitle { font-size: 30px; } } .smallNews { float: left; margin-left: 14px; margin-bottom: 9px; position: relative; width: calc(36.3% - 9px); } .smallNews:last-child{ margin-bottom: 0; } .newsData { position: absolute; bottom: 0; left: 0; right: 0; margin: 0 28px 10px 28px; z-index: 1; padding-bottom: 20px; transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; } .overlay:hover .newsData{ margin-bottom: 30px; } .overlay:hover .newsData:after{ width: 142px; } .newsData:after{ content: ''; width: 0; height: 3px; background-color: #ff5100; position: absolute; bottom: 0; left: 0; transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; } .newsTitle { font-size: 20.9px; font-family: 'poppins'; } .newsDate { margin-bottom: 12px; font-size: 15px; font-family: 'poppins'; } .newsDate img { margin-right: 11px; } .overlay:after{ position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */ cursor: pointer; } .overlay:before{ position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0,0,0,0.2); opacity: 0; .transition(all 0.5s); } .overlay:hover:before{ opacity: 1; } } #clientSays{ position: relative; padding: 72px 0 126px 0; .slick-arrow { position: absolute; opacity: 0; } .container { margin-top: 167px; } > img:first-child { width: 100%; position: absolute; top: 0; bottom: auto; } > img { width: 100%; position: absolute; bottom: 0; } .navButton { width: 66px; height: 66px; background-color: transparent; border: 1px solid #ff8300; border-radius: 33px; background-repeat: no-repeat; background-position: center center; padding: 0; .transition(all 0.5s); outline: none; } .navButton.prev { margin-right: 15px; } .prev{ background-image: url(../images/navLeft.svg); } .prev.active{ background-image: url(../images/navLeftActive.svg); } .next{ background-image: url(../images/navRight.svg); } .next.active{ background-image: url(../images/navRightActive.svg); } .navButton.active{ width: 150px; } .clientCaption { margin-top: 51px; } .sectionTitle { font-size: 55px; line-height: 74px; margin-bottom: 93px; } .owl-carousel { padding: 0 0 0 0; } .owl-carousel p { letter-spacing: 0.2px; line-height: 39px; padding: 51px 55px 47px 55px; padding: 51px 50px 47px 52px; margin: 0; background-color: #fff; border-radius: 15px 15px 15px 0; position: relative; filter: drop-shadow(0 25px 18px rgba(0,0,0,0.25)); -moz-filter: drop-shadow(0 25px 18px rgba(0,0,0,0.25)); -webkit-filter: drop-shadow(0 25px 18px rgba(0,0,0,0.25)); color: @slateTextColor; white-space: normal; } .owl-carousel p:after { position: absolute; height: 30px; width: 59px; content: ''; bottom: -30px; left: 0; background-image: url(../images/testimonialArrow.svg); background-repeat: no-repeat; } .clientDetails { margin-top: 45px; padding-left: 24px; } .clientDetails img { float: left; margin-right: 22px; } .clientName { font-size: 25px; font-family: 'poppins'; margin: 0 0 6px 0; padding: 4px 0 0 0; } .clientDesignation { font-size: 16px; color: #333d47; font-family: 'poppins'; margin-left: 78px; } } form { margin-top: 18.5vw; margin-left: 97px; padding: 103px 77px 71px; background-color: @whiteBackground; border-radius: 13px; box-shadow: 0 28px 74px 0 rgba(10,10,10,0.25); position: relative; width: 594px; float: right; max-width: 100%; } form h3 { color: #ff5100; margin: 0 0 84px 0; font-size: 36.1px; font-family: 'poppins'; letter-spacing: 0.4px; } form input { padding: 15px 12px 15px 50px; font-size: 16px; font-family: 'poppins'; background-color: transparent; border-style: solid; border-width: 0 0 1px 0; border-color: #eee; width: 100%; outline: none; } .form-group:first-child { margin-bottom: 58px; background-image: url(../images/user.svg); background-repeat: no-repeat; background-position: 15px 50%; } .form-group:last-child{ background-image: url(../images/email.svg); background-repeat: no-repeat; background-position: 15px 50%; } .formFooter { display: flex; justify-content: space-between; padding: 0; } .fornData { margin-bottom: 77px; } .formSubmit{ font-size: 16px; font-family:'karla'; font-weight: 600; text-transform: uppercase; width: auto; display: inline-block; letter-spacing: 0.3px; border: 1px solid transparent; border-radius: 60px; text-decoration: none; outline: none; .transition(all 0.5s); position: relative; cursor: pointer; z-index: 1; } form input[type="submit"]{ background-color: transparent; border: none; color: @whiteText; padding: 22px 47px 22px; margin: 0; text-transform: uppercase; font-family: 'karla'; } .formSubmit:after{ content: ''; position: absolute; width: 100%; border-radius: 60px; height: 100%; background: @darkOrange; background: -moz-linear-gradient(left, @darkOrange 0%, #ff8400 100%); background: -webkit-gradient(left top, right top, color-stop(0%, @darkOrange), color-stop(100%, #ff8400)); background: -webkit-linear-gradient(left, @darkOrange 0%, #ff8400 100%); background: -o-linear-gradient(left, @darkOrange 0%, #ff8400 100%); background: -ms-linear-gradient(left, @darkOrange 0%, #ff8400 100%); background: linear-gradient(to right, @darkOrange 0%, #ff8400 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@darkOrange', endColorstr='#ff8400', GradientType=1 ); opacity: 1; z-index: -1; left: 0; top: 0; .transition(all 0.5s); } .formSubmit:hover:after{ opacity: 0; } .formSubmit:hover{ border: 1px solid @darkOrange; } .formSubmit:hover input[type="submit"]{ color: @darkOrange } #frmWebexReg { margin-top: 0px; margin-left: 0px; padding: 103px 77px 71px; background-color: #ffffff; border-radius: 13px; box-shadow: none; position: inherit; width: 100%; float: none; /* max-width: 100%; border: 1px solid #ff5100;*/ } #frmWebexReg textarea{ padding: 15px 12px 15px 50px; font-size: 16px; font-family: 'poppins'; background-color: transparent; border-style: solid; border-width: 0 0 1px 0; border-color: #eee; width: 100%; outline: none; } #frmWebexReg .form-group:nth-child(2){ background-image: none ; background-repeat: no-repeat; } #frmWebexReg .form-group:last-child{ background-image: none ; background-repeat: no-repeat; } #frmWebexReg .form-group:first-child{ background-image: none ; background-repeat: no-repeat; } input.error { border-bottom: 1px solid #f00; } .telNumber a { font-size: 16.8px; font-family: 'poppins'; letter-spacing: 0.4px; .transition(all 0.5s); color: #221f1f; } .telNumber a:hover,.telNumber a:focus{ color: @darkOrange; text-decoration: none; } .contactDet label { font-size: 14px; font-family: 'poppins'; color: #cccccc; font-weight: 300; } .contactDet { padding-top: 10px; } .robotImage { position: absolute; right: -222px; top: -158px; } footer { background-color: #221f1f; color: #fff; .getStarted h4 { font-size: 45px; color: #fff; margin: 0; font-family: 'poppins'; max-width: 425px; line-height: 63px; letter-spacing: -0.4px; margin-bottom: 41px; font-weight: 400; } .startedCaption { padding: 145px 0 132px 0; } p { font-size: 16px; font-family: 'poppins'; color: #fff; line-height: 30px; white-space: normal; max-width: 425px; } .inner.flex { display: flex; justify-content: space-between; align-items: center; flex-direction: row; border-bottom: 1px solid #363636; } .container.flex:before { display: none; } .container.flex:after { display: none; } .exploreBtn { font-size: 16px; font-weight: 600; text-transform: uppercase; color: @whiteText; display: inline-block; margin-top: 43px; padding: 25px 80px 24px; border: 1px solid transparent; border-radius: 60px; text-decoration: none; outline: none; .transition(all 0.5s); border: 1px solid transparent; position: relative; font-family: 'karla'; z-index: 1; cursor: pointer; } .exploreBtn:after{ content: ''; position: absolute; .transition(all 0.5s); background: @darkOrange; background: -moz-linear-gradient(left, @darkOrange 0%, #ff8400 100%); background: -webkit-gradient(left top, right top, color-stop(0%, @darkOrange), color-stop(100%, #ff8400)); background: -webkit-linear-gradient(left, @darkOrange 0%, #ff8400 100%); background: -o-linear-gradient(left, @darkOrange 0%, #ff8400 100%); background: -ms-linear-gradient(left, @darkOrange 0%, #ff8400 100%); background: linear-gradient(to right, @darkOrange 0%, #ff8400 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@darkOrange', endColorstr='#ff8400', GradientType=1 ); width: 100%; height: 100%; border-radius: 60px; left: 0; top: 0; z-index: -1; } .exploreBtn:hover:after{ opacity: 0; } .exploreBtn:hover{ border-color: @darkOrange; color: @darkOrange; background: transparent; } .footerTop { padding: 143px 0 0 0; .footerLogo { display: inline-block; width: 151px; margin-bottom: 25px; } .footerLogo img { max-width: 100%; } p { font-size: 14px; color: #666666; line-height: 23px; letter-spacing: 0.1px; font-family: 'poppins'; white-space: pre-line; } .flexBox { display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 48px; flex-direction: row-reverse; } address { white-space: pre-line; font-family: 'open sans'; color: #666; font-size: 14px; line-height: 21px; } .linksCol ul { list-style: none; } .linksCol ul li a { color: #666; font-size: 14px; font-family: 'karla'; font-weight: 600; text-transform: uppercase; .transition(all 0.5s); } .linksCol ul li a:hover,.linksCol ul li a:focus{ color:@darkOrange; text-decoration: none; } .linksSec { justify-content: space-between; display: flex; flex-direction: row; width: 31vw; margin-top: -5px; } .linksCol ul li { margin-bottom: 30px; } .addrSec { position: relative; left: 3px; top: -4px; } .contactInfo { margin-top: -3px; list-style: none; } .emailIco { width: 19px; } .contactInfo li img { margin-right: 9px; } .contactInfo li a { font-family: 'poppins'; font-size: 14px; color: #666; letter-spacing: 0; .transition(all 0.5s); } .contactInfo li a:hover,.contactInfo li a:focus{ color: @darkOrange; text-decoration: none; } .contactInfo li { margin-bottom: 18px; } } .footerBottom { padding: 34px 0; .copyrightText { font-size: 13px; font-family: 'poppins'; color: #666666; margin-top: 6px; } .copyrightText a { color: #666; margin-right: 4px; .transition(all 0.5s); } .copyrightText a:hover,.copyrightText a:focus{ color: @darkOrange; text-decoration: none; } .socials { display: inline-block; list-style: none; margin: 0; vertical-align: middle; margin-right: 15px; } .socials li { margin: 0 0 0 21px; display: inline-block; font-size: 22px; } .socials li a:hover{ text-decoration: none; } .socials li i { color: #666; .transition(all 0.5s); } .socials li i.icon-facebook:hover,.socials li i.icon-facebook:focus{ text-decoration: none; color: #3b5999; } .socials li i.icon-twitter:hover,.socials li i.icon-twitter:focus{ text-decoration: none; color: #55acee; } .socials li i.icon-insta:hover,.socials li i.icon-insta:focus{ text-decoration: none; color: #e4405f; } .socials li i.icon-linkin:hover,.socials li i.icon-linkin:focus{ text-decoration: none; color: #0077B5; } .socials li i.icon-pintrest:hover,.socials li i.icon-pintrest:focus{ text-decoration: none; color: #bd081c; } .socials ~ a { display: inline-block; vertical-align: middle; } } } .bulletPoint { font-size: 20px; vertical-align: middle; margin-right: 3px; } .success{ color: #b10c0c; position: absolute; width: 100%; bottom: -37px; } .success.active { color: #45b245; } .success h2 { font-size: 14px; font-family: 'karla'; font-weight: 600; text-align: center; margin-left: 2px; } .cs-loader { position: absolute; top: 0; left: 0; height: 100%; width: 100%; opacity: 0; pointer-events: none; } .formSubmit:hover .cs-loader-inner{ color: @darkOrange; } .cs-loader-inner { transform: translateY(-50%); top: 50%; position: absolute; width: 100%; color: #fff; padding: 0 10px; text-align: center; } .cs-loader-inner label { font-size: 20px; opacity: 0; display:inline-block; } @keyframes lol { 0% { opacity: 0; transform: translateX(-30px); } 33% { opacity: 1; transform: translateX(0px); } 66% { opacity: 1; transform: translateX(0px); } 100% { opacity: 0; transform: translateX(30px); } } @-webkit-keyframes lol { 0% { opacity: 0; -webkit-transform: translateX(-300px); } 33% { opacity: 1; -webkit-transform: translateX(0px); } 66% { opacity: 1; -webkit-transform: translateX(0px); } 100% { opacity: 0; -webkit-transform: translateX(300px); } } .cs-loader-inner label:nth-child(6) { -webkit-animation: lol 3s infinite ease-in-out; animation: lol 3s infinite ease-in-out; } .cs-loader-inner label:nth-child(5) { -webkit-animation: lol 3s 100ms infinite ease-in-out; animation: lol 3s 100ms infinite ease-in-out; } .cs-loader-inner label:nth-child(4) { -webkit-animation: lol 3s 200ms infinite ease-in-out; animation: lol 3s 200ms infinite ease-in-out; } .cs-loader-inner label:nth-child(3) { -webkit-animation: lol 3s 300ms infinite ease-in-out; animation: lol 3s 300ms infinite ease-in-out; } .cs-loader-inner label:nth-child(2) { -webkit-animation: lol 3s 400ms infinite ease-in-out; animation: lol 3s 400ms infinite ease-in-out; } .cs-loader-inner label:nth-child(1) { -webkit-animation: lol 3s 500ms infinite ease-in-out; animation: lol 3s 500ms infinite ease-in-out; } .blinkSpot1,.blinkSpot2 { transform: scale(1); position: absolute; width: 100%; height: 100%; left: 0; top: 0; animation: scaleAnim 1s infinite; animation: scaleAnim 1s infinite; } .blinkSpot1{ transform-origin: 53.55% 48.8%; } .blinkSpot2{ transform-origin: 56.2% 65%; } @-webkit-keyframes scaleAnim { from { opacity: 0; -webkit-transform: scale(0); transform: scale(0); } to { opacity: 1; -webkit-transform: scale(3); transform: scale(3); } } @keyframes scaleAnim { from { opacity: 0; -webkit-transform: scale(0); transform: scale(0); } to { opacity: 1; -webkit-transform: scale(3); transform: scale(3); } } @media screen and (max-width:1800px){ #blended .blendispImage{ margin-left: -2vw; } #clientSays .owl-carousel p{ white-space: normal; } header .menuNav{ margin: 0 4vw 0 0; } } @media screen and (max-width:1600px){ .flexRow .row{ display: flex; flex-direction: row; align-items: center; } #experance .expereanceBlock,#blended .ispBlock,#dataCaps .dataCapsBlock{ margin: 0; padding: 0; } header .menuNav { margin: 0 25px 0 0; } header .menuNav li { display: inline-block; padding-left: 30px; } } @media screen and (max-width:1500px){ header{ .menuNav{ margin-right: 50px; } .menuNav li { display: inline-block; padding-left: 20px; } .menuNav li:first-child{ padding-left: 0; } } #introBanner { .bannerCaption h2{ font-size: 50px; } } p{ white-space: normal; } #experance { padding: 96px 0 50px 0; } #blended{ padding-top: 50px; } #pricing .pricingCard{ padding: 3.15vw 4vw 2.65vw; } #blended .blendispImage { margin-left: -5vw; } // .owl-carousel .owl-stage-outer{ // margin-left: 0; // } .owl-carousel .owl-stage{ margin-left: 25px; } #clientSays .owl-carousel p{ filter: drop-shadow(0 15px 14px rgba(0, 0, 0, 0.25)); -webkit-filter: drop-shadow(0 15px 14px rgba(0, 0, 0, 0.25)); } #clientSays .container { margin-top: 107px; } } @media screen and (max-width:1366px){ #blended .blendispImage { margin-left: 0vw; } header .loginPannel a.loginBtn,header .loginPannel a { padding: 17px 40px 17px 40px; } header{ .menuNav{ margin-right: 30px; } .headerCont{ padding: 30px; } } .modal-dialog{ margin: 30px; } header .logo { width: 129px; display: inline-block; } #introBanner { padding-bottom: 140px; } } @media screen and (max-width:1199px){ header{ .menuNav li{ padding-left: 20px; } } #introBanner { .bannerCaption h2{ font-size: 40px; line-height: 60px; } } .sectionTitle,footer .getStarted h4 { font-size: 40px; } #dataCaps .dataCapsImage,#experance .expereanceImage{ width: 100%; right: auto; } #blended .blendispImage{ left: auto; width: 100%; } #pricing { padding: 75px 0 100px 0; .pricingCard { .cost { font-size: 17px; } .rupee { font-size: 17px; } .lineType { font-size: 12px; margin-top: 8px; } .mbpsTxt { font-size: 17px; } .mbpsData { font-size: 13px; } .periad { font-size: 13px; } .buyPlan { font-size: 15px; } .pricingTitle { font-size: 17px; } } } #about { padding: 75px 0 75px 0; } #experance p,p { line-height: 28px; } #latestNews .newsTitle{ font-size: 16.5px; } #latestNews .largeNews .newsTitle{ font-size: 25px; } #latestNews .largeNews .newsDate,#latestNews .newsDate{ font-size: 13px; } #latestNews .newsData{ margin: 0 20px 10px 20px; } #clientSays .sectionTitle{ font-size: 40px; } .owl-carousel .owl-stage { margin-left: -90px; } #clientSays .clientCaption { margin-top: 0; } #clientSays .sectionTitle{ margin-bottom: 50px } #owl-demo{ margin-bottom: 30px; } #dataCaps { padding: 50px 0 75px 0; } #latestNews { padding: 75px 0 72px 0; } #blended { padding: 67px 0 50px 0; } footer .getStarted h4 { line-height: 58px; } #clientSays .container { margin-top: 113px; } form h3 { font-size: 33px; margin-bottom: 50px; } .fornData { margin-bottom: 63px; } .form-group:first-child { margin-bottom: 45px; } form { width: 490px; padding: 73px 50px 52px; } #frmWebexReg { padding: 73px 50px 52px; } form input[type="submit"] { padding: 19px 38px 19px; } .contactDet { padding-top: 0; } .formFooter { align-items: center; } } @media screen and (max-width:1024px){ .mobileMenu{ display: block; } header { .headerRight{ display: none; } .headerCont{ align-items: top; padding: 30px 25px; } } header .headerCont { padding: 17px; background-color: #fff; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); } .mobileMenu .loginPannel a{ margin-left: 10px; } header .headerCont .logo { width: 109px; } header.TOP .headerCont { background-color: #fff; } body.menuOpen .headerCont{ box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); background-color: #fff; } .mobileMenu .menuNav li a{ font-size: 16px; } .menuIcon{ display: inline-block; } #experance p, p { font-size: 14px; } #clientSays .container{ margin-top: 110px; } #clientSays { position: relative; padding: 30px 0 10vw 0; .clientName { font-size: 20px; } .clientDesignation { font-size: 13px; } } footer .exploreBtn { padding: 23px 60px 22px; } .owl-carousel .owl-stage { margin-left: -60px; } #clientSays > img { width: 130%; position: absolute; bottom: 15px; right: -104px; } footer .startedCaption { padding: 68px 0 72px 0; } footer .footerTop { padding-top: 70px; } .robotImage { position: absolute; right: -152px; top: -116px; width: 255px; } .modal-body { padding: 45px 40px 50px 40px; } .modal-body button.close{ right: 18px; top: 18px; } } @media screen and (max-width:991px){ #clientSays .container { margin-top: 0; } #clientSays{ padding-top: 0; } .bannerCaption p{ width: 40vw; } .sectionBtn { padding: 16px 50px; } header { .loginPannel { display: none; } .headerRight{ align-items: center; } .menuNav{ margin-right: 0; } .bannerCaption p{ line-height: 35px; } .menuNav li { padding-left: 35px; } } #experance p, p{ font-size: 14px; } #introBanner { padding-bottom: 30px; .bannerCaption{ padding-top: 22vw; } .bannerCaption h2 { font-size: 33px; line-height: 45px; margin-bottom: 30px; } .bandwidthImg{ position: absolute; padding-top: 160px; background-size: auto 100%; background-position: 0% 0%; background-repeat: no-repeat; } .bandwidthImg:nth-child(1){ padding-top: 0; } .container{ left: 0; right: 0; transform: none; -o-transform: none; -ms-transform: none; -moz-transform: none; -webkit-transform: none; position: relative; } .bandwidthImg:first-child{ position: absolute; } .exploreBtn{ padding: 17px 48px 15px; } } footer .getStarted h4{ line-height: normal; } #about { padding: 90px 0 75px 0; } #pricing { .sectionBtn { margin: 10.5vw 0 0 0; } padding: 70px 0 100px 0; .pricingRow{ padding-top: 0; } .pricingCard,.pricingCard.active{ background-color: #fff; box-shadow: 0 0 10px 0 rgba(10, 10, 10, 0.25); border-radius: 5px; padding: 4.15vw 4vw 3.65vw; } .pricingCard:after { position: absolute; content: ''; height: 12px; width: 100%; background: #ff5100; background: -moz-linear-gradient(top, #ff5100 0%, #ff8300 100%); background: -webkit-linear-gradient(top, #ff5100 0%, #ff8300 100%); background: linear-gradient(to bottom, #ff5100 0%, #ff8300 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@darkOrange', endColorstr='#ff8300', GradientType=0); bottom: 0; left: 0; border-radius: 0 0 5px 5px; } .pricingCard .buyPlan { opacity: 1; visibility: visible; } } #experance { padding: 70px 0 50px 0; } #clientSays .owl-carousel p{ padding: 41px 45px 37px 45px; } #latestNews .smallNews{ width: calc(36% - 9px); } #experance .expereanceImage { width: 65vw; min-width: 65vw; } #blended .blendispImage { width: 63vw; min-width: 63vw; margin-left: -17vw; margin-top: -17px; } #dataCaps .dataCapsImage { width: 64vw; min-width: 64vw; } .sectionTitle,footer .getStarted h4 { font-size: 33px; } #dataCaps { padding: 29px 0 65px 0; } #latestNews { padding: 65px 0 90px 0; } #blended { padding: 67px 0 70px 0; } #latestNews .newsTitle { font-size: 20.9px; font-family: 'poppins'; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .owl-carousel .owl-stage { margin-left: -120px; } #clientSays .sectionTitle{ font-size: 33px; white-space: pre-line; line-height: 46px; } .modal-body .sectionTitle{ font-size: 32px } .newsModal .sectionTitle{ font-size: 32px } #clientSays { position: relative; padding: 0 0 10vw 0; } #clientSays > img { width: 136%; left: auto; right: -86px; bottom: 50px; } .robotImage { position: absolute; right: -152px; top: -116px; width: 255px; } .aboutSec { display: block; width: 50%; float: left; } footer { .exploreBtn{ padding: 23px 60px 22px; } .getStarted p { width: auto; white-space: pre-line; } .footerTop { padding-top: 70px; .addrSec {display: block;float: right;width: auto;} .linksSec { flex-basis: 100%; flex-grow: 0; flex-shrink: 0; } .flexBox { flex-direction: column; } .linksSec { display: flex; width: 100%; margin-bottom: 30px; } .flexBox { display: block; } .flexBox:after { content: ''; display: block; clear: both; } .linksCol ul { display: flex; } .linksCol ul li { margin-right: 9vw; margin-bottom: 20px; } .linksCol ul li:last-child { margin-right: 0; } } .startedCaption { padding: 68px 0 72px 0; } .footerBottom .copyrightText{ font-size: 12px } } #clientSays .navButton{ height: 55px; width: 55px; } #clientSays .navButton.active { width: 120px; } #pricing { .pricingCard .usageAmnt { font-size: 31px; } .pricingCard .mbpsTxt { font-size: 14px; } .pricingCard .mbpsData { font-size: 12px; } .pricingCard,.pricingCard.active{ padding: 40px 4vw 50px; } } .modal-body { padding: 58px 50px 40px 50px; } #webexModal .modal-body { padding: 41px 20px 40px 20px; } .secSaperation { margin-bottom: 35px; } } @media screen and (max-width:767px){ #clientSays .sectionTitle,footer .getStarted h4 { font-size: 25px; line-height: normal; } .modal-body .sectionTitle{ font-size: 25px } .newsModal .sectionTitle{ font-size: 25px } #introBanner { padding-bottom: 0; .bannerCaption h2{ font-size: 29px; line-height: 50px; margin-bottom: 61vw; margin-top: 50px; width: 315px; } .exploreBtn{ padding: 15px 41px 15px; } .bannerCaption h2 br{ display: none; } .bandwidthImg { position: absolute; right: 0; max-width: 170%; left: -70%; padding-top: 200px; margin-bottom: 14vw; // background-image: url(../images/cap.png); background-position: top right; background-size: cover; } .container{ left: 0; right: 0; transform: none; -o-transform: none; -ms-transform: none; -moz-transform: none; -webkit-transform: none; position: relative; } .bandwidthImg:first-child{ position: absolute; } } p{ white-space: normal; word-wrap: normal; line-height: 30px; } .sectionTitle { font-size: 25px; } .sectionBtn { padding: 15px 40px; } #experance .expereanceImage,#blended .blendispImage,#dataCaps .dataCapsImage{ width: 100%; left: auto; right: auto; margin-left: auto; margin-top: 30px; } #blended.flexRow .row { flex-direction: column-reverse; } p{ font-size: 14px; line-height: 25px !important; } #blended .ispBlock{ padding-left: 0; } #clientSays .container{ left: 15px; right: 15px; transform: none; -o-transform: none; -ms-transform: none; -moz-transform: none; -webkit-transform: none; } #clientSays .clientName { font-size: 18px; } #clientSays .clientDesignation { font-size: 12px; } .flexRow .row{ flex-direction: column; text-align: center; } #latestNews .smallNews,#latestNews .largeNews{ float: none; display: block; } footer .footerTop p { white-space: normal; } footer .footerTop .linksCol ul { display: block; } .copyrightText { text-align: center; margin-bottom: 15px; } .footerRightData.text-right { text-align: center; margin-top: 20px; } footer .footerBottom { padding: 26px 0; } .owl-carousel .owl-stage{ margin-left: 20px; } #latestNews{ .owl-item:after { content: ''; display: block; clear: both; } .smallNews,.largeNews{ width: 100%; margin: 0; height: 66vw; background-repeat: no-repeat; background-size: cover; background-position: center center; } .smallNews > img,.largeNews > img{ display: none; } .owl-carousel .owl-stage-outer{ margin-left: 0; } .owl-carousel .owl-stage{ margin-left: 0; } .newsDate img{ display: inline-block; } .owl-dots { position: relative; padding-top: 10px; text-align: center; } button.owl-dot { width: 10px; height: 10px; background-color: #ddd !important; margin: 0 5px; border-radius: 50%; outline: none; } button.owl-dot.active { background-color: #ff8300 !important; } .largeNews .newsTitle{ font-size: 16.5px; } } #clientSays .owl-carousel .owl-stage-outer{ margin-left: -35px; } #clientSays .navButton{ height: 50px; width: 50px; } #clientSays .navButton.active { width: 110px; } .bannerCaption p { white-space: normal; width: auto; } footer{ .inner.flex { flex-direction: column; padding: 35px 0 45px 0; } .startedCaption {width: 100%;text-align: center;padding: 0;} .getStarted p { white-space: normal; width: auto; margin: 0; max-width: unset; } #clientSays .sectionTitle, .getStarted h4 { margin-bottom: 25px; white-space: normal; } } form { padding: 53px 30px 32px; } form h3 { margin-bottom: 30px; font-size: 22px; } .fornData { margin-bottom: 45px; } .form-group:first-child { margin-bottom: 35px; } form input { padding: 12px 20px 12px 50px; font-size: 14px; } form input[type="submit"] { padding: 15px 25px 15px; font-size: 15px; } #frmWebexReg{ padding: 3px 30px 32px; } #frmWebexReg h3 { margin-bottom: 30px; font-size: 18px; } #frmWebexReg input { padding: 12px 20px 12px 10px; font-size: 14px; } #frmWebexReg textarea{ padding: 15px 12px 15px 10px; } footer .exploreBtn { padding: 17px 40px 18px; } .telNumber a { font-size: 15.8px; } .contactDet label { font-size: 13px; } #clientSays { position: relative; padding: 0 0 104vw 0; } #clientSays > img:nth-child(2) { left: -20%; right: auto; width: 220%; bottom: 0; } #clientSays > img:first-child { top: 10vw; width: 110%; } .anim{ .transition(all 0.5s); } .sectionBtn{ margin-top: 20px; } #experance .sectionTitle { margin: 0 0 32px 0; } footer .footerTop .linksCol:last-child{ ul li{ margin-right: 0; } } .prcInner { display: inline-block; text-align: left; } #pricing .pricingCard { text-align: center; } #about { padding: 70px 0 0 0; } #pricing { padding-bottom: 50px; } #blended { padding-top: 0; padding-bottom: 50px; } #latestNews { padding-top: 0; padding-bottom: 30px; } footer .footerTop { padding-top: 50px; } footer .footerTop .flexBox { padding-bottom: 35px; } #pricing .owl-dots { position: absolute; bottom: -25px; } #introBanner .exploreBtn{ margin-top: 20px; } #experance { padding: 40px 0 70px 0; } #dataCaps { padding: 20px 0 65px 0; } .success h2{ font-size: 10px; } .success{ bottom: -27px; } @keyframes lol { 0% { opacity: 0; transform: translateX(-100vw); } 33% { opacity: 1; transform: translateX(0px); } 66% { opacity: 1; transform: translateX(0px); } 100% { opacity: 0; transform: translateX(100vw); } } @-webkit-keyframes lol { 0% { opacity: 0; -webkit-transform: translateX(-100vw); } 33% { opacity: 1; -webkit-transform: translateX(0px); } 66% { opacity: 1; -webkit-transform: translateX(0px); } 100% { opacity: 0; -webkit-transform: translateX(100vw); } } footer .footerTop .linksCol ul li { margin-right: 0 !important; } #close { left:89% !important; } } @media screen and (max-width:600px){ footer .footerTop .addrSec { float: none; width: auto; display: flex; justify-content: space-between; } .aboutSec { float: none; width: auto; margin-top: 40px; } footer p{ max-width: unset; } } @media screen and (max-width:530px){ footer .footerTop .addrSec { float: none; width: auto; display: block; } #clientSays > img:first-child { top: 20vw; } } @media screen and (max-width:480px){ #clientSays > img:first-child { top: 30vw; width: 120%; } .formFooter { flex-direction: column; } .contactDet { margin-top: 20px; display: flex; justify-content: center; width: 100%; align-items: center; } .contactDet label { margin-bottom: 0; margin-right: 10px; } } @media screen and (min-height:430px){ .mobileMenu .loginPannel{ left: 0; right: 0; bottom: 0; } }