@font-face {
    font-family: "ralewayb";
    src: url(../fonts/ralewayb.ttf);
}
@font-face {
    font-family: "ralewayi";
    src: url(../fonts/ralewayi.ttf);
}
@font-face {
    font-family: "ralewayl";
    src: url(../fonts/ralewayl.ttf);
}
@font-face {
    font-family: "ralewaysb";
    src: url(../fonts/ralewaysb.ttf);
}
@font-face {
    font-family: "ralewaybl";
    src: url(../fonts/ralewaybl.ttf);
}
@media (min-width: 1200px){
.container {

}
}



p {

}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: white;
}
img {
  width: 100%;
}
.nopadding {
  padding: 0px !important;
}
.nomargin {
  margin-left: 0px !important;
}
input:focus, textarea:focus, select:focus {
    outline-offset: none !important;
        outline:none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -web-kit-appearence:none !important;
}

ul {
  padding-left: 0px;
  margin: 0px;
}
ul li {
  font-family: "ralewaysb";
}
body {
  padding-bottom: 0px;
  font-family: "ralewaysb";
  width: 100%;
}
h1,h2,h3,h4,h5,h6 {
    font-family:"ralewaybl";
}
input:focus, textarea:focus, select:focus {
    outline-offset: none !important;
        outline:none !important;
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
   opacity: 1;

}   
body {
  overflow-x: hidden;
}
.easydocscontainer {
  width:100%;
  height:auto;
}
.easydocscontent {
    height: auto;
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 7.5%;
    padding-top: 54px;
}
.myeasydocstop {
    height: 100vh;
    background-image: url(../images/image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.myeasydocslogo {
    padding-left: 30px;
}
.myeasydocslogo img {
    height: 55px;
    width: auto;
}
.myeasydocsheader {
    position: absolute;
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 15px;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.fixed-header {
    position: fixed;
    background-color: #f7f7f7;
    padding-bottom: 0px;
    padding-top: 10px;
box-shadow: 0px 2px 10px #5d5d5d;
    background: #f7f7f7;
    z-index: 999;

}
.fixed-header .myeasydocsmenu ul li a {
    color: black;
}
.fixed-header .myeasydocsmenu i {
    position: absolute;
    right: 30px;
    top: 10px;
    color: black;
    cursor: pointer;
    font-size: 30px;
}
.fixed-header .myeasydocsmenu ul:nth-child(1) li a {
    color: white;
    padding-bottom: 23px;
}
.myeasydocsheader .myeasydocslogo1 {
    display: none;
}
.fixed-header .myeasydocslogo1 {
    display: block;
}
.myeasydocslogo1{
 padding-left: 30px;   
}
.myeasydocslogo1 img { 
    height: 55px;
    width: 290px;
    
}
.fixed-header .myeasydocslogo {
    display: none;
            webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.myeasydocsheader .esigning {
    display: none;
            webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.fixed-header .esigning {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.fixed-header .esigning a {
    font-size: 16px;
    padding: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    background-color: transparent !important;
    margin-top: -26px !important;
    width: 151px;
    position: absolute !important;
    right: 3.2%;
}
.myeasydocsmenu {
    padding-right: 0px;
}
.myeasydocsmenu ul {
display: inline;
float: right;
margin-bottom: 0px;
padding-left: 0px;
}
.myeasydocsmenu ul li {
    display: inline;
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
}
.myeasydocsmenu ul li a {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 18px;
    display: inline-block;
}
.myeasydocsmenu ul li a:hover {
    color: silver;
}
.myeasydocsmenu ul:nth-child(1) li a {
    font-size: 16px;
    padding: 26px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 18px;
    background: #ec4613;
    margin-top: -10px;
    display: inline-block;
    white-space: nowrap;
        position: relative;
}
.fill:before {
    content: '';
    background: rgba(255, 255, 255, 0.26);
    position: absolute;
    right: 0;
    left: 100%;
    top: 0;
    height: 100%;
    z-index: 0;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
 .fill:hover:before {
    left: 0;
}
.myeasydocsmenu ul:nth-child(1) li a:hover {
    z-index: 1;
    color: white;
}
.digitfootindia{

    float:right;
    width: 178px !important;   
}
.myeasydocsmenu i {
    position: absolute;
    right: 30px;
    top: 10px;
    color: white;
    cursor: pointer;
    font-size: 30px;
}
.myeasydocssliderover1 h1 {
    color: white;
    font-family: "ralewayb";
    text-transform: uppercase;
    font-style: italic;
    font-size: 38px;
    line-height: 60px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.myeasydocssliderover1 .container {
    padding-left: 5%;
}
.myeasydocssliderover2 .container {
    padding-left: 5%;
}
.myeasydocssliderover3 .container {
    padding-left: 5%;
}
.myeasydocssliderover1 {
    padding-top: 141px;
}
.myeasydocssliderover1-fixed {
    padding-top: 141px;
}
.myeasydocssliderover2 {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #e2e2e2;
    background-color: rgba(0, 0, 0, 0.28);
    font-family: "ralewayi";
}
.myeasydocssliderover2 p {
    font-size: 20px;
}
.myeasydocssliderover2 p:nth-child(1) {
    margin-bottom: 30px;
    font-size: 25px;
}
.myeasydocssliderover2 ul {
    padding-bottom: 0px;
    padding-left: 15px;
    width: 60%;
    display: inline-block;
}
.myeasydocssliderover2 ul li {
    font-size: 17px;
    width: 50%;
    float: left;
    font-family: "ralewayi";
    line-height: 30px;
}
.sliderright {
    text-align: center;
    padding-right: 25px;
    padding-left: 0px;
    padding-top: 26px;
}
.sliderright img {
    width: 140px;
    cursor: pointer;
}
.myeasydocssliderover3 {
    padding-top: 20px;
}
.myeasydocssliderover3 ul {
    padding-bottom: 0px;
    padding-left: 0px;
    display: inline-block;
    margin-right: 30px;
}
.myeasydocssliderover3 ul li {
    font-size: 22px;
    display: inline;
    float: left;
    font-family: "ralewaybl";
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.myeasydocssliderover3 ul li:after {
    content: '';
    height: 55px;
    background-size: 25px;
    background-repeat: no-repeat;
    background-image: url(../images/right-nav-arrow.png);
    top: -10px;
    width: 35px;
    position: absolute;
    /* right: 0px; */
    /* background-color: red; */
}
.myeasydocssliderover3 ul li:nth-child(1) {
    padding-left: 0px;
}
.myeasydocssliderover3 ul,.myeasydocssliderover3 a {
    display: inline;
    float: left;
}
.myeasydocssliderover3 a {
    background-color: red;
    font-size: 18px;
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    color: white;
}
.myeasydocssliderover3 a {
    background-color: #ec4613;
    padding: 7px;
    padding-right: 37px;
    padding-left: 15px;
    color: white;
    margin-top: -11px;
    font-family: "ralewayi";
    font-size: 13px;
    text-transform: capitalize;
    height: 53px;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 97% center;
    background-image: url(../images/right-nav-arrow.png);
    white-space: nowrap;
        position: relative;
}
.myeasydocssliderover3 a span {
    font-family: ralewaybl;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/*.myeasydocssliderover3 a:after {
    content: '';
    height: 53px;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/right-nav-arrow.png);
    top: -11px;
    width: 30px;
    position: absolute;
    margin-left: 80px;
    background-color: #ec4613;
    /* z-index: 99999; */
/* }*/ */
.scrolly {
    position: absolute;
    bottom: 10px;
    left: 50%;
    background-size: 100%;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-image: url('../images/down.png');
}
.bounce {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
 40% {-webkit-transform: translateY(-10px);}
 60% {-webkit-transform: translateY(-10px);}
}
 
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-10px);}
 60% {-moz-transform: translateY(-10px);}
}
 
@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-10px);}
 60% {-o-transform: translateY(-10px);}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-10px);}
 60% {transform: translateY(-10px);}
}
.easyworksection {
    /*height: 130vh;*/
    height:800px;
}
.myeasydocsworks {/*
    position: fixed;*/
    height: 100vh;
    top: 0px;
}
.myeasydocsworksleft {
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-size: auto 100vh;
    background-position: top;
    height: 100vh;
}
.myeasydocsworksright {
    padding-top: 150px;
}
.myeasydocsworksright img {
    width: auto;
}
.myeasydocsworksleft {
    padding-top: 235px;
    padding-left: 7.5%;
}
.myeasydocsworksleft h1 {
        font-family: "ralewayl";
        text-transform: uppercase;
}
.worksteps {
    min-height: 194px;
}
.worksteps h1 {
    font-family: "ralewaybl";
    text-transform: uppercase;
    font-style: italic;
    font-size: 25px;
}
.myeasydocsworksmiddle {
    margin-left: -40px;
    padding-top: 49px;
}
.worksteps {
    opacity: .6;
    webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    text-align: justify;
    cursor: pointer;
}
.worksteps p {
    font-family: "ralewayi";
    font-size: 15px;
    float: left;
    font-family: "ralewayi";
    line-height: 22px;
}
.worksteps:hover {
    opacity: 1;
              webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.myeasydocsworksmiddle .worksteps:nth-child(odd) {
    margin-left: -20px;
}
.worksteps:before {
    content: "";
    position: absolute;
    top: 10px;
    width: 45px;
    height: 45px;
    left: -54px;
    border-radius: 50px;
    webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    cursor: pointer;
}
.worksteps:hover:before {
    opacity: 1;
    top: 10px;
    width: 45px;
    height: 45px;
    background-image: url(../images/play.png);
    background-repeat: no-repeat;
    background-size: 100%;
    left: -54px;
    webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.myeasydocsworksmiddle .worksteps:nth-child(odd):before {
    left: -90px;
    top: 15px;
}




.worksteps.active {
    opacity: 1;
    webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    text-align: justify;
    cursor: pointer;
}
.worksteps.active:before {
    content: "";
    position: absolute;
    top: 10px;
    width: 45px;
    height: 45px;
    left: -54px;
    border-radius: 50px;
    webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    cursor: pointer;
}
.worksteps.active:before {
    opacity: 1;
    top: 10px;
    width: 45px;
    height: 45px;
    background-image: url(../images/play.png);
    background-repeat: no-repeat;
    background-size: 100%;
    left: -54px;
    webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.myeasydocsworksmiddle .worksteps.active:nth-child(odd):before {
    left: -90px;
    top: 15px;

}
.myeasydocshelp {
    padding-bottom: 100px;
    background-color: #051a51;
    padding-left: 30px;
    padding-right: 30px;
}
.helpinner h1 {
    font-family: "ralewaybl";
    text-transform: uppercase;
    font-size: 27px;
    line-height: 35px;
    font-style: italic;
    margin: 0px;
    margin-bottom: 10px;
    color: #1b1b1b;
}
.helpinner p {
    font-size: 15px;
    font-family: "ralewayl";
    color: black;
    line-height: 23px;
}
.helpsingle img {
    width: 100%;
    height: 290px;
    object-fit:cover;
}
.helpinner {
    margin: 0px auto;
    float: none;
    width: 90%;
    background-color: white;
    padding-top: 15px;
    padding-bottom: 10px;
    min-height: 180px;
    margin-top: -115px;

}
.helphead {
       text-align: center; 
}
.helphead h1 {
    font-family: "ralewaybl";
    text-transform: uppercase;
    color: white;
    margin: 0px auto;
    float: none;
    font-style: italic;
    margin-bottom: 50px;
    margin-top: 50px; 
    font-style: 25px;
    display: inline-block;
    width: auto;
    background-color: #03A9F4;
    padding: 7px;
    padding-left: 30px;
    padding-right: 30px;
}
.myeasydocsclient {
    background-color: #e2e2e2;
    padding-left: 7.5%;
    padding-right: 7.5%;
    padding-bottom: 70px;
}
.clientsliderinner {
    margin: 0px auto;
    float: none;
}
.clienthead {
       text-align: center; 
}
.clienthead h1 {
    font-family: "ralewaybl";
    text-transform: uppercase;
    color: white;
    margin: 0px auto;
    float: none;
    font-style: italic;
    margin-bottom: 30px;
    margin-top: 40px;
    font-style: 25px;
    display: inline-block;
    width: auto;
    background-color: #191919;
    padding: 7px;
    padding-left: 30px;
    padding-right: 30px;
}
.clientsliderslideleft {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #00388f;
    text-align: center;
    min-height: 385px;
}
.clientsliderslideleft img {
    width: auto;
}
.clientsliderslideright {
    padding-top: 70px;
    background-color: white;
    min-height: 385px;
    padding-right: 30px;
    padding-left: 30px;
}
.clientsliderinner .carousel-control.left {
    background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.clientsliderinner .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.clientsliderinner .carousel-control.left {
    left: -6%;
    width: 5%;
    padding-top: 16%;
}
.clientsliderinner .carousel-control.right {
    right: -6%;
    width: 5%;
    padding-top: 16%;
}
.clientsliderslideright p {
    font-size: 14px;
    line-height: 30px;
}
.clientsliderslideright h1 {
    font-size: 24px;
        font-family: "ralewaybl";
        text-transform: uppercase;
        font-style: italic;
        margin-top: 30px;
}
.clientsliderslideright h1 span{
        font-family: "ralewaysb";
        text-transform: capitalize;
        font-size: 14px;
        font-style: normal;
}
.clientsliderinner {
    box-shadow: 0px 0px 10px #b3b3b3;
}
.lastsection {
    padding-right: 7.5%;
    padding-left: 7.5%;
    background-color: white;
}
.clientlogo {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid black;
    margin-bottom: 0px;
}
.clientlogo ul li img {
    width: auto;
}
.clientlogo ul li {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}
.lSAction > .lSPrev {
    background-position: 50% 50%;
    background-image: url(../images/left.png);
    left: 0px;
    background-size: 25px 45px;
}
.lSAction > .lSNext {
    background-position: 50% 50%;
    background-image: url(../images/right.png);
    right: 0px;
    background-size: 25px 45px;
}
.lSAction > a {
    width: 30px;
    background-color: transparent !important;
    opacity: .8;
        z-index: 0;
}
.lSPager  {
    display: none;
}
.aboutus {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    padding-left: 10%;
    padding-right: 10%;
    color: black;
    padding-bottom: 30px;
}
.aboutus p {
    font-size: 18px;
    font-weight: lighter;
    line-height: 35px;
}
.aadhaar {
    border-bottom: 1px solid #adacac;
    border-top: 1px solid #adacac;
    margin-bottom: 40px;
    text-align: center;
}
.aadhaar h1 {
    font-size: 23px;
    font-family: "ralewaybl";
    text-transform: uppercase;
    font-style: italic;
    margin-top: 30px;
    letter-spacing: 3px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.aadhaar img {
    width: 110px; 
}
.aadhar-box a {/*
    float: right;*/
    background-color: #ec4613;
    padding: 15px;
    padding-right: 45px;
    padding-left: 15px;
    color: white;
    margin-top: 40px;
    font-family: "ralewaybl";
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 0px;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 90% center;
    background-image: url(../images/right-nav-arrow.png);
        white-space: nowrap;
        position: relative;
}
/*.aadhaar a:after {
    content: '';
    height: 51px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/right-nav-arrow.png);
    top: 40px;
    width: 30px;
    position: absolute;
    background-color: #ec4613;
    margin-left: 15px;
}*/
.myeasydocsfooter {
    background-color: #191919;
    padding-left: 7.5%;
    padding-right: 7.5%;
}
.myeasydocsfooter {
    padding-top: 30px;
}
.commonfooter {
    padding-left: 0px;
}
.commonfooter ul {
    padding-left: 0px;
}
.commonfooter ul li {
    display: block;
}
.commonfooter ul li a {
    color: #d0cfcf;
    font-size: 12px;
    line-height: 24px;
    font-family: "ralewayl";
}
.commonfooter ul li a:hover {
    color: white;
}
.commonfooter i {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background-color: #6f6f6f;
    color: #191919;
    margin-left: 10px;
    margin-right: 12px;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
}
.commonfooter i:hover {
    background-color: silver;
}
.socialfooter {
    /*text-align: right;*/
    /*padding-top: 20px;*/
    padding-right: 0px;
    margin-bottom: 30px;
}
.footer-logo-sub img{
    width: 255px;
    margin-right: 15px;
}
.footer-middlw-sub p{
    color:#8a8a8a;
    margin-bottom: 5px;
}
.footer-logo-sub {
    border-bottom: 1px solid rgba(128, 128, 128, 0.32);
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.footer-middle-sub li{
    list-style: none;
}
.footer-middle-sub li a{
    text-decoration: none;
    line-height: 35px;
    color:#8a8a8a;
}
.footer-new-middle{
    padding-bottom: 50px;
}
.footerbottom {
    padding-top: 10px;
}
.footerbottom h1 {
    font-size: 27px;
    font-family: "ralewaysb";
    text-transform: capitalize;
    margin-top: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
        color: #d0cfcf;
}
.footerbottom h1 img {
    width: 160px;
    margin-right: 15px;
}
.footerbottom h1 img:nth-child(2) {
    float: right;
    margin-top: -20px;
        margin-right: 0px;
        float: right;
}
.footerbottom h1 a:nth-child(2) {
        float: right;
            margin-top: -20px;
}
.myeasydocshomefooter .footerbottom h1 {
    margin-top: 0px;
    text-align: left;
}
.footerbottom2img {
    text-align: right;
}
.footerbottom2img h1 img {
    width: 160px;
    margin-right: 0px;
    float: right;
}
.myeasydocshomefooter .footerbottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footermiddle {
    text-align: center;
        padding-bottom: 20px;
}
.footermiddle ul {
    display: inline;
    text-align: center;
    margin-bottom: 0px;
    padding-left: 0px;
    margin: 0px auto;
    float: none;
        margin-bottom: 20px;
}
.footermiddle ul li {
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}
.footermiddle ul li a {
    color: white;
    text-transform: capitalize;
    font-size: 14px;
        font-family: "ralewayl";
}
.footermiddle ul li a:hover {
    color: #b5b5b5;
}
.footerspecialtop {
    text-align: center;
    background-color: #232323;
    padding-top: 40px;
}
.footerspecialtop h1 {
    color: white;
    font-family: "ralewayb";
    text-transform: uppercase;
    font-style: italic;
    font-size: 20px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
.footerspecialtop a {
    /* background-color: #ec4613; */
    padding: 15px;
    padding-right: 95px;
    padding-left: 15px;
    color: white;
    margin-top: 20px;
    margin-bottom: 25px;
    font-family: "ralewayb";
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 0px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 90% center;
    background-image: url(../images/right-nav-arrow.png);
    white-space: nowrap;
    position: relative;
    display: inline-block;
    text-align: left;
    border: 1px solid white;
}
.footerspecialtop a span {
    display: block;
        font-family: "ralewayl";
        font-size: 15px;
}

.gridssingles img {
    width: 100%;
    height: 325px;
    object-fit:cover;
}
.myeasydocsgrids {
    background-color:  #e2e2e2;
    padding-right: 10%;
    padding-left: 10%;
}
.gridssingles h2 {
    font-size: 24px;
    line-height: 35px;
    font-family: "ralewaybl";
    text-transform: uppercase;
    font-style: italic;
    margin-top: 30px;
    color: white;
    margin-bottom: 60px;
    text-align: center;
}
.gridssingles h2:after {
    content: '';
    width: 12%;
    height: 5px;
    border-radius: 10px;
    color: white;
    position: absolute;
    top: 135px;
    left: 44%;
    background-color: white;
}

.gridssingles {
    height: 325px;
}
.gridssingles h1 {
    margin: 0px;
    color: rgba(0, 0, 0, 0.17);
    font-family: "ralewayi";
    font-size: 240px;
    position: absolute;
}
.gridssingles p {
    font-size: 14px;
    text-align: center;
    font-family: "ralewayl";
    line-height: 24px;
    color: white;
}
.gridover1 {
    margin-top: -120px;
    background-color: #03A9F4;
}
.gridover {
    padding-top: 10px;
    padding-bottom: 40px;
        padding-left: 35px;
    padding-right: 35px;
}
.gridover1 h1 {
    right: 0px;
    bottom: -135px;
}
.gridover2 {
    position: absolute;
    width: 50%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.7);
}
.gridover2 h1 {
    left: 0px;
    bottom: -135px;
}
.gridover3 {
    background-color: white;
    right: 0px;
    float: right;
}
.gridover3 h2 {
    color: black;
}
.gridover3 p {
    color: black;
}
.gridover3 h2:after {
    top: 170px;
    left: 44%;
    background-color: black;
}
.gridover3 h1 {
    left: 44%;
    top: -120px;
}





.easydocsinner .media-left, .easydocsinner .media-right, .easydocsinner .media-body {
    display: table-cell;
    vertical-align: middle;
}
.easydocsinner .media-object {
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 5px;
    object-fit: cover;
    margin-top: 0px;
}
.easydocsinner .media-body {
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 0px;
    width: 86%;
}
.easydocsinner .media {
    margin-top: -30px;
}
.easydocsinner .media-body h3 {
    text-align: left;
    font-size: 30px;
    font-weight: lighter;
    font-family: ralewayi;
    color: #3ebbde;
    margin: 0px;
    border-bottom: 2px solid #3ebbde;
    margin-bottom: 10px;
    line-height: 17px;
    padding-left: 15px;
    margin-left: -15px;
    margin-top: 50px;
}
.easydocsinner .media-body p {
    text-align: left;
    font-size: 16px;
    color: rgb(25, 70, 92);
    line-height: 24px;
    font-family: ralewaysb;
}


/*---------- MENU ---------*/


.menu-btn:hover, .menu-btn:active, .menu-btn:focus {
    color: #ec4613;
    text-decoration: none;
}
.menu-btn {
    position: absolute;
    top: -14px;
    right: 20px;
    padding: 20px 0;
    /* display: block; */
    z-index: 1001;
    cursor: pointer;
    width: 80px;
    overflow: hidden;
    font-weight: lighter;
    color: #ec4613 ;
    text-align: right;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
}
.menu-btn-active {
      position: absolute;
      -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
}
.menu-btn span {
    background: #FFFFFF;
    display: block;
    position: absolute;
    left: 30px;
    top: 20px;
}
.menu-btn span, .menu-btn span:after, .menu-btn span:before {
    background: #ec4613;
}
.menu-btn span, .menu-btn span:after, .menu-btn span:before {
    width: 30px;
    left: 0px;
    height: 3px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transform: translate3d(0,0,0);
    margin-top: 7px;
}
.menu-btn span:after, .menu-btn span:before {
    background: #ec4613;
    content: " ";
    margin-top: -7px;
    position: absolute;
    left: 0px;
}
.menu-btn span:after {
  margin-top: 7px;
}
.header-menu-active {
    webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    opacity: 1;
    display: block !important;
}
.menu-btn-active span:after {
  background: #ec4613;
   -webkit-transform: rotate(-45deg) translate(.45em,-.35em);
  -moz-transform: rotate(-45deg) translate(.45em,-.35em);
  -ms-transform: rotate(-45deg) translate(.45em,-.35em);
  -o-transform: rotate(-45deg) translate(.45em,-.35em);
  transform: rotate(-45deg) translate(.45em,-.35em);
}
.menu-btn-active span:before {
    background: #ec4613;
    -webkit-transform: rotate(45deg) translate(.5em,.4em);
    -moz-transform: rotate(45deg) translate(.5em,.4em);
    -ms-transform: rotate(45deg) translate(.5em,.4em);
    -o-transform: rotate(45deg) translate(.5em,.4em);
    transform: rotate(45deg) translate(.5em,.4em);
}
.menu-btn-active span {
  background: 0 0;
}
.respmenu {
        z-index: 1;
    background-color: #E3530D ;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
}
.respmenu ul li {
    width: auto;
    display: block;
    text-align: left;
    /* padding-left: 15px; */
    padding: 0px;
}
.respmenu ul li a {
    padding-left: 15px;
    padding-right: 0px;
    padding-top: 16.7px;
    padding-bottom: 16.8px;
    display: block;
    color: black;
}
.respmenu {
    padding: 0px;
    padding-bottom: 0px;
}
.respmenu ul li a:hover {
    background-color: #250C0B;
}
.respmenu li.active a {
    color: white;
    border-bottom: none;
}
.menu-btn2 {
    position: relative;
    top: -1px;
    right: auto;
    padding: 20px 0;
    /* display: block; */
    z-index: 9999;
    cursor: pointer;
    width: 33px;
    overflow: hidden;
    font-weight: lighter;
    color: white;
    text-align: right;
    float: right;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
}
.menuleft {
    width: 96%;
}
.menuright {
    width: 3%;
}
.menu-btn2 span:after, .menu-btn2 span:before {
    background: white;
}
.menu-btn2 span, .menu-btn2 span:after, .menu-btn2 span:before {
    background: #ffffff;
}
.menu-btn-active.menu-btn2 span {
    background:transparent;
}

.fixed-header .menu-btn2 span:after, .fixed-header .menu-btn2 span:before {
    background: #ec4613;
}
.fixed-header .menu-btn2 span, .fixed-header .menu-btn2 span:after, .fixed-header .menu-btn2 span:before {
    background: #9ec03d;
}
.fixed-header .menu-btn-active.menu-btn2 span {
    background:transparent;
}


.menumover {
    right: -25%;
    width: 25%;
    background-color: #ec4613;
    height: 100vh;
    overflow-y: auto;
    position: absolute;
    top: 0px;
    z-index: 999;
    webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    padding: 0px;
    padding-top: 80px;
}
.menumover-active {
    right: 0px;
       webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}
.menumover ul {
    padding-left: 0px;
    margin-bottom: 0px;
}
.menumover ul li {
    display: block;
    width: 100%;
}
.menumover ul li a {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 30px;
        white-space: nowrap;
        position: relative;
}
.menumover ul li a:hover {
    color: #ec4613;
    color: white;
}






.easyda .modal-header {
    padding: 0px;
    border-bottom: none;
    min-height: 0px;
}
.easyda .modal-content {
    background-color: transparent;
    border: 1px solid #999;
    border: none;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.easyda i:hover, .easyda i:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=50);
}
.easyda i {
    float: right;
    font-size: 25px;
    font-weight: lighter;
    line-height: 35px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    z-index: 9999;
    background-color: #ec4613;
    filter: alpha(opacity=20);
    width: 35px;
    border-radius: 50px;
    vertical-align: text-top;
    margin-top: 15px;
    margin-left: 15px;
    padding-bottom: 0px;
}

.easyda.modal {
    overflow-y: hidden !important;
}
.easyda .modal-body iframe {
    width: 100% !important;
    height: 100vh;
}



.easyda .modal-dialog {
  padding: 0;
}

.easyda .modal-content {
  height: 100%;
  border-radius: 0;
}
.easyda .modal-body {
    padding: 0px;
}


.easyda2 .modal-header i {
    cursor: pointer ;
}
.easyda2.modal {
    overflow-y: hidden !important;
    background-color: rgba(255, 255, 255, 0.53);
}
.easyda2 .modal-content {
    height: 100%;
    border-radius: 0;
    width: 450px;
    margin: 0px auto;
    border: none;
    background-color: transparent;
}
.easyda2 .modal-header {
    border-bottom: 1px solid transparent;
    padding: 0px;
}
.easyda2 .modal-body {
    padding: 0px;
}
.modallogin {
    background-color: #51c0ee;
    padding-top: 15px;
    padding-bottom: 15px;
}
.modallogininner {
    border: 1px solid white;
    padding-top: 15px;
    padding-bottom: 15px;
}
.modallogininner img {
    height: 27px;
    width: auto;
    opacity: 1;
}
.modallogininner img:hover {
    height: 27px;
    width: auto;
    opacity: .9;
}
.modallogininner h1 {
    color: black;
    font-family: "ralewayb";
    text-transform: uppercase;
    font-style: italic;
    font-size: 53px;
    line-height: 53px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.modalloginsocial {
    padding-top: 10px;
}
.modalloginsocial a {
    display: inline-block;
    width: 49%;
}
.modalloginsocial a img {

}

.modallogininputs input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #adadad;
    margin-bottom: 0px;
    background-color: white;
    color: black;
    padding-left: 15px;
}
.modallogininputs input[type=checkbox] {
    display: inline-block;
    width: auto;
    height: auto;
    /* font-size: 12px; */
    color: white;
    clear: both;
}
.modallogininputs label {
    font-size: 12px;
    color: white;
    width: 100%;
    margin-bottom: 10px;
        font-family: "ralewayl";
}
.myeastfaqrightbutton1 label {
    margin-bottom: 0px;
}
.myeastfaqrightbutton1 {
    width: 35% !important;
    margin: 0px auto;
    float: none;
}
.myeastfaqrightbutton1 input[type=submit] {
background-color: #ec4613;
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    display: block;
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "ralewayb";
    font-size: 18px;
    text-transform: uppercase;
    height: 50px;
    line-height: 20px;
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: 90% center;
    background-image: url(../images/right-nav-arrow.png);
    white-space: nowrap;
    position: relative;
    text-align: left;
    border-bottom: none;
}
.loginbox {
    border: 1px solid #adadad;
    border-bottom: none;
    margin-bottom: 5px;
}
.registerbox {
    margin-top: 15px;
    background-color: #070735;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.registerinner h2 {
margin-top: 0px;
    margin-bottom: 5px;
    font-family: "ralewayb";
    text-transform: uppercase;
    font-style: italic;
    font-size: 25px;
    color: white;

}
.registerinner a {
    color: #ec4613;
    text-decoration: underline;
    display: inline-block;
    float: none;
    font-size: 14px;
    /* font-family: "ralewayl"; */
}
.registerinner a:hover {
   color: #8a2000;
}
.loginbox1 {
    border: none;
    margin-bottom: 5px;
}
.loginbox1 .table {
    margin-bottom: 0px;
    margin-top: 10px;
    vertical-align: middle;
    background-color: white;
}
.loginbox1 .table>thead>tr>th, 
.loginbox1 .table>tbody>tr>th, 
.loginbox1 .table>tfoot>tr>th, 
.loginbox1 .table>thead>tr>td, 
.loginbox1 .table>tbody>tr>td, 
.loginbox1 .table>tfoot>tr>td {
    padding: 0px;
    vertical-align: middle;
    padding-left: 15px;
}
.modallogininputs1 input {
    border-bottom: none;
    padding-left: 0px;
}
.modallogininputs1 p {
    font-size: 11px;
    color: white;
    font-family: "ralewayl";
    text-align: center;
    margin-top: 5px;
    display: block;
    clear: both;
}
.modallogininputs1 a {
    color: #ec4613;
    display: inline-block;
    float: none;
    font-size: 11px;
    /* font-family: "ralewayl"; */
}
.modallogininputs1 a:hover {
   color: #8a2000;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #3c7dcf;
  border-radius: 0;
  box-shadow: none;
}

.divider {
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #ffffff;
}
.divider:before {
    content: "OR";
    position: absolute;
    text-align: center;
    font-size: 16px;
    /* width: 30px; */
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    /* height: 30px; */
    background-color: #3c95ff;
    left: 44%;
    top: -10px;
    color: #ffffff;
}
/*------------------ FAQ PAGE --------------------*/
.myeasydocsfaqtop {
    height: 60vh;
    background-image: url(../images/faq.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.myeasydocsfaqsliderover1 h1 {
    color: white;
    font-family: "ralewayb";
    text-transform: uppercase;
    font-style: italic;
    font-size: 36px;
    line-height: 55px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.faqmyeasyfaqcontent .container {
    padding-left: 5%;
    padding-right: 5%;
}
.myeastfaqleft {
    padding-bottom: 15px;
    padding-top: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.47);
        background-color: white;
}
.myeastfaqright {
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 40px;
    background-color: #3ebbde;
    color: white;
    font-size: 13px;
}
.myeastfaqleft .panel-heading {
    padding: 0px 0px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.myeastfaqleft .panel-title>a {
    color: inherit;
    display: block;
    padding: 13px 10px;
    color: #404040;
    font-size: 14px;
    font-family: "ralewaysb";
}
.myeastfaqleft .panel-title>a span {
    color: #ec4613;
    margin-right: 10px;
}
.myeastfaqright label {
    color: #191919;
    font-family: "ralewayb";
    text-transform: uppercase;
    font-style: italic;
    display: block;
    width: 100%;
    margin-bottom: 0px;
}
.myeastfaqright input {
    width: 100%;
    height: 35px;
    border: none;
    border-bottom: 1px solid white;
    margin-bottom: 25px;
    background-color: transparent;
}
.myeastfaqright input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
  font-size: 15px;
  font-family: "ralewayl";
}
.myeastfaqright input::-moz-placeholder { /* Firefox 19+ */
  color: white;
  font-size: 15px;
  font-family: "ralewayl";
}
.myeastfaqright input:-ms-input-placeholder { /* IE 10+ */
  color: white;
  font-size: 15px;
  font-family: "ralewayl";
}
.myeastfaqright input:-moz-placeholder { /* Firefox 18- */
  color: white;
  font-size: 15px;
  font-family: "ralewayl";
}
.myeastfaqright input[type=submit] {
    background-color: #ec4613;
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    display: block;
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "ralewayb";
    font-size: 18px;
    text-transform: uppercase;
    height: 45px;
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-image: url(../images/right-nav-arrow.png);
    white-space: nowrap;
    position: relative;
    text-align: left;
    border-bottom: none;
}
.myeastfaqright input[type=submit]:before {
    content: "test";
}
.fill::before {
    content: '';
    background: rgba(255, 255, 255, 0.26);
    position: absolute;
    right: 0;
    left: 100%;
    top: 0;
    height: 100%;
    z-index: 0;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.myeastfaqrightbutton {
    width: 50%;
}
.myeastfaqrightbutton label {
    font-style: normal;
}
.myeastfaqrightbutton .fill::before {
    height: 100%;
    z-index: 1;
    pointer-events:none;
}
 .fill::hover:before {
    left: 0;
}
.hide {
    color: transparent;
    font-size: 1px;
    left: -99999px;
    position: absolute;
  }


.myeastfaqleft .panel-default>.panel-heading {
    color: #333;
    border-color: #ddd;
    box-shadow: none;
    border: none;
    border-bottom: none;
}
.myeastfaqleft .panel-group .panel{
        box-shadow: none;
    border: none;
    border-bottom: 1px solid #c7c7c7;
    margin: 0px;
    border-radius: 0px;
}
.myeastfaqleft .panel-group .panel:nth-last-child(1) {
    border-bottom: none;
}
.myeastfaqleft .panel-collapse {
    display: block;
    background-color: #f5f5f5;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
    border: none;
}
.myeasyfaqcontent {
    margin-top: -70px;
    z-index: 2;
    padding-bottom: 50px;
}
.panel-title a.collapsed {
    background-color: white;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
    font-size: 13px;
    line-height: 20px;
}
.panel-group .panel-heading+.panel-collapse .panel-body h4 {
    font-size: 13px;
    font-family: "ralewayb";
    text-transform: uppercase;
    font-style: italic;
    margin-top: 0px;
    color: black;
    margin-bottom: 0px;
}
.myeastfaqright a {
    background-color: #ec4613;
    padding: 15px;
    padding-right: 15px;
    padding-left: 15px;
    width: 98%;
    display: block;
    color: white;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: "ralewayb";
    font-size: 20px;
    text-transform: uppercase;
    /* height: 53px; */
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-image: url(../images/right-nav-arrow.png);
    white-space: nowrap;
    position: relative;
}
.myeastfaqright h4 {
    color: white;
    font-family: "ralewayb";
    text-transform: uppercase;
    font-style: italic;
}
/*------------------ SERVICES PAGE ---------------------*/
.servicemyeasyfaqcontent .container {
    padding-left: 5%;
    padding-right: 5%;
}
.myeasydocsservicetop {
    height: 60vh;
    background-image: url(../images/service.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.aboutypickersing h2 {
    color: grey;
    font-family: arial;
    text-transform: uppercase;
    font-size: 25px;
    padding-bottom: 10px;
    /* border-bottom: 3px solid white; */
    display: block;
    width: auto;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "ralewayb";
    text-transform: uppercase;
    font-style: italic;
    font-size: 25px;
    line-height: 35px;
    cursor: pointer;
}
.aboutypickersing {
    text-align: center;
    background-color: white;
}
.aboutypicker {
    box-shadow: 0px 0px 10px #737373;
    margin-bottom: 60px;
}
.aboutypickersing.active {
    /* border-bottom: 3px solid #fa4c06; */
    padding-bottom: 0px;
    background-color: #191919;
}
.aboutypickersing.active h2 {
    color: white;
}
.abouterright {
    margin-top: -25px;
    z-index: 2;
}
.aboutrgihtfull {
    position: relative;
    left: 0px;
    width: 100%;
    top: 0px;
}
.abouterright p {
    color: black;
    text-align: justify;
    font-size: 13px;
}
.serviceleft {
    text-align: left;
    padding-left: 0px;
    margin-bottom: 40px;
}
.serviceright {
    margin-bottom: 40px;
    padding-right: 0px;
}
.simple-link {
    text-decoration: underline;
    color: blue;
    font-weight: normal;

}
.simple-link:visited {
    color: blue;
}
.simple-link:hover {
    color: darkblue;
}
.serviceleft h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "ralewayb";
    text-transform: uppercase;
    font-style: italic;
    font-size: 35px;
}
.serviceright{
    min-height:35vh;
}
.serviceright li{
    line-height: 33px;
font-size: 18px;
}
.serviceright a {
    font-size: 17px;
    padding: 8px 15px;
    text-decoration: none;
    background-color: #00b965;
    color: #fff;
    display: inline-block;
    margin-top: 40px;
    margin-left: 25px;
    border-radius: 5px;
}
.abouterright p {
    color: #2f2f2f;
    text-align: justify;
    font-size: 14px;
    line-height: 25px;
}



/*---------------- T&C PAGE ----------------*/
.tcmyeasyfaqcontent .container {
    padding-left: 5%;
    padding-right: 5%;
}
.myeasydocstctop {
    height: 60vh;
    background-image: url(../images/faq.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.aboutypickersing1 h2 {
    color: grey;
    font-family: arial;
    text-transform: uppercase;
    font-size: 25px;
    padding-bottom: 10px;
    /* border-bottom: 3px solid white; */
    display: inline-block;
    width: auto;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "ralewayb";
    text-transform: uppercase;
    font-style: italic;
    font-size: 25px;
    line-height: 35px;
    cursor: pointer;
    border-bottom: 2px solid white; 
}
.aboutypickersing1.abouted {
    text-align: right;
}
.aboutypickersing1 {
    text-align: center;
    background-color: white;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}
.aboutypicker1 {
    /* box-shadow: 0px 0px 10px #737373; */
    margin-bottom: 30px;
    border-bottom: 1px solid #cacaca;
}
.aboutypickersing1.active {
    /* border-bottom: 3px solid #fa4c06; */
    padding-bottom: 0px;
}
.aboutypickersing1.active h2 {
    color: #ff5050;
     border-bottom: 2px solid #ff5050; 
}
.abouterright1 {
    margin-top: -57px;
    z-index: 1;
    box-shadow: 0px 0px 10px #737373;
    margin-bottom: 65px;
}
.aboutrgihtfull1 {
    position: relative;
    left: 0px;
    width: 100%;
    top: 0px;
}
.abouterright1 p {
    color: black;
    text-align: justify;
    font-size: 13px;
}
.serviceleft1 {
    text-align: left;
    margin-bottom: 40px;
}
.serviceright1 {
    margin-bottom: 100px;
}
.serviceleft1 h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "ralewayb";
    text-transform: uppercase;
    font-style: italic;
    font-size: 35px;
}
.abouterright1 p {
    color: #2f2f2f;
    text-align: justify;
    font-size: 14px;
    line-height: 25px;
        border-bottom: 1px solid #cacaca;
        padding-bottom: 3px;
}
.abouterright1 p:nth-last-child(1) {
    border-bottom:none;
}
.serviceright1 p span {
    color: #ff5050;
    margin-right: 10px;
}

/*---------------- AWARDS PAGE ----------------*/
.tcmyeasyawardscontent .container {
    padding-left: 5%;
    padding-right: 5%;
}
.myeasydocsawardstop {
    height: 60vh;
    background-image: url(../images/faq.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.awardsfull {
    margin-top: -50px;
    z-index: 1;
    padding-bottom: 50px;
}
.award-short .awardsfullerright{
    min-height:165px;
}
.award-length .awardsfullerright{
    min-height:165px;
}
.award-short .awardsfullerright h2 { 
    font-family: "ralewayb";
    text-transform: uppercase;
    font-style: italic;
    font-size:16px;
    color: white;
     position: absolute; 
     /*margin-top: 70px;*/
     margin-left: 10px;
     margin-right: 10px;
     bottom: 0px;
}
.award-length .awardsfullerright h2 {
    margin-top:0px;
    margin-bottom: 0px;
    font-family: "ralewayb";
    text-transform: uppercase;
    font-style: italic;
    font-size: 16px;
    color: white;
    position: absolute;
    line-height: 25px;
    float: right;
    right: 15px;
    bottom: 0px;
}
.awardsfullsing {
    padding-left: 0px;
    padding-right: 20px;
    margin-bottom: 20px;

}
.awardsfuller {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height:200px;
}
.award_mod1 {
  background-image: url(../images/elements/1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
} 
.award_mod2 {
    background-image: url(../images/elements/2.png);
    background-size: 100%;
  background-repeat: no-repeat;
}
.award_mod3{
  background-image: url(../images/elements/3.png);  
  background-size: 100%;
  background-repeat: no-repeat;
}
.award_mod4{
  background-image: url(../images/elements/4.png);  
  background-size: 100%;
  background-repeat: no-repeat;
}
.award_mod5{
  background-image: url(../images/elements/5.png);  
  background-size: 100%;
  background-repeat: no-repeat;
}
.award_mod6{
  background-image: url(../images/elements/6.png);  
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.award_mod7{
  background-image: url(../images/elements/7.png);  
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.award_mod8{
  background-image: url(../images/elements/8.png);  
  background-size: 100%;
  background-repeat: no-repeat;
}
.award_mod9{
  background-image: url(../images/elements/9.png);  
  background-size: 100%;
  background-repeat: no-repeat;
}
.award_mod10{
  background-image: url(../images/elements/10.png);  
  background-size: 100%;
  background-repeat: no-repeat;
}
.award_mod11{
  background-image: url(../images/elements/11.png);  
  background-size: 100%;
  background-repeat: no-repeat;
}
.award_mod12{
  background-image: url(../images/elements/12.png);  
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.award_mod13{
  background-image: url(../images/elements/13.png);  
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.award_mod1 .awardsfullerleft {
    padding-left: 5px;
    padding-right: 0px;
}
.award_mod2 .awardsfullerleft {
    padding-left: 5px;
    padding-right: 0px;
}
.award_mod1 .awardsfullerleft img {
    height: 132px;
}
.award_mod2 .awardsfullerleft img {
    height: 75px;
    width: auto;
    margin-bottom: 3px;
}
.award_mod2 .awardsfullerright {
    padding-left: 20px;
}


/*---------------- TEAM PAGE ----------------*/
.tcmyeasyteamcontent .container {
    padding-left: 5%;
    padding-right: 5%;
}
.myeasydocsteamtop {
    height: 60vh;
    background-image: url(../images/faq.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.teamfull {
    margin-top: -70px;
    z-index: 1;
    padding-bottom: 80px;
}
.teamfullleft {
    background-color: #3ebbde;
    padding: 40px;
}
.teamfullright {
    background-color: white;
    box-shadow: 0px 0px 10px #737373;
    padding: 40px;
    margin-top: 20px;
    padding-bottom: 100px;
}
.teamfullleft h4 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: "ralewayb";
    text-transform: uppercase;
    font-style: italic;
    font-size: 25px;
    color: #0a2735;
    /* position: absolute; */
}
.teamfullleft p {
    color: #2f2f2f;
    text-align: justify;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 30px;
    /* font-weight: lighter; */
    color: white;
}
.teamfullleft p:nth-last-child(1) {
    margin-bottom: 0px;
}
.teamfullleft p img {
    width: 15px;
    margin-right: 5px;
}
.teamfullright h2 {
    display: inline-block;
    width: auto;
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: "ralewayb";
    text-transform: uppercase;
    font-style: italic;
    font-size: 30px;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #191919;
    color: white;
}
.teamfullright p {
    color: #191919;
    font-size: 13px;
    line-height: 25px;
}
.teamfullleft .nav-tabs > li.active > a,.teamfullleft .nav-tabs > li.active > a:hover,.teamfullleft .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(221, 221, 221, 0);
    border-bottom-color: transparent; 
}
.teamfullleft .nav-tabs > li > a,.teamfullleft .nav-tabs > li > a:hover,.teamfullleft .nav-tabs > li > a:focus {
    color: #555;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(221, 221, 221, 0);
    border-bottom-color: transparent; 
}
.team-tab-head{
    margin-bottom: 40px;
}
.team-tab-img img{
    width: 80%;
}
.team-tab-title li{
    float: left;
    list-style: none;
}
.team-tab-title ul{
    padding-left: 0px;
}
.team-tab-title li a i{  
    padding:8px 9px;
    border-radius: 100%;
    text-decoration: none;
    margin-right:15px;
}
.fa.fa-twitter {
    color: white;
    background-color: rgba(0, 179, 218, 0.5);
    padding: 8px 9px;
    border-radius: 100%;
    text-decoration: none; 
    font-size: 17px;
}
.fa.fa-facebook {
    color: white;
    background-color: rgb(26, 125, 222);
    padding: 8px 12px;
    border-radius: 100%;
    text-decoration: none; 
    font-size: 17px;
}
.fa.fa-google-plus {
    color: white;
    background-color: rgb(246, 118, 118);
    padding: 8px 6px;
    border-radius: 100%;
    text-decoration: none; 
    font-size: 17px;
}
.fa.fa-linkedin{
  color: white;
    background-color:rgb(0, 175, 222);
    padding: 8px 9px;
    border-radius: 100%;
    text-decoration: none; 
    font-size: 17px;   
}
.team-tab-title h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: "ralewayb";
    text-transform: uppercase;
    font-style: italic;
    font-size: 25px;
    color: #0a2735;
    margin-top: 60px;
}
/*---------------- BLOG PAGE ----------------*/
.tcmyeasyblogcontent .container {
    padding-left: 5%;
    padding-right: 5%;
}
.myeasydocsblogtop {
    height: 45vh;
    background-image: url(../images/blogger.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.blogfull {
    padding-top: 40px;
    padding-bottom: 30px;
    min-height: 300px;
}
.blogfullleft {
    padding-left: 0px;
}
.blogsingle {
    padding-left: 0px;
    margin-bottom: 15px;
}
.blogsingleinner img {
    height:240px;
    object-fit:cover;
}
.blogsingleinner:hover img {
    box-shadow: 0px 0px 10px #737373;
}
.blogsinglebottom h2 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: "ralewayb";
    text-transform: uppercase;
    font-style: italic;
    font-size: 25px;
    color: #0a2735;
    line-height: 30px;
    /* position: absolute; */
}
.blogsinglebottom p {
    color: #969696;
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    font-style: normal;
    margin-bottom: 0px;
    text-transform: initial;
}
.blogsinglebottom a {
    margin-top: 0px;
    font-family: "ralewayb";
    text-transform: uppercase;
    font-style: italic;
    font-size: 12px;
    color: #3ebbde;
    /* position: absolute; */
}
.blogsinglebotinner {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -20px;
    box-shadow: 0px 0px 10px #737373;
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
}
.blogfullright {
    padding-right: 0px;
}
.blogfullright input {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #bdbdbd;
    padding-left: 35px;
    color: black;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 6px;
    margin-bottom: 10px;
}
.blogcategories h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "ralewayb";
    text-transform: uppercase;
    font-style: italic;
    font-size: 30px;
    color: #0a2735;
    /* position: absolute; */
}
.blogcategories ul {
    padding-left: 0px;
}
.blogcategories ul li {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
}
.blogcategories ul li a {
    color: black;
    font-family: "ralewayb";
    text-transform: capitalize;
    font-style: italic;
    font-size: 15px;
    color: #969696;
    display: block;
}
.blogcategories ul li a:hover {
    color: #676666;
}
.blogcategories ul li a.active {
    color: #676666;
}
.paginer {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 0px;
    border-top: 1px solid #cac6c6;
    border-bottom: 1px solid #cac6c6;
    margin-top: 100px;
}
.paginer nav {
    margin: 0px auto;
    float: none;
}
.paginer .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    border-radius: 0px;
}
.paginer .pagination>li>a, .paginer .pagination>li>span {
    color: #908f8f;
    /* background-color: #fff; */
    border: none;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 50%;
    font-size: 11px;
    padding: 5px 10px;
}
.paginer .pagination>.active>a, .paginer .pagination>.active>span, .paginer .pagination>.active>a:hover, .paginer .pagination>.active>span:hover, .paginer .pagination>.active>a:focus, .paginer .pagination>.active>span:focus {
    color: black;
    background-color: #f3be00;
}

/*---------------- NETWORKS PAGE ----------------*/
.tcmyeasynetworkscontent .container {
    padding-left: 5%;
    padding-right: 5%;
}
.myeasydocsnetworkstop {
    height: 90vh;
    background-image: url(../images/networks.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.networksfull {
    margin-top: -70px;
    z-index: 1;
    padding-bottom: 80px;
    margin-bottom: 50px;
}
.networksfullleft {
    background-image: url(../images/blue.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px;
}
.networksfullleft2 {
    background-image: url(../images/green.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px;
}
.networksfullright {
    background-color: white;
    box-shadow: 0px 0px 10px #737373;
    /* padding: 15px; */
    margin-top: 30px;
    /* padding-top: 7.5px; */
    /* padding-left: 22.5px; */
    /* padding-right: 22.5px; */
    padding-bottom: 0px;
}
.networksinglerfull {
    padding: 0px;
}
.networksfullleft h2 {
    display: inline-block;
    width: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: "ralewayb";
    text-transform: uppercase;
    font-style: italic;
    font-size: 30px;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #191919;
    color: white;
}
.networksfullleft h3 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: "ralewayb";
    font-size: 18px;
    line-height: 30px;
    color: black;
}
.networksfullleft p {
    color: #191919;
    font-size: 14px;
    line-height: 25px;
}
.networksfullleft a {
    background-color: #ec4613;
    padding: 15px;
    padding-right: 15px;
    padding-left: 15px;
    width: 98%;
    display: block;
    color: white;
    margin-top: 65px;
    margin-bottom: 0px;
    font-family: "ralewayb";
    font-size: 20px;
    text-transform: uppercase;
    /* height: 53px; */
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-image: url(../images/right-nav-arrow.png);
    white-space: nowrap;
    position: relative;
}
.networksingle {
    /* padding-left: 7.5px; */
    /* padding-right: 7.5px; */
    text-align: center;
    padding-top: 15px;
    padding-bottom: 1px;
    border-bottom: 1px solid #d4d4d4;
                  webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.networksingle img {
    height: 128px;
    object-fit:cover;
      -webkit-filter: grayscale(1);
  filter: grayscale(1);
                webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.networksfullright2 .networksingle img {
    height: 128px;
    object-fit:cover;
      -webkit-filter: grayscale(0);
  filter: grayscale(0);
                webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
} 
.networksingle h4 {
    margin-top: 5px;
    margin-bottom: 0px;
    font-family: "ralewayb";
    text-transform: uppercase;
    font-size: 13px;
    /* line-height: 0px; */
    display: block;
    color: black;
}
.networksingle a.fill {
    background-color: #ec4613;
    padding: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 84%;
    text-align: left;
    display: block;
    color: white;
    margin-top: 0px;
    line-height: 15px;
    margin-bottom: 0px;
    font-family: "ralewayb";
    font-size: 10px;
    text-transform: uppercase;
    /* height: 53px; */
    background-size: 4px;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-image: url(../images/right-nav-arrow.png);
    white-space: nowrap;
    position: relative;
    margin-left: 8%;
    opacity: 0;
}
.networksingle:hover a.fill {
    opacity: 1;
}
.networksingle:hover {
        box-shadow: 0px 0px 10px #737373;
        border-bottom: 1px solid transparent;
                      webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.networksingle:hover img {
      filter: none;
  -webkit-filter: grayscale(0%);
                webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
/************** RESPONSIVE ******************/



@media screen and (min-width: 1200px) {
.menuleft {
    width: 95%;
}
.menuright {
    width: 5%;
}
}


/* Medium devices (desktops, 1200px and up) */
@media (max-width: 1200px) {
.myeasydocsmenu ul li {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
.myeasydocssliderover1 h1 {
    font-size: 30px;
    line-height: 40px;
}
.myeasydocssliderover2 p {
    font-size: 18px;
}
.myeasydocssliderover2 p:nth-child(1) {
    font-size: 20px;
}
.myeasydocssliderover2 ul li {
    font-size: 14px;
    width: 50%;
}
.myeasydocstop {
    background-position: 67% 0px;
}
.myeasydocssliderover1 {
    padding-top: 80px;
}
.myeasydocssliderover3 ul li {
    font-size: 19px;
    padding-right: 25px;
}
.myeasydocsworksright img {
    width: 100%;
}
.myeasydocsworksmiddle .worksteps:nth-child(odd) {
    margin-left: 0px;
}
.worksteps.active:before {
    left: -40px;
}
.worksteps:before {
    left: -40px;
}
.worksteps p {
    font-size: 13px;
    line-height: 20px;
}
.gridssingles h2 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 45px;
}
.gridssingles h2:after {
    top: 115px;
    left: 44%;
}
.gridover3 h2:after {
    top: 140px;
    left: 44%;
}
.helphead h1,.clienthead h1 {
    font-size: 30px;
}
.helpsingle img {
    height: 220px;
}
.helpinner h1 {
    font-size: 20px;
    line-height: 25px;
}
.helpinner p {
    font-size: 13px;
    line-height: 20px;
}
.clientsliderslideleft img {
    width: 100%;
}
.clientsliderslideright p {
    font-size: 12px;
    line-height: 25px;
}
.clientsliderslideleft {
    padding-top: 65px;
    min-height: 330px;
}
.clientsliderslideright {
    padding-top: 50px;
    min-height: 330px;
}
.clientsliderinner .carousel-control.left {
    left: -8%;
    padding-top: 19%;
}
.clientsliderinner .carousel-control.right {
    right: -8%;
    padding-top: 19%;
}
.clientsliderslideright h1 {
    font-size: 20px;
}
.clientsliderslideright h1 span {
    font-size: 12px;
}
.aboutus p {
    font-size: 14px;
    line-height: 30px;
}
.aadhaar h1 img {
    width: 150px;
    margin-right: 20px;
}
.aadhaar h1 {
    font-size: 30px;
}
.commonfooter ul li a {
    font-size: 10px;
    line-height: 20px;
}
.footerbottom h1 {
    font-size: 20px;
}
.commonfooter i {
    width: 40px;
    height: 40px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 40px;
    font-size: 17px;
}
.fixed-header .esigning a {
    right: 1.8%;
}
.menuleft {
    width: 93%;
}
.menuright {
    width: 7%;
}
.myeasydocsmenu ul li {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
}
}

/* Medium devices (desktops, 992px and up) */
@media(max-width: 992px){
.myeasydocsmenu ul:nth-child(1) li a {
    padding-left: 25px;
    padding-right: 25px;
}
.myeasydocsmenu ul li {
    padding-left: 5px;
    padding-right: 6px;
}
.myeasydocslogo img{
    width: 215px;
    margin-top: 0px;
        margin-left: 5px;
}
.myeasydocslogo1 img {
    width: 215px;
    margin-top: 0px;
    padding-bottom: 15px;
}
.myeasydocssliderover2 p:nth-child(1) {
    font-size: 16px;
}
.myeasydocssliderover2 p {
    font-size: 15px;
}
.myeasydocssliderover2 ul li {
    font-size: 12px;
    width: 50%;
}
.myeasydocssliderover3 ul li {
    font-size: 15px;
    padding-right: 25px;
}
.myeasydocssliderover3 ul li:after {
    height: 40px;
    background-size: 20px;
    top: -10px;
    width: 35px;
}
.myeasydocstop {
    background-position: 74% 0px;
}
.myeasydocsworksleft {
    background-position: -132px 0px;
}
.myeasydocsworksmiddle .worksteps.active:nth-child(odd):before {
    left: -50%;
    top: 15px;
}
.worksteps.active:before {
    left: -20%;
}
.worksteps:before {
    left: -20%;
}
.gridover {
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.gridssingles h2 {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 30px;
}
.gridssingles h2:after {
    top: 80px;
}
.gridssingles p {
    font-size: 12px;
    line-height: 22px;
}
.gridover3 h2:after {
    top: 100px;
    left: 44%;
}
.helphead h1, .clienthead h1 {
    font-size: 25px;
}
.helpsingle img {
    height: 160px;
}
.helpinner h1 {
    font-size: 15px;
    line-height: 20px;
}
.helpinner p {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
.helpinner {
    margin-top: -60px;
}
.myeasydocshelp {
    padding-bottom: 60px;
}
.myeasydocsclient {
    background-color: #e2e2e2;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 40px;
}
.clientsliderslideleft {
    padding-top: 75px;
}
.clientsliderinner .carousel-control.left,.clientsliderinner .carousel-control.right {
    padding-top: 21%;
}
.clientsliderslideright {
    padding-top: 35px;
}
.clientsliderslideright h1 {
    font-size: 18px;
}
.aboutus p {
    font-size: 12px;
    line-height: 27px;
}
.clienthead h1 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.aadhaar h1 img {
    width: 120px;
    margin-right: 10px;
}
.aadhaar h1 {
    font-size: 20px;
}
.aadhaar a {
    margin-top: 25px;
}
.aadhaar a:after {
    top: 25px;
}
.commonfooter i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
}
.footerbottom h1 {
    font-size: 15px;
}
.worksteps p {
    font-size: 12px;
    line-height: 18px;
}
.myeasydocsworksleft h1 {
    font-size: 30px;
}
.fixed-header .esigning a {
    right: 1.1%;
    width: 100px;
}
.myeasydocsmenu {
    padding-right: 15px;
}

}


@media(max-width:767px){ 
.menu {
    display: none;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    position: fixed;
    top: 55px;
    z-index: 9999;
}
.myeasydocsmenu i {
    display: none;
}
.myeasydocsmenu ul {
    float: left;
    padding-left: 0px;
    width: 100%;
    display: block;
}
.myeasydocsmenu ul li {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    display: block;
    float: left;
    text-align: left;
    padding: 0px;
}
.myeasydocsmenu ul li a {
    background-color: #ec4613;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    padding-left: 15px;
}
.myeasydocsmenu ul li a:hover {
    color: white;
    background-color: #e63600;
}
.myeasydocsmenu ul:nth-child(1) li a {
    padding-left: 15px;
    font-size: 14px;
    padding: 12px;
    padding-right: 0px;
    margin-top: 0px;
    width: 100%;
}
.myeasydocssliderover2 p:nth-child(1) {
    font-size: 12px;
}
.myeasydocssliderover2 p {
    font-size: 13px;
}
.myeasydocssliderover2 ul {
    padding-bottom: 0px;
    padding-left: 15px;
    width: 75%;
    display: inline-block;
}
.sliderright img {
    width: 110px;
    cursor: pointer;
}
.myeasydocssliderover1 h1 {
    font-size: 25px;
    line-height: 40px;
}
.myeasydocssliderover1 {
    padding-top: 100px;
}
.myeasydocstop {
    background-position: 74% 0px;
    height: auto;
    padding-bottom: 70px;
}
.myeasydocssliderover3 ul li:after {
    height: 30px;
    background-size: 14px;
    top: -3px;
    width: 35px;
    background-position: center;
}
.myeasydocssliderover3 a {
    margin-top: 5px;
    clear: both;
}
.myeasydocssliderover3 a:after {
    top: 36px;
    margin-left: 85px;
}
.myeasydocsworksmiddle {
    margin-left: 0px;
    padding-top: 49px;
    padding-right: 30px;
    padding-left: 40px;
    background-image: url(../images/mob.png);
    background-repeat: no-repeat;
    background-position: -20px 0px;
    background-size: 22px;
}
.myeasydocsworksleft {
    background-image: none;
}
.myeasydocsworksright {
    display: none;
}
.worksteps {
    min-height: 160px;
}
.myeasydocsworksmiddle {
    padding-top: 25px;
}
.myeasydocsworksleft {
    padding-top: 40%;
    padding-left: 30px;
    height: auto;
}
.myeasydocsworks {
    height: auto;
}
.myeasydocsworksmiddle .worksteps.active:nth-child(odd):before {
    left: -10%;
    top: 15px;
}
.worksteps.active:before {
    left: -10%;
}
.worksteps:before {
    left: -10%;
}
.worksteps h1 {
    font-size: 20px;
}
.gridssingles h2 {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 30px;
}
.gridover1 {
    margin-top: -90px;
}
.gridover3 h2:after {
    top: 90px;
    left: 44%;
}
.myeasydocsgrids {
    background-color: #e2e2e2;
    padding-right: 15px;
    padding-left: 15px;
}
.helpsingle {
    width: 50%;
    margin-bottom: 15px;
}
.helpsingle img {
    height: 200px;
}
.helpinner {
    min-height: 150px;
    margin-top: -90px;
}
.myeasydocshelp {
    padding-bottom: 20px;
}
.clientsliderslideright p {
    font-size: 12px;
    line-height: 21px;
}
.clientsliderslideright {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.clientsliderslideright h1 {
    font-size: 14px;
    margin-top: 15px;
}
.aadhaar h1 img {
    width: 90px;
    margin-right: 5px;
}
.aadhaar h1 {
    font-size: 15px;
    letter-spacing: 1px;
}
.helphead h1, .clienthead h1 {
    font-size: 18px;
}
.aboutus p {
    font-size: 12px;
    line-height: 23px;
}
.aboutus {
    padding-left: 2%;
    padding-right: 2%;
        padding-bottom: 10px;
}
.aadhaar {
    margin-bottom: 25px;
}
.commonfooter ul li {
    text-align: center;
}
.socialfooter {
    text-align: center;
    padding-top: 5px;
}
.commonfooter i {
    margin-right: 1px;
    margin-left: 1px;
}
.footerbottom h1 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 0px;
}
.footerbottom h1 img {
    width: 160px;
    margin-right: auto;
    margin: 0px auto;
    float: none;
    display: block;
    margin-bottom: 5px;
}
.footerbottom {
    text-align: center;
}
.footerbottom h1 img:nth-child(2) {
    float: none;
    margin-top: 0px;
    margin: 0px auto;
}
.footerbottom {
    padding-top: 0px;
}
.gridssingles h1 {
    font-size: 200px;
}
.gridover1 h1 {
    bottom: -110px;
}
.myeasydocsfooter {
    padding-left: 2%;
    padding-right: 2%;
}
.esigning img {
    height: 50px;
    width: auto;
}
.esigning a {
    position: absolute;
    right: 0px !important;
    text-align: right;
    width: 105px !important;
    top: 14px;
}
.scrolly {
    left: 45%;
}
.easyda .modal-content {
    background-color: transparent;
    border: 1px solid #999;
    border: none;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.footerbottom h1 a:nth-child(2) {
    float: right;
    margin-top: -20px;
    width: 160px;
    margin-right: auto;
    margin: 0px auto;
    float: none;
    display: block;
    margin-bottom: 5px;
}
.menuleft {
    width: 100%;
}
.fill2:before {
    content: none;
} 
.myeasydocsmenu ul:nth-child(1) li a {
        padding-bottom: 15px;
}
.myeasydocsmenu ul:nth-child(1) li a:hover {
    z-index: 0;
}
}


@media(max-width:600px){ 
.myeasydocsworksmiddle .worksteps.active:nth-child(odd):before {
    left: -18%;
    top: 15px;
}
.worksteps.active:before {
    left: -18%;
}
.worksteps:before {
    left: -18%;
}
.aadhaar h1 {
    font-size: 12px;
    letter-spacing: 0px;
}
}

@media (max-width: 480px){ 
.myeasydocssliderover1 {
    padding-top: 25px;
}
.myeasydocssliderover1 h1 {
    font-size: 18px;
    line-height: 30px;
}
.sliderleft,.sliderright {
    width: 100%;
}
.sliderright {
    padding-right: 0px;
    padding-top: 0px;
}
.myeasydocssliderover3 ul {
    display: none;
}
.myeasydocssliderover3 a:after {
    top: 5px;
    margin-left: 85px;
}
.myeasydocsworksleft {
    width: 100%;
    padding-top: 10px;
    padding-left: 0px;
}
.myeasydocsworks {
    height: auto;
    position: relative;
}
.myeasydocsworksleft h1 {
    font-size: 25px;
    margin-top: 5px;
    text-align: center;
}
.myeasydocsworksmiddle {
    padding-top: 25px;
    width: 100%;
    padding-left: 65px;
    padding-right: 30px;
    background-position: 15px 0px;
    background-size: 2px;
}
.myeasydocsworksmiddle .worksteps.active:nth-child(odd):before {
    left: -54px;
    top: 15px;
}
.worksteps.active:before {
    left: -54px;
}
.worksteps:before {
    left: -54px;
}
.easyworksection {
    height: auto;
    padding-bottom: 20px;
}
.worksteps {
    min-height: 120px;
}
.gridssingles {
    height: auto;
    width: 100%;
}
.gridssingles img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.gridover {
    position: relative;
}
.gridssingles h2:after {
    top: 70px;
}
.gridover1 h1 {
    bottom: -30px;
}
.gridover2 h1 {
    left: 0px;
    bottom: -30px;
}
.gridover3 h1 {
    top: -40px;
    left: 73%;
}
.helpsingle {
    width: 85%;
    margin: 0px auto;
    float: none;
    margin-bottom: 15px;
}
.helphead h1, .clienthead h1 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.commonfooter {
    padding-left: 15px;
}
.clientsliderslideleft {
    padding-top: 20px;
    width: 100%;
    min-height: auto;
    padding-bottom: 20px;
}
.clientsliderslideleft img {
    width: 150px;
}
.clientsliderslideright {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    text-align: center;
    min-height: auto;
    padding-bottom: 20px;
}
.clientsliderinner .carousel-control.left, .clientsliderinner .carousel-control.right {
    padding-top: 33%;
    width: 5%;
}
.clientsliderinner .carousel-control.left {
    left: -7%;
}
.clientsliderinner .carousel-control.right {
    right: -7%;
}
.myeasydocsclient {
    padding-bottom: 20px;
}
.aadhaar a {
    margin-top: 0px;
    margin-right: 0px;
    display: block;
    clear: both;
    margin: 0px auto;
    float: none;
    width: 225px;
    margin-bottom: 10px;
}
.aadhaar a:after {
    top: 88px;
    margin-left: 50px;
}
.aadhaar {
    margin-bottom: 25px;
    text-align: center;
}
.easyda .modal-body iframe {
    width: 100% !important;
    height: 100vh !important;
}
.myeasydocstop {
    background-position: 95% 0px;
}
}

@media (max-width: 400px){ 
.myeasydocslogo, .myeasydocslogo1 {
    padding-left: 0px;
    padding: 0px;
    text-align: left;
}
.menu-btn {
    /* position: absolute; */
    top: -12px;
    right: 5px;
    width: 73px;
}

.myeasydocssliderover1 h1 {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}
.myeasydocssliderover2 p:nth-child(1) {
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
}
.myeasydocssliderover2 p {
    font-size: 13px;
    text-align: center;
}
.myeasydocssliderover2 ul li {
    font-size: 12px;
    width: 100%;
    padding-left: 35p;
}
.myeasydocssliderover2 ul {
  width: 60%;
  margin-left: 20%;
}
.myeasydocssliderover3 a {
    margin-left: 10%;
    width: 80%;
}
.helphead h1, .clienthead h1 {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.helpsingle {
    width: 100%;
}
.aadhaar h1 {
    font-size: 13px;
    letter-spacing: 0px;
}
.myeasydocstop {
    background-position: 90% 0px;
}
}


@media (max-width: 320px){ 

}


/* OpenCert Conversion Information Modal Styles */
.modal-content {
    background-color: #f2f2f2;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 20px;
}

.modal-body ol {
    padding-left: 20px;
}

.modal-body li {
    margin-bottom: 10px;
    font-size: 16px;
}

.modal-footer {
    display: flex;
    justify-content: center;
}

.modal-footer .btn {
    width: 100px;
    margin: 0 10px;
}

.modal-footer .btn-primary {
    background-color: #28a745;
    border-color: #28a745;
}

.modal-footer .btn-secondary {
    background-color: #dc3545;
    border-color: #dc3545;
}

.modal-footer .btn-primary:hover,
.modal-footer .btn-secondary:hover {
    opacity: 0.8;
}

