 #whatsapp .wtsp-popup-wrapper {
    display: flex;
    min-height: 100vh;
    padding: 20px;
  }

#whatsapp .wtsp-flex {
    width: 100%;
    max-height: 560px;
    max-width: 916px;
    margin: auto;
    background-color: #ddd;
    display: flex;
  }

#whatsapp h1 {
    margin: 0px;
  }

#whatsapp .wtsp-left-col {
    width: 100%;
    max-width: 410px;
    min-width: 410px;
    background-color: #000;
    display: flex;
  }

#whatsapp .wtsp-chat-box-wrapper {
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
  }

#whatsapp .wtsp-chat-box {
    width: 191px;
    height: 331px;
    background-color: #fcf5eb;
    background-image: url("../images/wtsp-chat-theme.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 16px;
    margin: auto;
    position: relative;
    top: -1px;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column-reverse;
  }

#whatsapp .wtsp-conversation {
    width: 100%;
    margin-top: auto;
    position: relative;
  }

#whatsapp .message {
    color: #000;
    clear: both;
    line-height: 14px;
    font-size: 10px;
    padding: 4px 8px 8px 8px;
    position: relative;
    margin: 8px 0;
    max-width: 85%;
    word-wrap: break-word;
    display: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    font-family: Segoe UI, Helvetica Neue, Helvetica, Lucida Grande, Arial, Ubuntu, Cantarell, Fira Sans, sans-serif;
  }

#whatsapp .message.active {
    display: block;
  }

#whatsapp .message.msg-sent {
    background: #e1ffc7;
    float: right;
  }

#whatsapp .message.msg-receive {
    background: #fff;
    float: left;
  }

#whatsapp .message:after {
    border-style: solid;
    content: "";
    position: absolute;
    border: 0 solid transparent;
    border-top: 10px solid #e1ffc7;
    border-radius: 0 20px 0;
    width: 15px;
    height: 30px;
  }

#whatsapp .message.msg-sent:after {
    right: -13px;
    bottom: -4px;
    left: auto;
    transform: rotate(73deg) scaleY(-1);
  }

#whatsapp .message.msg-receive:after {
    transform: rotate(109deg);
    border-color: #fff;
    left: -13px;
    bottom: -5px;
    z-index: 0;
  }

#whatsapp .wtsp-mobile {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }

#whatsapp .wtsp-mobile img {
    width: 100%;
    height: 100%;
  }

#whatsapp .wtsp-chat-box::-webkit-scrollbar {
    width: 5px;
  }

#whatsapp .wtsp-chat-box::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

#whatsapp .wtsp-chat-box::-webkit-scrollbar-thumb {
    background: #b4b4b4;
  }

#whatsapp .wtsp-chat-box::-webkit-scrollbar-thumb:hover {
    background: #878686;
  }

#whatsapp .metadata {
    display: inline-block;
    float: right;
    padding: 0 0 0 7px;
    position: relative;
    bottom: -5px;
    z-index: 1;
  }

#whatsapp .metadata .time {
    color: rgba(0, 0, 0, .45);
    display: inline-block;
  }

#whatsapp .metadata .tick {
    display: inline-block;
    margin-left: 2px;
    position: relative;
    top: 4px;
    height: 16px;
    width: 16px;
  }

#whatsapp .metadata .tick svg {
    position: absolute;
    transition: .5s ease-in-out;
    transition-delay: 0.5s;
  }

#whatsapp .metadata svg {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: perspective(800px) rotateY(180deg);
    transform: perspective(800px) rotateY(180deg);
  }

#whatsapp .message.active>.metadata svg {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: perspective(800px) rotateY(0deg);
    transform: perspective(800px) rotateY(0deg);
  }

#whatsapp .chat-text {
    z-index: 1;
    position: relative;
  }

#whatsapp .wtsp-right-col {
    display: flex;
    width: 100%;
    max-width: 506px;
    background-color: #FCF5EB;
    padding: 32px;
  }

