
@charset "UTF-8";
/* CSS Document */
body.modal-open .supreme-container{
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}
.modal-backdrop {
    --bs-backdrop-opacity: 0.85;
}
.text-open {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.text-cabin {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

nav {
  top: 0;
  margin: 0;
  transform: translateY(-100px);
  transition: 0.4s;
}
.show {
  transform: translateY(0);
}
.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: .8rem 0;
    background-color: rgba(0,0,0,0);
    z-index: 101;
    transition: 0.4s;
}
.bgNav {
	    background-color: rgba(127, 146, 180, .9);
}
.navbar.grad {
  background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,0));
}
.navbar-collapse {
    justify-content: center
}
.nav-icon img {
    max-width: 60px;
    margin: auto;
}
.small-nav-icon img{
    width: 32px;
    margin-left: 10px;
}
.nav-item {
    padding: 0 1rem;
    align-self: center;
}
.nav-item a {
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
}
#cover {
    width: 100%;
    height: 90vh;
    max-height: 770px;
}
.text-cover {
    display: flex;
    align-items: center;
    height: 100%;
}
.text-cover .row {
    margin-left: 0
}
.hero-cover-img {
	background-image: url('../img/dr-andre-tapia-hero.jpg'); background-size: cover; background-position: center; position: relative; z-index: 2
}
.oftalmo-svg {
  width: 500px
}
#cover h1 {
    color: #ffffff;
    font-size: 85px;
    margin-bottom: 30px;
}
.padding-one {
    padding: 140px 0;
}
.padding-two {
    padding: 350px 0 180px 0;
}
.big-text {
     color: #194471;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    margin: 0;
    padding-right: 15px
}
.big-text span {
    white-space: nowrap;
}
.w-70 {
    width: 70%!important;
}
.andre-img {
	max-width: 400px;
	width: 100%;
	margin-top: -220px;
	margin-left: 20px;
}
.vistazo-text {
	text-align: end;
	float: right;
	max-width: 520px;
	padding-right: 1rem;
}
.schedule-btn-wrapper {
    position: absolute;
    top: -25px;
    width: 100%;
    text-align: center;
    height: 100px;
	z-index: 3;
}
.schedule-btn {
    position: absolute;
    width: 360px;
    height: 50px;
    top: -25px;
    left: 50%;
    margin-left: -180px;
    background-color: #194471;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    z-index: 20;
    justify-content: center;
    cursor: pointer;
}
.shcedule-cdmx {
    position: absolute;
    width: 200px;
    height: 50px;
    top: 30px;
    left: 50%;
    margin-left: -205px;
    background-color: #194471;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    z-index: 1;
    opacity: 0;
    justify-content: center;
    transition: .6s;
}
.shcedule-cuerna {
    position: absolute;
    width: 200px;
    height: 50px;
    top: 10px;
    right: 50%;
    margin-right: -205px;
    background-color: #194471;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    z-index: 1;
    opacity: 0;
    justify-content: center;
    transition: .6s;
}
.schedule-btn p  {
    color: #ffffff;
    text-align: center;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    letter-spacing: 6px;
    margin: 0;
}
.shcedule-cdmx p, .shcedule-cuerna p  {
    color: #ffffff;
    text-align: center;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
}
.schedule-btn-hover {
    width: 100%;
    height: 100%;
    border: 0px solid #ffffff;
    position: absolute;
    transition: all .3s;
}
.schedule-btn-wrapper:hover .shcedule-cuerna, .schedule-btn-wrapper:hover  .shcedule-cdmx {
    opacity: 1;
    top: 65px;
    transition: .3s;
}
.schedule-btn:hover > .schedule-btn-hover, .schedule-btn-small:hover > .schedule-btn-hover, .contact-btn-wrapper:hover > .schedule-btn-hover {
    width: 108%;
    height: 140%;
    border: 2px solid #ffffff;
    transition: all .2s;
}
.schedule-btn-small {
    position: absolute;
    width: 220px;
    height: 40px;
    top: 36%;
    left: 50%;
    margin-left: -110px;
    background-color: #194471;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.schedule-btn-small p {
    color: #ffffff;
    text-align: center;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
}
.medium-text-left {
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}
.medium-text {
    font-family: 'Cabin', sans-serif;
    color: #194471;
    font-size: 22px;
    font-weight: 700;
    text-align: right;
    margin: 0;
    padding-right: 15px;
    letter-spacing: 6px;
}
.name-text {
    font-family: 'Cabin', sans-serif;
    color: #585E67;
    font-size: 28px;
    font-weight: 700;
    text-align: right;
    margin: 0;
    letter-spacing: 1px;
}
.normal-text {
    color: #1a1a1a;
    font-family: 'Open Sans', sans-serif;
	font-size: 18px;
    line-height: 26px;
}
.btn-services {
    box-shadow: none;
    border: none;
    outline: none;
}
.service-wrapper {
    background-color: #4A6D97;
    position: relative;
    padding: 0;
    overflow: hidden;
	display: flex;
    align-items: center;
}
.service-wrapper h4 {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #ffffff;
    z-index: 5;
    padding: 10px;
    letter-spacing: 1px;
    font-size: 1.2rem;
    margin: 0;
    text-transform: uppercase;
    opacity: 1;
    transition: .3s;
}
.service-wrapper .service-img {
    width: 100%;
    opacity: .2;
    transition: .3s;
}
.service-wrapper:hover > .service-img {
    opacity: 1;
    transition: .3s;
}
.service-wrapper:hover > h4 {
   background-color: #4A6D97;
    opacity: .8;
    transition: .3s;
}
.triangle-hover {
    position: absolute;
    top: -50px;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    z-index: 12;
    transition: .5s;
    transition-timing-function: ease;
}
.triangle-hover img {
    width: 100%;
}
.service-wrapper:hover > .triangle-hover {
    top: -2px;
    transition: .5s;
    transition-timing-function: ease;
}
.img-full-half {
    position: absolute;
    width: 48%;
    padding-top: 8px
}
.img-full-half img {
    width: 100%
}
#contact {
	padding-bottom: 100px
}
.contact-btn-wrapper {
    background-color: #194471;
    border: 1px solid #ffffff;
    display:  inline-flex;
    padding: 10px 60px;
    align-items: center;
    justify-content: center;
    position: relative
}
.contact-btn-wrapper p {
    color: #ffffff;
    text-align: center;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    letter-spacing: 6px;
    margin: 0;
}
.contact-left-wrapper img {
    width: 100%;
    max-width: 460px
}
.padding-text-contact {
    padding-top: 1rem
}
.contact-info {
    width: 100%;
    max-width: 430px;
    margin-top: 1.6rem
}
.whats-icon {
    width: 100%;
    max-width: 30px;
    max-height: 30px
}
.whatsapp-contact {
    border: 1px solid #ffffff;
    background-color: transparent;
    padding: 8px;
   /* max-width: 400px;*/
}
.whats-container {
    background-color: #dfe3ec;
    color: #194471;
    font-weight: 600;
    display: inline-flex;
    padding: 5px 20px;
    align-items: center;
    width: 100%;
    transition: .3s;
}
.whats-container:hover {
     padding: 5px 20px 5px 30px;
    transition: .3s;
}
footer {
    background-color: #194471;
    padding: 1.5rem 0;
}
footer p, footer a {
    color: #ffffff;
    margin: 0;
    font-family: 'Cabin', sans-serif;
    font-weight: 500;
    font-size: 12px;
}
.footer-img-wrapper {
	text-align: end;
}
.maps-container {
	margin-top: 30px;
}
.maps-container .col-12 {
	padding: 0 50px;
}
.info-maps {
	    min-height: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
}
.maps-title {
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 600;
	margin: 0 0 0 10px;
}
.maps-text {
	font-size: 12px;
	margin: 0 0 0 10px;
}
.inner-link-anchor {
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
    top: -90px;
}
button.nav-link {
	color: #ffffff;
    font-family: 'Cabin', sans-serif;
	border: none;
    background: none;
}
.modal-content {
    border: 0px;
	    border-radius: 4px;
}
.modal-content.v2 {
	border: none;
	border-radius: 0;
}
.modal-content.v2 .modal-body {
	padding: 0;
}
.modal-content.v2 img {
	width: 100%;
	display: block;
}
.modal-text-wrapper {
	padding: 1rem 3rem 3rem 3rem;
	text-align: center;
}
.modal-text-wrapper h5 {
	font-size: 2.8rem;
    font-weight: 800;
	text-transform: uppercase;
	margin: 0;
}
.modal-subtitle {
	font-weight: 400;
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.modal-agendar {
	width: 600px;
	max-width: 100%;
}
.modal-vert {
	display: flex;
}
.modalvert-img-wrapper {
	width: 200px;
	height: 100%;
	overflow: hidden;
	background: url("../img/modal-agenda2.jpg");
	background-position: center;
	background-size: cover;
}
.modalvert-img-wrapper img {
	height: 100%;
	opacity: 0;
}
.modalvert-text-wrapper {
	width: 400px;
	padding: 1rem 2rem 1rem 2rem;
	text-align: center;
}
.modalvert-text-wrapper h5 {
	font-size: 2rem;
    font-weight: 800;
	text-transform: uppercase;
	margin: 0;
}
.modalvert-text-wrapper .modal-subtitle {
	font-weight: 400;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.agendar-col {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.agendar-col:first-child {
	border-right: 1px solid #C4C4C4
}
.modal-btn-agendar {
	padding: 5px 20px;
	background-color: #ffffff;
	color: #194471;
    border: 3px solid #194471;
	width: 90%;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	margin: 10px auto 20px auto;
	transition: .3s;
}
.modal-btn-agendar:hover {
	background-color: #194471;
	color: #ffffff;
	transition: .3s;
}
.btn-close {
	position: absolute;
	top: 15px;
	right: 20px;
}
#trayectoria .container-fluid {
		display: flex
	}
.trayectoria {
	display: flex;
	align-items: center;
	min-height: 50px;
}
.half-trayectoria {
	width: 50%;
}
.trayectoria img {
	max-width: 40px;
	margin: auto;
}
.trayectoria p {
	margin-left: 15px;
	margin-bottom: 0;
	font-size: 14px;
}
.firts-sect-tray {
	background-color: #4a6d97;
	width: 8px;
	max-width: 8px;
	min-width: 8px;
	height: 45px;
	border-radius: 5px;
}
.trayectoria.especialidad {
	background-color: #7f92b4;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 13px;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
	min-height: 0px;
}
.trayectoria.especialidad-2 {
    background-color: rgba(255,255,255,.6);
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 13px;
    text-align: center;
    display: block;
    color: #4a6d97;
    font-weight: 600;
    text-transform: uppercase;
    min-height: 0px;
    border: solid 2px #7f92b4;
}
.trayectoria.especialidad p, .trayectoria.especialidad-2 p {
	margin-left: 0;
	font-size: 12px;
}
#trayectoria .half-trayectoria img {
	width: 100%
}
.half-two {
	padding-left: 40px !important;
}
.second-sect-tray {
	background-color: #c1c8da;
	width: 8px;
	max-width: 8px;
	min-width: 8px;
	height: 45px;
	border-radius: 5px;
}
.insta-container {
	padding: 80px 0;
	position: relative;
}
.white-block {
	position: absolute;
	width: 300px;
	height: 50px;
    left: 50%;
    margin-left: -150px;
    bottom: 80px;
    z-index: 100000;
    background-color: #fff;
}

.eapps-instagram-feed-posts-inner {
	width: 99% !important;
}
#eapps-instagram-feed-1 {
    width: 95% !important;
}
.navbar-toggler {
	border: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.icon-small {
	width: 100%;
	display: block;
	max-width: 24px;
	margin-right: 10px
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = = CONTACT */

.contactMe {
    background: transparent !important;
    margin: 0 !important;
}
.contactMe>section {
    background: transparent !important;
    padding: 0 !important;
}
.contactMe .field {
   background: transparent !important;
}
.contactMe *{
    color: #ffffff !important;
}
.contactMe input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d8d8d8 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    font-family: 'Cabin', sans-serif;
}

.contactMe input::-moz-placeholder {
  /* Firefox 19+ */
  color: #d8d8d8 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    font-family: 'Cabin', sans-serif;
}

.contactMe input:-ms-input-placeholder {
  /* IE 10+ */
  color: #d8d8d8 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    font-family: 'Cabin', sans-serif;
}

.contactMe input:-moz-placeholder {
  /* Firefox 18- */
  color: #d8d8d8 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    font-family: 'Cabin', sans-serif;
}

.contactMe textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff !important;
    font-size: 16px !important;
    font-family: 'Cabin', sans-serif;
}

