@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/Century Gothic.otf') format('otf'),
         url('../fonts/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Century Gothic', sans-serif; margin: 0px; padding:0px; font-size: 17px;
    font-weight: normal; color: #333333; line-height: 25px;
}
html {
  scroll-behavior: smooth;
}
.header {
  padding: 30px 0 28px;
  background: #ffffff; text-align: right; margin: 0 auto; max-width: 90%;
}

.main-banner {
  height: 700px;
  padding: 0 0 95px;
  position: relative;
 background: url(../images/banner.png) no-repeat center 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container {
    margin: 0 auto;
    max-width: 1107px;
}
.content-section {
    float: left;
    width: 60%;
    margin-top: 200px;
}
.form-section {
    float: left;
    width: 40%;
    margin-top:100px;
}
.text {
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 18px;
}
.text-2 {
  margin: 26px 0 0;
  color: #fdfbfb;
  font-size: 2.864583rem; 
  font-weight: bold;
  line-height: 58.33333px;
}
.text-3 {
    margin: 12px 0 0;
 
    color: #fdfbfb;
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
}
.main-form {
    background-color: #fff;
    max-width: 350px;
    border-radius: 20px;
    padding: 30px;
}
.form-top {
    margin: 0 auto;
    padding: 14px 0;
    width: 75px;
    border-radius: 50%;
    background: #ffc3c6;
    text-align: center;
}

.text-4 {
    margin: 12px 0 0;
    color: #2b2a2a;
    font-size: 1.302083rem;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
}
.small-para{
    font-size: 16px;
    font-weight: normal;
}
.submit-btn{
    margin: 20px auto 0;
    max-width: 100%;
    min-height: 44px;
    width: 100%;
    background: #da2029;
    color: #ffffff;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    border: none;
    font-size: 20px;
    cursor: pointer;
  }
  .error {
    color: #da2029;
    position: absolute;
    font-size: 15px;
}
  .input-field-section {
    width: 290px;
    width: 100%;
}
  .input-field-section input {
    border: none;
    color: #333;
    font-size: 15px;
    padding: 9px 30px;
    position: relative;
    background: #f2f2f2;
        width: 84%;

}
  .input-field-section textarea {
    border: none;
    color: #333;
    font-size: 15px;
    padding: 9px 30px;
    position: relative;
    background: #f2f2f2;
        width: 84%;

}
.input-field-section p {
    margin: 0px;
}
.input-field-icon {
    position: relative;
    top: 31px;
    z-index: 2;
    left: 6px;
}
.phone-section {
    float: left;
    width: 70%;
}
.phone-section-verify{
    float: left;
    width: 70%;
     margin-top: 22px;
}
.verify-section {
    float: left;
    width: 30%;
    text-align: right;
    color: #da2029;
    font-weight: bold;
    max-width: 99px;
    cursor: pointer;
        margin-top: 30px !important;
}
.verify {
    float: right;
    width: 30%;
    text-align: right;
    color: #da2029;
    font-weight: bold;
    margin-top: 30px !important;
    max-width: 99px;
    cursor: pointer;
    font-size: 15px;
}
.section {
    padding: 80px 0px;
}

.cubicle-box:hover {
    cursor: pointer;
}
h2 {
    margin: 17px 0 0;
    font-size: 46px;
    font-weight: bold;
    line-height: 58.33333px;
    text-align: center;
}
.top-heading{
  color: #da2029;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
}
.box-row {
    margin-top: 40px;
}
.box{
    flex: 1;
    text-align: center;
   
}

.box-row p{
    padding: 0px 15px;
    line-height: 1.2;
    margin-bottom: 0px;
    margin-top: 8px;
}
.text-bold {
    font-weight: bold;
    margin-top: 18px !important;

}
.bg-grey{
  background-color: #ededed;
}
.color-red{
      color: #da2029;
}
.about-section {
    margin-top: 40px;
}
.button-para{
  margin-top: 45px;
}
.about-btn {
    padding: 14px 32px;
    position: relative;
    border-radius: 22px;
    background: #da2029;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}
.text-center {
    text-align: center;
}

.record-numbers {
    font-size: 66px;
    font-weight: bold;
    margin: 22px 0px;
     display: inline-block;

}
.symbol-wrap {
    display: inline-block;
    vertical-align: top;
    padding-left: 3px;
    margin-top: 22px;
    font-size: 60px;
  font-weight: bold;
}

.proven-box:hover .record-numbers{
color: #da2029;
cursor: pointer;
}
.proven-box:hover .symbol-wrap{
color: #da2029;
cursor: pointer;
}
.cubicle-box{
    font-weight: bold;
}
.light-bg-grey{
  background: #F5F1F0;
}
footer {
    padding: 20px 0;
    background-color: #f2f2f2;
}
.display-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.bg-red{ 
  background: #da2029; }

.cta-text {
    color: #fff;
    font-size: 34px;
    line-height: 46px;
        font-weight: bold;
}
.cta-section {
  display: flex;
  flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;

}
.btn-black {
    background: #333;
}
.about-flex-content{
      display: flex;
}
.process-box .text-bold {
    margin-bottom: 8px;
}
.process-box p {
    margin-top: 0px;
}
.process-box {
    flex: 1 1 calc(33.333% - 40px); 
    box-sizing: border-box;
    margin: 15px; 

}

.slider-section{
  background: url(../images/sliderbg.png) no-repeat center 0;
  background-size: cover;
}


.back-to-school-cnt {
    padding: 20px 10px;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.slider-content .item {
    padding: 10px;
    background-color: #fff;
}
.back-to-school-cnt:hover {
color:#da2029;
}

.gallery .item:hover {

/*box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;*/
  color:#da2029;
  cursor: pointer;
   box-shadow: 0 0 16px 8px rgba(0,0,0,.2);
  transform: scale(1.02);

}
.logo-slider .item:hover {
  cursor: pointer;

}
.owl-carousel .owl-stage-outer {
      padding: 20px 0px;
}
.process-box img:hover{
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  cursor: pointer;
}
.box img:hover{
  box-shadow: 0 0 16px 8px rgba(0,0,0,.2);
  cursor: pointer;
}

.explore-btn {
    text-align: center;
    margin-top: 60px;
}
.cubicle-section {
      display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.thank-you-box{
    font-size: 24px;
    color: #db2129;
    top: 170px;
    width: 300px;
    background-color: white;
    padding: 32px;
    border-radius: 15px;
    text-align: center;
    font-weight: bold;
    position: relative;
    left: 120px;
    line-height: 32px;
}

.btn-black:hover, .about-btn:hover {
    color: #da2029;
    background-color: #fff;
}
.otp-verify-message {
    width: 100%;
    clear: left;
    margin: -17px 0px !important;
    padding: 0px !important;
    color: green;
}
p.otp-verify-message.error{
    color: #da2029 !important; position: unset;
}
input[type="submit" i]:disabled {
  
   cursor: not-allowed;
  pointer-events: all !important;
}
.main-city-state {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.input-field-section .city-state-section input{
width: 112px;
}
.city-state-section {
    box-sizing: border-box;
  
}
.city-state-section .error{
    position: unset;
}
#city {
 margin-right: 6px;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}
button.owl-next {
    right: -40px;
    position: absolute;
    top: 40%;
}
button.owl-prev{
  left: -40px;
    position: absolute;
    top: 40%;   
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    padding: 4px 10px !important;
    background: #d6d6d636 !important;
    font-size: 24px !important;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    color: #333 !important;
}
.align-item-normal {
    align-items: normal;
}
.about-left p {
    padding-right: 80px;
}
.cta-btn{
    padding: 14px 32px;
    position: relative;
    border-radius: 22px;
    background: #fff;
    color: #da2029;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}
.cta-btn:hover{
    background: #333;
    color: #fff;
}
.logo-slider img {
    width: 100px !important;
}
#state {
    border: none;
    color: #333;
    font-size: 15px;
    padding: 9px 30px;
    position: relative;
    background: #f2f2f2;
    width: 180px;
    margin-right: 18px;
}
#city {
    border: none;
    color: #333;
    font-size: 15px;
    padding: 9px 30px;
    position: relative;
    background: #f2f2f2;
    width: 154px;
}








@media (max-width: 640px) {
    body{
        font-size: 14px;
    }
  .cta-right, .cta-left {
    flex: 100%;
  }
.cta-text{
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 32px;
}
.cta-btn {
    font-size: 16px;
}
.cta-section{
      text-align: center;
}
.merino-logo, .copy-write, .social-icon {
    flex: 100%; text-align: center;
}
.merino-logo {
     margin: 0px auto;
}
.cubicle-box{
   flex: 100%;
   margin: 1em 0;
}
.cubicle-box:first-child{
    margin-top: 0px !important;
}
.cubicle-box img{
    width: 15%;
}
.cubicle-box p{
    margin: 0px;
    font-size: 16px;
}
.proven-box {
    width: 22%;
    border-right: 1px solid #00000038;
    padding: 0px 4px;
    height: 150px;
}
.container{
  padding: 0px 10px;
}
.about-flex-content{
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    margin-top: 10px;
}
.box {
    margin-bottom: 30px;
}
.content-section {
    float: none;
    width: 100%;
    margin-top: 0;
    z-index: 5;
    position: relative;
}
.form-section {
    float: none;
    width: 100%;
    max-width: 380px;
    margin: 0px auto;
}
.main-banner {
    background: none !important;
    height: auto;
    background-size: contain !important;
    padding: 0px 0px 0px;
}
.main-banner .content-section:before {
    content: '';
    background: #493443;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    opacity: 0.3;
}
.main-banner .container{
    padding: 0px !important;
    overflow-x: hidden;
}
.main-banner .content-section{
    background: url(../images/banner.png) no-repeat;
    background-size: cover;
    padding: 65px 15px;
}
.form-top{width: 70px;}
.header {
text-align: center;
padding: 16px 0 16px;
}
.button-para {
margin-bottom: 30px;
}

.mt-0{
  margin-top: 0px !important;
}

.thank-you-box {
    top: 19px;
    left: 0;
}
.input-field-section input, .input-field-section textarea{
    width: 82%;
}
.input-field-section .city-state-section input {
    width: 96px;
}
.main-banner .text {
    margin: 0px;
    padding: 0px;
}
.text-2{
    font-size: 14px;
    line-height: 24px;
    margin-top: 0px;
    z-index: 9;
    position: relative;
}
.main-banner .text-3 {
    font-size: 15px;
    line-height: 21px;
    margin-top: 5px;
    z-index: 9;
    position: relative;
    display: none;
}
.form-section .text-4 {
    font-size: 20px;
}
.form-section .text-4 span.small-para {
    font-size: 15px;
}
.form-section input::placeholder, .form-section textarea::placeholder, .form-section select, .input-field-section input{
  font-size: 13px !important;
}
.input-field-section input {
    height: 24px;
}
.form-section select {
    height: 42px;
}
.input-field-section textarea {
    height: 45px;
}
.input-field-section {
    margin-top: 15px;
    width: 100%;
    position: relative;
}
.input-field-icon {
    top: 12px;
    position: absolute;
}
.input-field-section .city-state-section {
    position: relative;
    width: 50%;
}
.verify {
    margin-top: 8px !important;
}
.submit-btn {
    margin: 15px auto 0;
}
h2 {
    margin-top: 7px;
    font-size: 22px;
    line-height: 31px;
}
button.owl-next, button.owl-prev {
    right: auto;
    position: unset;
    top: auto;
}
.about-left p {
    padding-right: 0px;
}
#state {
    width: 100%;
    padding: 9px 18px 9px 30px;
}
#city {
    width: 100%;
    padding: 9px 18px 9px 30px;
}
.main-form {
    padding: 30px 20px 10px;
}
.input-field-section .city-state-section:first-child {
    margin-right: 5px;
}
.input-field-section .city-state-section:last-child {
    margin-left: 5px;
}
.section {
    padding: 30px 0px;
}
.top-heading {
    font-size: 15px;
}
.box-row p {
    font-size: 15px;
}
.text-bold {
    margin-top: 8px !important;
}
.box-row {
    margin-top: 20px;
}
.record-numbers, .symbol-wrap {
    font-size: 16px;
    line-height: 20px;
    margin: 0px;
}
.symbol-wrap {
    padding-left: 0px;
}
.proven-box p {
    margin-top: 0px;
    font-size: 10.5px;
    line-height: 20px;
}
.about-section.display-flex {
    align-items: baseline !important;
}
.about-section {
    margin-top: 24px;
}
.proven-box:last-child {
    border-right: 0px solid #000 !important;
}
.back-to-school-cnt {
   font-size: 14px;
   padding: 10px 10px 0px;
}
.explore-btn {
    margin-top: 30px;
    margin-bottom: 10px;
}
.about-btn.btn-black {
    font-size: 14px;
}
.about-btn.btn-black i {
    margin-right: 6px;
}
.logo-slider .item img {
    margin: 0 auto;
}
.cta-section .cta-text br{
    display: none;
}
.merino-logo img {
    width: 150px;
}
.copy-write {
    font-size: 12px;
    margin: 5px auto 10px;
}
.social-icon {
     margin: 0px auto;
}
.social-icon a img {
    width: 20px;
}
.work-section .about-section.display-flex {
    display: block;
}
.work-section .about-section img {
    width: 100%;
}
.logo-section {
    padding: 0 50px;
}
.logo-section .logo-slider .owl-nav{    
    position: absolute;
    top: 30%;
    width: 100%;
}
.logo-section .logo-slider .owl-nav button.owl-prev{    
    left: -30px;
    position: absolute;}
.logo-section .logo-slider .owl-nav button.owl-next{
    right: -30px;
    position: absolute;
}
.logo-section .owl-stage-outer {
    padding-bottom: 0px !important;
}
.gallery-section .slider-content{
    padding: 0 30px;
}
.gallery-section .slider-content .owl-nav{    
    position: absolute;
    top: 30%;
    width: 100%;
}
.gallery-section .slider-content .owl-nav button.owl-prev{    
    left: -40px;
    position: absolute;}
.gallery-section .slider-content .owl-nav button.owl-next{
    right: -40px;
    position: absolute;
}
.gallery-section .explore-btn {
    margin-top: 20px;
}
.aboutus-section .about-section {
    margin-top: 0px;
}
.proven-excellence-section p.text-center br, .cubicle-perfection-section p.text-center br{display: none;}
}