#whatsapp .wtsp-form-wrapper {
    width: 100%;
    max-width: 341px;
    margin: auto;
  }

#whatsapp .wtsp-form h1 {
    font-family: 'petersburg-web';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 16px;
    color: #000000;
  }

#whatsapp .checkbox-wrap {
    margin-bottom: 25px;
    position: relative;
  }

#whatsapp .checkbox-input {
    padding: 0 20px;
    border: 0.5px solid #151211;
    display: block;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }

#whatsapp .checkbox-wrap>label {
    font-size: 10px;
    line-height: 16px;
    color: #151211;
    margin-bottom: 0px;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    padding-left: 20px;
    display: block;
    width: 100%;
    font-family: Sculpin, sans-serif;
  }

#whatsapp .wtsp-popup-wrapper [type=checkbox]+label:before {
    content: "";
    background: 0 0;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    width: 6px;
    height: 3px;
    top: 6px;
    left: 3px;
    transform: rotate(-45deg) scale(0);
    opacity: 0;
    position: absolute;
    z-index: 1;
    -webkit-transition: border .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    -o-transition: border .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    transition: border .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
  }

#whatsapp .wtsp-popup-wrapper [type=checkbox]+label:after {
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid #151211;
    z-index: 0;
    top: 2px;
    content: "";
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    -o-transition: border .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    transition: border .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
  }

#whatsapp .wtsp-popup-wrapper [type=checkbox]:checked+label:before {
    transform: rotate(-45deg) scale(1);
    opacity: 1;
  }

#whatsapp .wtsp-popup-wrapper [type=checkbox]:checked+label:after {
    background: #151211;
  }

#whatsapp .wtsp-submit-btn {
    font-family: Sculpin;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    background: #151211;
    border: 1px solid #151211;
    color: #fff;
    min-width: 123px;
    display: inline-block;
    padding: 8px 16px;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
	margin-top:0px;
  }

#whatsapp .country-code {
    width: 45px;
    height: 42px;
    border: none;
    padding: 15px 10px;
    background-color: #fff;
    outline: none;
    margin-right: 6px;
    font-family: 'Sculpin';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }

#whatsapp .wtsp-input {
    width: 100%;
    height: 42px;
    border: none;
    padding: 10px 10px 10px 22px;
    background-color: #fff;
    outline: none;
    font-family: 'Sculpin';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }

#whatsapp input.wtsp-input::-webkit-input-placeholder {
    color: #000000;
    opacity: 1;
  }

#whatsapp .wtsp-input-wrap {
    margin-bottom: 25px;
    display: flex;
  }

  #whatsapp.mdl .mdl-ctnt {
    max-width: 916px;
    background-color: transparent;
    margin: auto;
  }

  #whatsapp.mdl .mdl-bdy {
    padding: 0px;
  }

  #whatsapp.mdl .wtsp-popup-wrapper {
    padding: 0px;
    min-height: auto;
  }

  #whatsapp.mdl .mdl-cls-btn {
    background-color: transparent;
  }

  #whatsapp.mdl .wtsp-input {
    width: 100%;
    height: 42px;
    border: none;
    padding: 10px 10px 10px 22px;
    background-color: #fff;
    outline: none;
    font-family: 'Sculpin';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    border-radius: 0px;
  }

  #whatsapp.mdl .checkbox-input {
    padding: 0 20px;
    border: 0.5px solid #151211;
    display: block;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }

#whatsapp .wtsp-input-wrap {
    flex-flow: wrap;
  }

  #whatsapp.mdl .wtsp-input {
    width: 100%;
    margin-top: 0;
  }

  #whatsappform .mage-error {
    width: 100%;
    margin-top: 8px;
  }

#whatsapp .already-subscribed-msg {
    font-size: 10px;
    color: red;
    letter-spacing: 0.5px;
    font-weight: 400;
    width: 100%;
    margin-top: 8px;
    display: none;
  }