.contactMe textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff !important;
    font-size: 16px !important;
    font-family: 'Cabin', sans-serif;
}

.contactMe textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff !important;
    font-size: 16px !important;
    font-family: 'Cabin', sans-serif;
}

.contactMe textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff !important;
    font-size: 16px !important;
    font-family: 'Cabin', sans-serif;
}

.contactMe .btn {
    background: transparent;
    border: solid 1px #ffffff;
    color: #FFF;
    font-weight: 700;
    font-family: 'Cabin', sans-serif;
    padding: 12px 60px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = = Parallax */

body, html {
  height: 100%;
}

.parallax-container {
      height: 500px;
      overflow: hidden;
      position: relative;
    }

    /* Create the parallax layers */
    .parallax-layer {
      position: absolute;
      top: 0;
      left: 0;
     /* width: 100%;
      height: 100%;*/
    }

    .parallax-layer--back {
    }

    .parallax-layer--base {
    }

    .parallax-layer--front {
    }
.parallax-3 {
		width: 100%;
		z-index: -1;
		position: absolute;
		top: 250px
	}
.parallax-2 {
	top: 100px
}

/*= = = = = = = = = = = = = = = = = = = = = = = = = = ANIM INTRO */
.black-courtain {
    animation: opacity-fade 3s ease-in;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 60;
    opacity: 0;
}
@keyframes opacity-fade {
  0%    { opacity: 1; }
  100%  { opacity: 0; }
}
.black-courtain-up {
    animation: up-courtain 2s ease-out;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 60;
}
@keyframes up-courtain {
  from { top: 0; }
  to   { top: -100%; }
}
.black-courtain-down {
    animation: down-courtain 2s ease-out;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    position: fixed;
    bottom: -100%;
    left: 0;
    z-index: 60;
}
@keyframes down-courtain {
  from { bottom: 0; }
  to   { bottom: -100%; }
}

.black-courtain-left {
    animation: left-courtain 2s ease-out;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 60;
}
@keyframes left-courtain {
  from { left: 0; }
  to   { left: -100%; }
}
.black-courtain-right {
    animation: right-courtain 2s ease-out;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 60;
}
@keyframes right-courtain {
  from { right: 0; }
  to   { right: -100%; }
}

.oftalmo-svg {
  -webkit-animation: oftalmo-svg 3s ease-out;  
  -moz-animation: oftalmo-svg 3s ease-out;
  animation: oftalmo-svg 3s ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;  
  animation-fill-mode: forwards;  
    position: relative;
    z-index: 100;
}
@-webkit-keyframes oftalmo-svg {
  0% { 
        -webkit-filter: blur(10px);
    }
  100% { 
        -webkit-filter: blur(0px); 
    }
}

@-moz-keyframes oftalmo-svg {
  0% { 
        -moz-filter: blur(10px);
    }
  100% { 
        -moz-filter: blur(0px); 
    }
}

@keyframes oftalmo-svg {
  0% { 
        filter: blur(10px);
    }
  100% { 
        filter: blur(0px); 
    }
}

.header-text {
	width: 100%;
    padding-left: 50%;
}

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

#success-message {
	display: none;
	opacity: 0;
	transform: translateY(-30px); /* Initial position, 30px up */
    transition: opacity 0.5s ease-in, transform 0.5s ease-in; /* Transition for both opacity and position */
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = Media Query */

@media only screen and (max-device-width: 700px) {
}

.only-desktop {
    display: block
}
.only-mobile {
    display: none
}

.tablet-down {
	display: none
}
.only-tablet {
	display: none
}


@media only screen and (max-device-width: 991px) {
	.no-tablet {
	display: none
}
	.only-tablet {
	display: block
}
	#navigation .container {
		padding: 0;
		max-width: none;
	}
	.bg-menu-tablet {
		position: absolute;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;z-index: -1;
		background-color: rgba(127, 146, 180, 1);
		transform: translateY(-100%);
		transition: .3s;
	}
	.bg-menu-tablet.show {
		transform: translateY(0);
		transition: .3s;
	}
	.collapse.show {
		background-color: rgba(127, 146, 180, .9);
	}
	.navbar.bgNav .collapse.show {
		background-color: rgba(127, 146, 180, 0);
	}
	.nav-item a, .nav-link {
    color: #ffffff;
    font-family: 'Cabin', sans-serif;
    font-size: 3rem;
    padding: 10% 0;
}
	.nav-item a:first-child {
    padding-top: 20%;
}
	.tablet-menu-overflow {
		overflow: hidden
	}
	.footer-img-wrapper {
	text-align: center;
}
	#contact {
    padding-left: 15%;
    padding-right: 15%;
}
	.maps-container .col-12 {
    padding: 0;
}
	.maps-container {
    margin-top: 0px;
}
	
}

