﻿@charset "utf-8";
/* cyrillic-ext */
:root {
     --white:#ffffff;
     --sblue:#e33549;
     --blue:#e3354a;
     --fw600:600;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

figure,h1,h2,h3,h4,p{padding:0;margin:0}h4,ol,ul,ul ul{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:0}:focus,body a,body a:active,input[type=text]:focus,textarea:focus{outline:0}article,aside,dialog,figure,footer,header,hgroup,nav,ol,p,section{display:block}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,command,datalist,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,source,span,strike,strong,sub,sup{outline:0;vertical-align:baseline}figure,p{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0}ol{list-style-type:decimal}a img,img{vertical-align:middle}a img{border:0}body a:focus{-mos-outline-style:none;outline:0}body:-moz-any-link:focus{outline:0}::-moz-selection{background:#000;color:#fff}::selection{background:#000;color:#fff}

html {-webkit-text-size-adjust:none;}
div{vertical-align:top;}
img{max-width:100%; height:auto;}
a{cursor:pointer; text-decoration:none!important;  transition:all 0.5s ease;}
a:hover, a:focus{text-decoration:none!important;}
html {-webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;}
html {position:relative; min-height:100%;}
aside, .right-side, .navbar-collapse{-webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; -ms-transition:all 0.5s ease; transition:all 0.5s ease;}
button:focus {outline:0px dotted; outline:0px auto -webkit-focus-ring-color;}
.btn.focus, .btn:focus {outline:0; box-shadow:0 0 0 0rem rgb(0 123 255 / 25%);}

/*Typekit*/
.container{max-width:1300px;}
.container-small{max-width:1260px;}
.container-large{max-width:1700px;}

html, body{font-family:'Roboto', sans-serif; font-size:16px; color:#000000;  padding:0px;margin:0px;}
p{margin-bottom:25px}

select, input{font-family:'Roboto', sans-serif;}

div p:last-child{margin-bottom:0px;}
.form-control:focus{box-shadow:0 0 0 0rem rgba(0,123,255,.25);}
.row:before, .row:after {display:none !important;}

h1, h2, h3, h4, h5, h6{font-family:'Roboto', sans-serif; margin-bottom:15px;}
h1{font-size:36px; font-weight:var(--fw600); color:var(--blue); line-height:42px;}
h1 small{font-size:26px; font-weight:400;}
h2{font-size:26px; font-weight:400; color:var(--sblue);}
h3{font-size:24px;}
h4{font-size:20px;}
h5{font-size:18px;}
h6{font-size:16px}

/*Typekit END*/

/* GRID CSS */
*, ::after, ::before {box-sizing:border-box;}
.container{width:100%; padding-right:15px; padding-left:15px; margin-right:auto; margin-left:auto;}
.row {display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-right:-15px; margin-left:-15px;}
.col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-12{padding-left:15px; padding-right:15px; position:relative; width:100%;}
.align-items-end{align-items:end;}

@media (min-width:769px){
  .order-md-2{order:2;}
  .col-md-3 {-ms-flex:0 0 25%; flex:0 0 25%; max-width:25%;}
  .col-md-4 {-webkit-box-flex:0; -ms-flex:0 0 33.333333%; flex:0 0 33.333333%; max-width:33.333333%;}
  .col-md-5 {-webkit-box-flex:0; -ms-flex:0 0 41.66666667%; flex:0 0 41.66666667%; max-width:41.66666667%;}
  .col-md-6 {-webkit-box-flex:0; -ms-flex:0 0 50%; flex:0 0 50%; max-width:50%;}
  .col-md-7 {-webkit-box-flex:0; -ms-flex:0 0 58.33333333%; flex:0 0 58.33333333%; max-width:58.33333333%;}  
  .col-md-8 {-webkit-box-flex:0; -ms-flex:0 0 66.666667%; flex:0 0 66.666667%; max-width:66.666667%;}
  .col-md-12{-webkit-box-flex:0; -ms-flex:0 0 100%; flex:0 0 100%; max-width:100%;}
}
@media (min-width:1200px){
  .col-lg-6 {-webkit-box-flex:0; -ms-flex:0 0 50%; flex:0 0 50%; max-width:50%;}
}

/* GRID CSS END */
header{position:relative; top:0px; left:0px; right:0px; padding:15px 0px;}
.header-top{display:flex; align-items:center; justify-content:space-between;}
.header-top .brand-logo{max-width:250px;}

.header-call{margin-left:auto; display:flex; align-items:center;}
.header-call label{font-weight:300; color:#4f4f4f; display:inline-block; font-size:20px;}
.call-action{padding:0px 15px 0px 10px; display:inline-block;}
.call-action a{font-size:1rem; color:var(--blue); font-size:20px; position:relative; top:3px; font-weight:700;}
.call-action a:hover{color:#4f4f4f;}
.call-action img{margin-right:5px; max-width:30px;}

.thankyou-hero{min-height:700px;}
.hero-banner{padding:50px 0px 150px 0px; position:relative; background:url('../images/hero-banner.jpg') no-repeat center bottom; background:url('../images/hero-banner.webp') no-repeat center bottom; width:100%; background-size:cover;}
.hc-left{max-width:50%; float:left; padding:0px 0px 0px 78px;}
.hc-left h1{font-size:46px;line-height:54px;font-weight:300;color:var(--white);position:relative;}
.hc-left h1 strong{font-size:52px;font-weight:700;display:block;}
.hc-left h1::after{content:'';position:absolute;width:100px;height:4px;background:#e43a45;left:5px;bottom:-12px;border-radius:0px 30px 30px 0px;}

.banner-form{display:flex;}
.form-part{float:right;width:100%;max-width:400px;padding:15px;border-radius:20px;position:relative;}
.form-part:after{content:'';background:var(--white);border-radius:20px;position:absolute;left:0px;height:calc(100% - 100px);width:100%;top:0px;}
.form-part:before{content:'';background:rgb(255 255 255 / 20%);border-radius:20px;position:absolute;left:-20px;height:calc(100% - 25px);width:100%;top:20px;}

.form-field{display:flex; width:100%;}
.form-part form,
.form-part h2,
.form-part h5{position:relative; z-index:1;}
.form-part h2{color:#e2354a; text-align:center; font-weight:700; margin-bottom:5px;}
.form-part h5{text-align:center;color:#2e2e2e;font-weight:300;margin:0px 0px 20px 0px;font-size:16px;}
.form-cnt{padding:60px 0px;}
.form-cnt p{font-size:24px; line-height:36px; color:#2e2e2e; font-weight:300;}

.mid-one{position:relative; margin-top:-80px;}

.offer-section{padding:30px 30px;border-radius: 20px;background: var(--white);box-shadow: 0px 0px 79.12px 12.88px rgba(0, 0, 0, 0.05); position: relative;}
.offer-section:after{
    content: '';
    position: absolute;
    bottom: -6px;
    height: 15px;
    width: 100%;
    max-width:300px;
    border-radius: 0px 0px 20px 20px;
    text-align: center;
    left: calc(50% - 150px);
    z-index: -1;
    background-image: -moz-linear-gradient( -35deg, rgb(227,54,73) 0%, rgb(243,103,30) 100%);
    background-image: -webkit-linear-gradient( -35deg, rgb(227,54,73) 0%, rgb(243,103,30) 100%);
    background-image: -ms-linear-gradient( -35deg, rgb(227,54,73) 0%, rgb(243,103,30) 100%);
}

.offer-section p{font-size: 20px;line-height: 29px;font-weight: 300;color: #838383;text-align: center;max-width: 56%;margin: 0 auto;}
.offer-section h2{text-align: center;font-weight: 700;color:#e33549;margin-bottom: 5px;}
.offer-section h3{text-align: center; font-size:20px; font-weight:500;}

.specialist-section{margin-top: 50px;}
.sg-heading{border-radius: 20px; padding: 30px; text-align: center; position: relative; 
  background-image: -moz-linear-gradient( -35deg, rgb(227,54,72) 0%, rgb(244,103,30) 100%);
  background-image: -webkit-linear-gradient( -35deg, rgb(227,54,72) 0%, rgb(244,103,30) 100%);
  background-image: -ms-linear-gradient( -35deg, rgb(227,54,72) 0%, rgb(244,103,30) 100%);
}
.sg-heading h2{font-size:32px;font-weight: 700;color: var(--white);margin:6px 0px;}
.sg-heading p{font-size: 18px;color: var(--white);font-weight: 300;margin: 0px;letter-spacing: 0.5px;}

.specialist-list{background: var(--white); border: solid 1px #e43a45; border-radius:0px 0px 20px 20px; box-shadow: 0px 0px 79.12px 12.88px rgba(0, 0, 0, 0.05); margin-top: -25px; padding-top: 25px;}
.specialist-list ul{list-style: none; padding: 0px; margin: 0px; display: flex; flex-wrap: wrap; }
.specialist-list ul li{align-items: center;display: flex;border: solid 1px #f1979d;border-top: 0px;border-right: 0px;font-size: 16px;line-height: 24px;color: #434343;font-weight:400;width: 33.33%;text-align: center;padding: 20px 10%;justify-content: center;}
.specialist-list ul li:nth-last-child(1),
.specialist-list ul li:nth-last-child(2),
.specialist-list ul li:nth-last-child(3){border-bottom: 0px!important;}
.specialist-list ul li:nth-last-child(3),
.specialist-list ul li:nth-last-child(6),
.specialist-list ul li:nth-last-child(9),
.specialist-list ul li:nth-last-child(12) {border-left: 0px;}

.tech-section{margin-top:50px;}
.tech-section h2{font-size:30px; font-weight: bold; text-align: center; color: #e33549;}
.tech-section ul{list-style: none; padding: 0px; margin: 0px; border-top: solid 1px #f1979d; border-left: solid 1px #f1979d; display: flex;  flex-wrap: wrap; box-shadow: 0px 0px 79.12px 12.88px rgba(0, 0, 0, 0.05); background: var(--white);}
.tech-section ul li{border-right: solid 1px #f1979d;border-bottom: solid 1px #f1979d;width: 33.33%;display: flex;align-items: center;text-align: center;color: #000000;padding: 15px 5%;justify-content: center;line-height: 24px;}


.photo-section{background:url('../images/bottom-bg.jpg') no-repeat center; background:url('../images/bottom-bg.webp') no-repeat center; margin-top:100px; padding-bottom:50px;}
.photo-gallery {display:flex; justify-content:space-between; position:relative; top:-50px;}
.photo-gallery figure{box-shadow:0px 0px 79.12px 12.88px rgba(0, 0, 0, 0.05); margin:5px;}

.faq-section .col-md-4{position:relative; }
.faq-section .col-md-4:after{content:''; height:100%; position:absolute; top:0px; right:0px; border-right:dashed 1px var(--white);}
.faq-section .col-md-4:last-child::after{display:none;}
.faq-section h3{font-size:20px; line-height:26px; font-weight:500; color:var(--white); min-height:78px; max-width:80%; margin-bottom:20px;}
.faq-section p{font-size:16px; line-height:24px; font-weight:300; color:var(--white); max-width:90%;}

/* Footer CSS */
.footer{padding:30px 0px; float:left; width:100%;}
.f-top p{color:#838383; margin-bottom:8px; font-size:14px;}
.f-top p a{color:#056190}
.font-w5{font-weight:var(--fw600); color:#056190!important; font-size:18px!important;}
.f-kdah {float:right;}
.f-kdah img{margin-left:15px; max-width:100px;}

.copy{margin-top:10px;}
.copy p{font-size:14px; color:#838383; margin-bottom:15px;}
.f-social{list-style:none; padding:0px; margin:0px;}
.f-social li{float:left;margin-right:10px;}
.f-social li a img{float:left; width:30px;}
/* Footer CSS END */

/* Form CSS */
.form-group{margin-bottom:10px;}
.form-group .form-control{float:left;width:100%;border:solid 1px #f3f3f3;font-size:14px;font-weight:400;color:#5d5d5d;padding:12px 10px;font-family:'Roboto', sans-serif;border-radius:4px!important;}
.form-group textarea.form-control{height:100px; resize:none;}
.sub-btn{float:left; width:calc(100% + 40px); color:#ffffff; border-radius:50px; border:0px; font-size:18px; font-weight:500; padding:14px 0px; cursor:pointer; letter-spacing:1px; margin-top:30px; margin-left:-20px;
  background-image: -moz-linear-gradient( -32deg, rgb(218,27,96) 0%, rgb(252,128,8) 99%);
  background-image: -webkit-linear-gradient( -32deg, rgb(218,27,96) 0%, rgb(252,128,8) 99%);
  background-image: -ms-linear-gradient( -32deg, rgb(218,27,96) 0%, rgb(252,128,8) 99%);
  box-shadow:0px 0px 9.5px 0.5px rgba(0, 0, 0, 0.19);
}
.sub-btn:hover{
  background-image: -moz-linear-gradient( -32deg, rgb(252,128,8) 0%, rgb(218,27,96) 99%);
  background-image: -webkit-linear-gradient(-32deg, rgb(252,128,8) 0%, rgb(218,27,96) 99%);
  background-image: -ms-linear-gradient(-32deg, rgb(252,128,8) 0%, rgb(218,27,96) 99%);
}

.form-group .form-control::-webkit-input-placeholder {/* Edge */color:#9b9b9b;}
.form-group .form-control:-ms-input-placeholder {/* Internet Explorer 10-11 */color:#9b9b9b;}
.form-group .form-control::placeholder {color:#9b9b9b;}

.select-wrapper {float:right; position:relative; text-align:left; width:100%; /* border:1px solid #f3f3f3; */ }
.select-wrapper, .select-wrapper select {height:43px;/* line-height:64px; */margin-bottom:0;width:100%;/* overflow:hidden; */border-radius:4px!important;}
.select-wrapper select option {font-size:13px; padding:3px 5px; }
.select-wrapper select {-moz-appearance:none; background:#ffffff url("../images/arrow_down.jpg") no-repeat right center; background-size:25px; border:0 none; padding:0 7px; color:#666666; cursor:pointer; float:left; font-family:'Roboto', sans-serif; font-size:15px; position:absolute; top:0px; outline:medium none; width:100%; z-index:2; /* border:0!important; */  -webkit-appearance:none;}

.thanks-msg{margin-bottom:30px;}
.wap-mb-15{margin-bottom:0px;}
.patientinfo {padding-top:10px; clear:both; float:left; width:100%; display:none;}
.parsley-errors-list li {color:red; font-size:12px; z-index:9; width:100% !important; list-style:none; padding:5px 0px 0px 5px; float:left;}
.inquiryfor{float:left;width:100%;margin-bottom:15px;margin-top:10px;}
.patientinfo h4{font-size:16px;font-weight:400;margin-bottom:10px;}
.inquiryfor h6{color:#404040;font-weight:300;float:left;font-size:16px;margin:0px;}
.form-opt{float:right;}

.rd-btn {display:inline-block;position:relative;padding-left:28px;cursor:pointer;font-size:15px;color:#404040;font-weight:400;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-left:10px;line-height:20px;}
.rd-btn input {position:absolute; opacity:0; cursor:pointer;}
.checkmark {position:absolute;top:1px;left:0;height:18px;width:18px;background-color:#f0f0f0;border:solid 1px #dedede;border-radius:50%;}
.checkmark:after {content:""; position:absolute; display:none;}
.rd-btn input:checked ~ .checkmark:after {display:block;}
.rd-btn .checkmark:after {top:4.5px;left:4px;width:8px;height:8px;border-radius:50%;background:#e2354a;}

.parsley-errors-list{padding: 0px;}

/* Form CSS END */
.desk-hide{display:none;}


@media all and (max-width:1460px){
  .container{max-width:1280px;}
  .container-small{max-width:1260px;}
  .container-large{max-width:1700px;}

  .form-cnt p{font-size:21px;}
  .align-wap-center{margin:0 auto;}
  .faq-section h3{max-width:70%;}
}

@media all and (max-width:1280px){
  .container{max-width:80%;}
  .container-large,
  .photo-container{max-width:96%;}
  
  .hc-left{padding-left:0px;}
  .hc-left h1 {font-size:45px; line-height:51px;}
  .hc-left h1 strong {font-size:50px;}
  .offer-section p {font-size:22px; line-height:33px; max-width:70%;}
  .specialist-list ul li{padding:20px 5%;}
  .photo-section{margin-top:100px;}
}

@media all and (max-width:960px){
  .form-part {width:100%; max-width:100%; margin-top:-50px;}
  .f-top p{max-width:100%;}
  .f-kdah{width:100%; text-align:center; margin:20px 0px;}
  .f-kdah p{font-size:14px;}
  .f-kdah img{max-width:75px; margin:0px 10px;}
  .copy p{text-align:center;}
  .f-social{display:flex; justify-content:center; margin-top:15px;}
}

@media all and (max-width:767px){
  .wap-hide{display:none!important;}
  .desk-hide{display:inline-block;}
  .container, .container-large {max-width:100%;}

  h1{text-align:center;}
  h2{font-size:24px;}

  .header-top .brand-logo {max-width:200px;}
  header{position:relative; padding:15px 0px;}
  .header-top{flex-direction:column;}
  .call-action{margin-top:10px;}
  .header-call label{font-size:16px; padding:0px;}
  .header-call{width:100%; text-align:center; margin-top:15px; flex-direction:column;}

  .f-top{text-align:center;}
  .font-w5{font-size:16px!important;}
  .f-top p{line-height:20px;}

  .form-cnt p {font-size:18px; line-height:30px;}
  .form-cnt {padding:30px 0px; text-align:center;}
  .wap-mb-15{margin-bottom:10px;}
  .form-part{margin:0px;}
  .rd-btn .checkmark:after{top:4px;}

  .thankyou-hero{min-height:auto;}
  .hero-banner{padding:0px; background:transparent;}
  .hc-left{max-width:100%; width:100%; text-align:center; margin-top:15px;}
  .hc-left h1 {color:#2e2e2e; font-size:24px; line-height:32px; margin:0px;}
  .hc-left h1 strong{font-size:26px;}
  .hc-left h1::after{display:none;}

  .form-part h5{font-size:16px;}
  .offer-section {padding:25px 30px;}
  .form-part:before, .form-part:after{display:none;}
  .form-part{padding:15px 0px 0px 0px; border-radius:0px;}

  .inquiryfor{display:flex; align-items:center; flex-direction:column; margin-top:0px; margin-bottom:20px;}
  .inquiryfor h6{margin-bottom:10px; font-weight:400;}
  .inquiryfor .rd-btn{margin:0px 10px;}

  .sub-btn {width:100%; font-size:18px; padding:12px 0px; margin-top:0; margin-left:0;}

  .mid-one{margin-top:15px;}
  .offer-section p {font-size:16px; line-height:26px; max-width:100%;}
  .offer-section:after {width:40%; left:calc(50% - 20%);}

  .specialist-section {margin-top:30px;}
  .sg-heading h2{font-size:24px;}

  .specialist-list ul li{width:50%;}
  .specialist-list ul li{border:0px!important; border-bottom:solid 1px #f1979d!important;
      padding: 15px 10px;
      line-height: 20px;
      font-size: 14px;  
  }
  .specialist-list ul li:nth-last-child(1),
  .specialist-list ul li:nth-last-child(2),
  .specialist-list ul li:nth-last-child(3),
  .specialist-list ul li:nth-last-child(5),
  .specialist-list ul li:nth-last-child(7),
  .specialist-list ul li:nth-last-child(9),
  .specialist-list ul li:nth-last-child(11),
  .specialist-list ul li:nth-last-child(13) {border-left:solid 1px #f1979d!important;}

  .specialist-list ul li:nth-last-child(4) {border-bottom: 0px!important;}

  .photo-gallery{flex-wrap:wrap;}
  .photo-gallery figure {margin:5px 0px; width:49%;}

  .faq-section h3 {max-width:100%; min-height:auto;}
  .faq-section p{max-width:100%;}
  .faq-section .col-md-4{padding-bottom:20px; margin-bottom:20px;}
  .faq-section .col-md-4:after{border-bottom:dashed 1px var(--white); width:100%; border-right:0px;}
  .photo-section{background-size:cover; padding-bottom:0px;}
  .offer-section h3 {font-size:16px;font-weight:400; line-height:24px;}

  .tech-section ul li {width: 50%; padding: 15px 10px; line-height: 20px; font-size: 14px;}
  .tech-section ul li:last-child{width: 100%;}
  .specialist-list ul li {padding: 15px 10px; line-height: 20px; font-size: 14px;}
}


.page-loader {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9991;
  background: rgba(255,255,255, 0.9);
}
.sk-circle {
  margin: auto;
  width: 60px;
  height: 60px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2::before {
  background-color: #0D5DA1;
}
.sk-circle .sk-circle3::before {
  background-color: #D2AB67;
}
.sk-circle .sk-circle4::before {
  background-color: #8D302C;
}
.sk-circle .sk-circle5::before {
  background-color: #F3A04D;
}
.sk-circle .sk-circle6::before {
  background-color: #A3238E;
}
.sk-circle .sk-circle7::before {
  background-color: #FFCB05;
}
.sk-circle .sk-circle8::before {
  background-color: #54A275;
}
.sk-circle .sk-circle9::before {
  background-color: #A5C3D2;
}
.sk-circle .sk-circle10::before {
  background-color: #F6ADCD;
}
.sk-circle .sk-circle11::before {
  background-color: #D6CC70;
}
.sk-circle .sk-circle12::before {
  background-color: #ED1C24;
}
.sk-circle .sk-circle2 {
-webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
       transform: rotate(30deg); }
.sk-circle .sk-circle3 {
-webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
       transform: rotate(60deg); }
.sk-circle .sk-circle4 {
-webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
       transform: rotate(90deg); }
.sk-circle .sk-circle5 {
-webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
       transform: rotate(120deg); }
.sk-circle .sk-circle6 {
-webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
       transform: rotate(150deg); }
.sk-circle .sk-circle7 {
-webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
       transform: rotate(180deg); }
.sk-circle .sk-circle8 {
-webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
       transform: rotate(210deg); }
.sk-circle .sk-circle9 {
-webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
       transform: rotate(240deg); }
.sk-circle .sk-circle10 {
-webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
       transform: rotate(270deg); }
.sk-circle .sk-circle11 {
-webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
       transform: rotate(300deg); }
.sk-circle .sk-circle12 {
-webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
       transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
-webkit-animation-delay: -1.1s;
       animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
-webkit-animation-delay: -1s;
       animation-delay: -1s; }
.sk-circle .sk-circle4:before {
-webkit-animation-delay: -0.9s;
       animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
-webkit-animation-delay: -0.8s;
       animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
-webkit-animation-delay: -0.7s;
       animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
-webkit-animation-delay: -0.6s;
       animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
-webkit-animation-delay: -0.5s;
       animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
-webkit-animation-delay: -0.4s;
       animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
-webkit-animation-delay: -0.3s;
       animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
-webkit-animation-delay: -0.2s;
       animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
-webkit-animation-delay: -0.1s;
       animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
0%, 80%, 100% {
  -webkit-transform: scale(0);
       transform: scale(0);
} 40% {
  -webkit-transform: scale(1);
       transform: scale(1);
}
}

@keyframes sk-circleBounceDelay {
0%, 80%, 100% {
  -webkit-transform: scale(0);
       transform: scale(0);
} 40% {
  -webkit-transform: scale(1);
       transform: scale(1);
}
}


.resend-otp{ position: absolute; right: 10px; bottom: 23px; font-size: 12px; color: #3176fe; }
.resend-otp.disable-link{ cursor: wait !important; color: gray !important; }