#whatsapp .thankyou-msg {
    width: 100%;
    margin: auto;
    text-align: center;
    display: none;
  }

#whatsapp .thankyou-msg h3 {
    font-family: 'Petersburg';
    font-style: normal;
    color: #000000;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    line-height: 34px;
    margin-bottom: 8px;
  }

#whatsapp .thankyou-msg svg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    stroke-width: 3.5;
    stroke: #151211;
    stroke-miterlimit: 10;
    -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
    margin: 0 auto 20px;
  }

#whatsapp .thankyou-msg p {
    font-size: 12px;
    line-height: 20px;
    color: #000;
  }


#whatsapp .phn-text {
    width: calc(100% - 57px);
    position: relative;
  }

#whatsapp .phn-text>span {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Sculpin';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 42px;
    display: block;
    width: 100%;
    height: 42px;
    padding: 0px 22px;
    color: #999;
    pointer-events: none;
  }

#whatsapp .phn-text .m-placeholder {
    display: none;
  }

#whatsapp .phn-text.show>span {
    visibility: hidden;
  }

  #whatsapp.mdl .mdl-dialog {
    padding: 24px;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }

	.exclusive-form label.error {
		color:#f00;
		font-size:10px;
		margin-top: 8px;
		line-height:14px;
		display:block;
	}

	@media (min-width: 769px) {
		#whatsapp .wtsp-flex {
		  min-height: 560px;
		}
		
		
		.exclusive-form label.error {
			position: absolute;
			background: #fff;
			width: auto;
			display: block;
			z-index: 1;
			border: 1px solid #c2c2c2;
			border-radius: 5px;
			padding: 5px;
			line-height: 14px;
			top: 30px !important;
			right: 40px;
			width: auto !important;
			max-width: 230px;

		}

		.exclusive-form label.error:after, .exclusive-form label.error:before {
			content: "";
			border-left: 5px solid transparent;
			border-right: 5px solid transparent;
			text-align: center;
			border-bottom: 5px solid #ffffff;
			top: -5px;
			position: absolute;
			left: 20px;
		}

		.exclusive-form label.error:before {
			content: "";
			border-left: 6px solid transparent;
			border-right: 6px solid transparent;
			border-bottom: 6px solid #c2c2c2;
			top: -6px;
			left: 19px;
		}

	}

  @media (max-width: 1024px) {
    #whatsapp .wtsp-chat-box {
      flex-direction: initial;
    }
  }


  @media (max-width: 830px) {
    #whatsapp .wtsp-form h1 {
      font-size: 26px;
      line-height: 34px;
    }
  }


  @media (max-width: 768px) {
    #whatsapp .wtsp-left-col {
      display: none;
    }

   #whatsapp .wtsp-flex {
      max-width: 506px;
      min-height: auto;
      max-height: initial;
    }

    #whatsapp .wtsp-form-wrapper {
      max-width: 370px;
    }

    #whatsapp .wtsp-right-col {
      padding: 60px 40px;
    }

    #whatsapp .wtsp-form h1 {
      font-size: 24px;
      line-height: 32px;
    }

    #whatsapp.mdl.subscribed {
      background-color: rgba(0, 0, 0, 0.9);
      padding: 20px;
      overflow-y: auto;
      visibility: visible;
      opacity: 1;
    }

    #whatsapp .subscribed .wtsp-left-col {
      display: none;
    }

    #whatsapp .subscribed .wtsp-flex {
      max-height: initial;
      min-height: auto;
      width: auto;
    }

    #whatsapp.mdl.subscribed .mdl-ctnt {
      max-width: 530px;
      background-color: #FCF5EB;
    }

    #whatsapp .subscribed .wtsp-right-col {
      padding: 62px 32px;
    }

    #whatsapp.mdl .mdl-ctnt {
      max-width: 505px !important;
    }
  }

  .mdl {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    visibility: hidden;
    z-index: 1050;
  }
  .mdl .mdl-dialog {
    position: relative;
    width: auto;
    margin: 0;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
  }
  .mdl .mdl-ctnt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    outline: 0;
  }
  .mdl .mdl-ctnt.fll-wdth {
    width: 100%;
    border-radius: 0;
  }
  .mdl .mdl-bdy {
    padding: 10%;
  }
  .mdl p {
    color: #151211;
    font-size: 12px;
    line-height: 20px;
  }
  .mdl .mdl-ftr {
    border-top: 1px solid #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight:500;
  }
  .mdl .mdl-ftr:after,
  .mdl .mdl-ftr:before {
    content: ".";
    color: #7f7f7f;
    font-size: 20px;
    margin-right: 5px;
    margin-top: -5px;
  }
  .mdl .mdl-ftr:after {
    margin-right: 0;
    margin-left: 5px;
  }
  .mdl .mdl-cls-btn {
    background: #fff;
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1053;
  }
  .mdl .mdl-cls-btn svg {
    -webkit-transition: fill 0.5s ease-in-out;
    -o-transition: fill 0.5s ease-in-out;
    transition: fill 0.5s ease-in-out;
  }
  .mdl .mdl-cls-btn:hover {
    color: #151211;
  }
  .mdl .mdl-cls-btn:hover svg {
    fill: #151211;
  }
  .mdl .mdl-cls-btn:focus {
    color: #151211;
  }
  .mdl .mdl-cls-btn:focus svg {
    fill: #151211;
  }
  .mdl .mdl-cls-btn:active {
    color: #151211;
  }
  .mdl .mdl-cls-btn:active svg {
    fill: #151211;
  }
  .mdl .mdl-cls-btn svg {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  
  .mdl .mdl-cls-btn:hover svg{
    transform: rotate(0deg);
  }
  .swiper-slide {
    margin: 0px !important;
  }
  .wtch-lst .swiper-slide {
    background: #fff;
    border-left: 1px solid #F4F4F4;
    border-right: 1px solid #F4F4F4;
  }	
  
  @media (max-width: 767px) {
    .mdl .mdl-cls-btn {
      background: transparent;
      width: 46px;
      height: 46px;
    }
  }
  .mdl-open .mdl {
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
  }
  .mdl.show {
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
  }
  #mdl-ovrlay {
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1049;
  }
  #speakExpert .mdl-bdy img[alt="Help"] {
    margin-left: 10px;
  }
  #speakExpert .mdl-bdy h2 {
    margin-top: 35px;
  }
  #speakExpert .mdl-bdy p:first-of-type {
    max-width: 320px;
    margin: 0 auto 15px;
  }
  .mdl-hlp-lne {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mdl-hlp-lne a {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
  .mdl-hlp-lne .phn-2 {
    margin-left: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .mdl-hlp-lne .phn-2:before {
    content: ".";
    color: #7f7f7f;
    font-size: 20px;
    margin-right: 15px;
    margin-top: -5px;
  }
  @media (max-width: 767px) {
    .mdl-hlp-lne a {
      font-size: 14px;
    }
  }
  @media (max-width: 360px) {
    .mdl-hlp-lne a {
      font-size: 12px;
    }
  }
  @media (max-width: 767px) {
    .mdl-ctnt {
      max-width: 86% !important;
    }
    .mdl-ctnt .mdl-bdy {
      padding: 15% 6%;
    }
  }
  @media (max-width: 360px) {
    .mdl-ctnt .mdl-bdy {
      padding: 15% 4%;
    }
  }
  @media (max-width: 1024px) {
    .no-overflow {
      overflow: hidden;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
  }
  .req-mdl .mdl-ctnt {
    max-width: 500px;
  }
  /*
  .req-mdl .mdl-bdy {
    padding: 60px;
  }*/
  .req-mdl .mdl-bdy .sec-ttl {
    margin-bottom: 16px;
    text-align: left;
  }
  .req-mdl .mdl-bdy .sec-ttl span {
    font-style: normal;
    margin-top: 8px;
    text-transform: inherit;
  }