/* Small devices (landscape phones, 640px and up) */
@media (max-width: 640px) { 
    .only-desktop {
        display: none !important;
    }
    .only-mobile {
        display: block
    }
    .navbar {
		z-index: 120;
		 padding: .4rem 0;
	} 
	.hero-cover-img {
	background-position: 60%;
}
    #trayectoria .container-fluid {
        flex-wrap: wrap;
    }
    .w-50 {
        width: 100% !important;
    }
    .big-text span {
        white-space: normal;
    }
    .big-text {
    font-size: 50px;
        line-height: 48px;
    margin: 0 0 2rem 0;
        text-align: center !important;
        padding: 0px !important;
    }
    .medium-text {
    text-align: left;
    }
    .service-wrapper h4 {
    letter-spacing: 0px;
    font-size: 1rem;
        top: 40%;
    }
    .schedule-btn {
    width: 260px;
        margin-left: -130px;
    }
    .shcedule-cdmx {
    width: 180px;
    margin-left: -185px;
}
.shcedule-cuerna {
    width: 180px;
    margin-right: -185px;
}
.schedule-btn p  {
    letter-spacing: 4px;
}
.shcedule-cdmx p, .shcedule-cuerna p  {
    letter-spacing: 0px;
	font-size: 14px;
}
    .oftalmo-svg {
    width: 100%;
    }
    #cover {
    height: 60vh;
    }
   
    .service-wrapper .schedule-btn-small {
    margin-bottom: 100px;
    }
    .padding-one {
    padding: 100px 0;
}
    .name-text {
        text-align: left;
        padding: 10px 15px 0 15px;
    }
    .padding-text-contact {
        padding-top: 3rem;
    }
    .service-wrapper {
        min-height: 126px;
    }
    .whats-icon {
        max-width: 30px !important;
    }
    .whatsapp-contact h5 {
        margin-left: 0px !important;
        text-align: center !important;
    }
	.insta-container {
    padding: 40px 0;
    max-width: 400px;
    overflow: hidden;
}
	.eapps-instagram-feed-posts-grid .eapps-instagram-feed-posts-inner {
		margin: auto;
	}
	.white-block {
		bottom: 40px;
	}
	.contact-info {
    margin-top: 10px;
}
	#contact {
	padding-bottom: 60px
}
	.medium-text-left {
    margin: 0 0 30px 0;
}
	.andre-img {
    max-width: none;
    margin: auto;
}
	.vistazo-text {
	text-align: center;
    max-width: 100%;
	padding-right:0;
}
	.parallax-2 {
    top: 120px;
}
	.text-cover .row {
    margin-left: 10%!important;
    justify-content: center;
    margin-top: 20px;
    width: 80%;
}
	#trayectoria .half-trayectoria img {
	width: 100%
}
	    #contact {
        padding-left: 5%;
        padding-right: 5%;
    }

}
@media (max-width: 768px) {
	.tablet-down {
	display: flex
}
	.hide-tablet-down {
	display: none
}
	#trayectoria .big-text {
		justify-content: center;
		margin-bottom: 40px;
	}
	#trayectoria .container-fluid {
		display: block
	}
	#trayectoria .half-trayectoria {
    width: 100%;
}
	.parallax-3 {
		top: 1000px;
	}
	#trayectoria .half-trayectoria img {
	width: 90%
}
	#trayectoria {
		padding: 80px 0;
	}
	.half-two {
	padding: 30px !important;
}
	.text-cover .row {
    margin-left: 0;
}
	.padding-two {
    padding: 110px 0 80px 0;
}
} 

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { ... }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { ... }

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { ... }

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { ... }