body {
    font-family: "Open Sans", sans-serif;
    color: #808080;
  }
  a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
  }
.in-text {
    margin-top: 15px;
}
.hm-banner {
    padding: 15px 0 50px;
    position: relative;
}
.banner-text {
    max-width: 945px;
    margin: 130px auto 80px auto;
    text-align: center;
}
.label-text {
    color: #fff;
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 35px;
}
  .banner-text h1 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 2.25rem;
  }
  .ExcTitle {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.site-logo img {
    height: 88px;
}
.blueBtn {
    text-transform: uppercase;
    padding: 19px 22px; font-size: 14px;
    display: inline-block;
    background: #173775;
    border-radius: 6px;
    box-shadow: 5px 5px 10px #272020;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.blueBtn:hover{
    box-shadow: none;
}

.SkyblueBtn {
    text-transform: uppercase;
    padding: 19px 40px;
    display: inline-block;
    background: #679BD2;
    border-radius: 6px;
    box-shadow: 5px 5px 10px #272020;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.SkyblueBtn:hover{
    box-shadow: none;
}
.banner-btn {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 45px;
}
.finalForm .style-text {
    font-size: 14px;
}

.modal input::-webkit-input-placeholder {
    color: #808080;
  }
  
.modal input::placeholder {
    color: #808080;
  }

  @media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
      max-width: 1140px;
    }
  }


  .section-col {
    padding: 60px 0;
  }
  .title {
    text-align: center;
  }
  .title h2 {
    color: #794e15;
    margin-bottom: 40px;
    text-transform: capitalize;
}
  .titleDes p {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .titleDes h2 {
    margin-bottom: 15px !important;
}
  .downloadList ul li:not(:last-child) {
    margin-bottom: 11px;
}
.workshopList{list-style-type: none; margin: 0px; padding: 0px;}
.workshopList li {
    display: flex;
    position: relative;
    gap: 10px;
    margin-left: 30px;
}
.workshopList li p {
    padding-top: 5px;
}
.workshopList li:last-child p{
    margin-bottom: 0px;
}
.workshopList li i {
    color: #679bd2;
    font-size: 18px;
    transform: rotate(319deg);
    position: absolute;
    left: -30px;
    top: 4px;
}
.workshopList li:not(:last-child){
    margin-bottom: 10px;
}
.skybg {
    background-color: #dde8f1;
}
.downloadForm {
    margin: auto;
    border-radius: 20px;
    padding: 40px 45px;
    border: 2px solid #ecf0f1;
}
.downloadForm .form-label {
    font-weight: 600;
}
.freeNow {
    color: #fff;
    background-color: #173775;
    border: 0;
    padding: 17px 25px;
    display: inline-block;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    box-shadow: 5px 5px 10px #272020;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    position: relative;
}
.freeNow:hover{
    box-shadow: none;
}
.logo-large{
    display: none;
}
.logo-small{
    display: none;
}
.loaderIcon {
    max-width: 32px;
    position: absolute;
    top: 19px;
	margin-top: 1px;
    right: 40px;
}

/***Thank you page css**/
.thankYou-title {
    text-align: center;
    margin-bottom: 35px;
}
.thankYou-title h2 {
    color: #794e15;
    margin-bottom: 20px;
}
.thankYou-title p {
    margin-bottom: 5px;
}
.form-control:focus {
    border-color: #173775;
    outline: 0;
    box-shadow: none;
}
.form-check-input:focus {
    box-shadow: none;
	border-color: #173775;
}
.form-check-input:checked {
    background-color: #173775;
    border-color: #173775;
}
.thanksBtn .freeNow {
    width: auto;
}
.thanksBtn {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.freeNow.learn-more {
    background-color: #679bd2;
    box-shadow: 5px 5px 10px #679bd2;
    cursor: pointer;
}
a.freeNow.learn-more:hover {
	box-shadow:none;
}
.form-control, .form-check-input{
	border-color:#d1d1d1;
}
.guide-img img {
    border-radius: 20px;
    width: 100%;
}
.mobile-col{display: none;}

.yourAge {
    display: flex;
    align-items: center;
    gap: 10px;
}
.yourAge label {
    /*flex: 0 0 16%;*/
    margin: 0;
}
.yourAge input.form-control {
    flex: 0 0 15%;
}
p.note-form {
    font-size: 13px;
    color: #999;
}
.lastWeeks label.form-label {
    margin-bottom: 5px;
}
span#countdown {
    color: red;
}
.disableBtn {
    opacity: 0.5;
}
.megShow{margin-bottom: 1rem; display: none;}
.megShow p{margin-bottom: 0; color: red;}

/***Popup css**/
@media only screen and (max-width: 365px){
    .content .entry-content .banner_txt h1{
        font-size: 18px !important;
    }
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    ::-webkit-scrollbar {
        width: 1em;
        height: 1em;
    }
    /*
    ::-webkit-scrollbar-button {
        background: #ccc
    }*/
    ::-webkit-scrollbar-track-piece {
        background: #f1f1f1;
    }
    ::-webkit-scrollbar-thumb {
        background: #888;
    }
}
@media only screen and (max-width: 767px){
    .form-control {
    /*height: 40px;*/
    height: 34px;
    color: #808080 !important;
    }
/*		span.top-levels {
    right: 14px !important;
    }*/
    .text-field-style {
        margin-bottom: 5px;
    }
    .modal-header .close {
        margin-top: -22px !important;
    }
}
.add_space {
    padding-bottom: 30px;
}
.fa {
color: #808080;
}
span.top-levels {
    position: absolute;
    right: 30px;
    font-size: 10px;
    color: #808080;
    top: 2px;
}
.modal-header-style {
padding-top: 15px !important;
}
.modal-header .close {
margin-top: -22px;
}
.style-text {
margin-left: 30px;
margin-right: 30px;
}
.modal-of-content {
margin-top: 50px;
}
.popup-first-body {
overflow-y: scroll;
}
.landscape-popup-width {
    max-width: 75vw !important;
}
.popup-first-body {
max-width: 560px;
width: 100%;
margin: 0 auto;
}
#firstModal .modal-content, #openModal .modal-content {
    max-height: calc(100vh - 55px);
    overflow-y: auto !important;
}
.modal-open {
    overflow: hidden;
}
.modal-header .close {
    margin-top: 0px !important;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
.clear {
    clear: both;
}
.for-spacing {
    padding: 5px;
}
.modal_fa {
    width: 7px;
}
.modal .form-control {
    width: 85%;
    display: inline;
    color: #808080;
    font-size: 14px;
}
.main-form-col{position: relative;}
.text-field-style {
    margin-left: 6px;
}
.join_for_free {
    background-color: #173775 !important;
    color: #ffffff !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
    box-shadow: 5px 5px 10px #272020;   
}
.join_for_free:hover {
    -moz-box-shadow: 0 0 1px #eee;
    -webkit-box-shadow: 0 0 1px #eee;
    -o-box-shadow: 0 0 1px #eee;
    -ms-box-shadow: 0 0 1px #eee;
    box-shadow: 0 0 1px #eee;
}
.join_for_free {
    position: relative;
}
.join_for_free .loaderIcon {
    top: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 920px){ 
span.top-levels {
right: 35px !important;
}
}

@media only screen and (max-width: 767px){
.popup-first-body {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
}

.fst_icon.fa-user:before {
margin-left: 3px;
}
button#closestepthree{
display: none;
}
button#closestepthree {
position: absolute;
right: 10px;
}
@media only screen and (max-width: 480px) {
span.top-levels {
    right: 15px;
}
}

a.pp-link, a.pp-link:hover {
color: inherit;
}
a.pp-link:focus {
text-decoration: none;
}
.entry-content a.pp-link:visited {
color: inherit !important;
}

.style-of-form1 {
    text-align: center;
}
#contact-submit, #contact-submit-def, .submitting-form {
    width: 85%;
    margin-left: 20px;
}
@media only screen and (max-width: 766px){
  .style-text {
    margin-top: 20px;
    margin-bottom: -10px;
  }
}
spam.btn_space {
        padding: 10px;
    }
    .style-of-header {
        color: #794e15;
        font-size: 19px;
        padding-bottom: 6px;
    }
    .style-text{
        color: #808080;
    }
    .popup_link a {
        color: #173775 !important;
        font-size: 14px;
    }
    .modal-dialog-style {
        max-width: 600px;
    }

    .style-of-form1 {
        text-align: center;
        }
        #contact-submit, #contact-submit-def, .submitting-form {
            width: 85%;
            margin-left: 17px;
        }
        @media only screen and (max-width: 766px){
            .style-text {        
                margin-top: 5px;
                margin-bottom: -10px;
                margin-left: 8px;
                margin-right: 8px;
                font-size: 12px;
            }
        }
        spam.btn_space {
        padding: 10px;
        }
        img.dog-icon {
            width: 17px;
            margin: 0px -8px 2px -2px;
        }
        .selectDog {
             padding-bottom: 25px !important;
         }
         
        .ysn {
            padding-bottom: 10px;
            margin-left: -5px;
        }
        @media only screen and (max-width: 480px){
            .sec {
                padding-bottom: 25px;
            }
        }
        .pacontent {
        padding: 0px 10px 0px 10px;
        }
        h3.popover-title {
            display: none;
        }
        .style-text-first {
            text-align: left;
            padding-bottom: 5px;
            margin-left: 10px;
            color: #808080;
            margin-right: 10px;
        }
        @media only screen and (max-width: 766px){
            .style-text-first {
                margin-top: 10px;
                /*margin-bottom: -10px;*/
            }
            .ysn.popup_link{
                padding-bottom: 0;
            }
            .ysn.popup_link a{
                padding: 5px;
            }
        }
        .popup_space {
            padding: 4px;
        }
        .ysn :hover {
            color: #173775;
        }
        
        .modal-title1 {
            font-size: 14px;
            padding-top: 15px;
            border-top: 1px solid #e5e5e5;
        }
        
        .puppy-popup-link {
            padding-bottom: 12px;
        }
        .sel_dog_problem{
            margin-left: 10px;
            width: 95.5% !important;
        }
        .problem-continue{
            margin-bottom: 0px !important;
            width: 95.5%;
            margin-left: 17px;
            box-shadow: 5px 5px 10px #272020;
            margin: 0 auto;
            display: block;
            margin-top: 20px;
            background-color: #173775 !important;
            color: #ffffff !important;
        }
        .problem-continue:hover{
            -moz-box-shadow: 0 0 1px #eee;
            -webkit-box-shadow: 0 0 1px #eee;
            -o-box-shadow: 0 0 1px #eee;
            -ms-box-shadow: 0 0 1px #eee;
            box-shadow: 0 0 1px #eee;
        }
        .sec.ver-1_4{
            text-align: left;
        }
        span.problem-err.error.err {
            color: red;
            font-weight: bold;
            font-size: 13px;
            margin-left: 10px;
            margin-top: 10px;
        }
        .err-hide{
            display: none;
        }
        .err-show{
            display: block;
        }
        .modal-header {
            margin-bottom: 0px !important;
            padding-bottom: 5px !important;
            border-bottom: 1px solid #e5e5e5 !important;
            flex-direction: column;
        }
        #steppuppies{
            margin-left: 0px !important;
        }
        .vis-ver-1_3 #steppuppies,.vis-ver-1_4 #steppuppies{
            margin-bottom: 15px;
        }
        .button.join_for_free.submitting-form{
            background-color: #808080 !important;
        }

        #firstModal .modal-dialog{
            top: 0;
            transform: unset;
            -webkit-transform: unset;
            -ms-transform: unset;
            -o-transform: unset;
        }

      

/**END**/

@media (min-width:768px) {
    .logo-large{
        display: block;
    }
}
@media (max-width:767px) {
    .logo-small{
        display: block;
    }
}

@media (max-width:1199px) {
    .loaderIcon {
        right: 25px;
    }
}
@media (max-width:991px) {
    .banner-text {
        margin: 50px auto 40px auto;
    }
    .logo-small img {
        height: 67px;
    }
    .label-text {
        font-size: 1.5rem;
    }
    .guide-img img {
        width: 50%;
    }
    .guide-img {
        text-align: center;
        margin-bottom: 30px;
    }
    .md-order-1 {
        order: -1;
    }
}

@media (max-width:767px) {
	#contact-submit, #contact-submit-def, .submitting-form {
        width: 91%;
    }
    .landscape-popup-width {
        max-width: 94vw !important;
    }
.desktop{display: none;}
.mobile-col{display: block;}
.yourAge label {
       /* flex: 0 0 21%;*/
    }
.banner-text h1 {
    font-size: 1.25rem;
}
.label-text {
    font-size: 1.125rem;
    margin-bottom: 20px;
}
.section-col {
    padding: 30px 0;
}
.title h2 {
    margin-bottom: 25px;
    font-size: 1.125rem;
}
.logo-small img {
    height: 48px;
}
.banner-text {
    margin: 0px auto 0px auto;
}
.hm-banner {
    padding: 15px 0 20px;
}
.workshopList li:not(:last-child) {
    margin-bottom: 0;
}
.titleDes p {
    font-size: 1rem;
    margin-bottom: 25px;
}
.downloadForm {
    padding: 25px 25px;
}
.thankYou-title h2 {
    font-size: 1.125rem;
}
.thanksBtn .freeNow, .thanksBtn .freeNow.learn-more {
    width: 100%;
	text-align: center;
}
.thanksBtn {
    flex-direction: column;
	gap: 20px;
}

}

@media (max-width:575px) {
    button#closestepthree {
        right: 2px;
        top: 4px;
    }
    .style-of-header {
        text-align: center;
    }
   
    .banner-btn {
        margin-top: 25px;
        display: inline-block;
    }
    .blueBtn {
        padding: 15px 18px;
    }
    a.SkyblueBtn {
        margin-top: 18px;
        padding: 15px 36px;
    }
}

@media (max-width:480px) {
    .yourAge label {
           /* flex: 0 0 25%;*/
        }
        .yourAge input.form-control {
            flex: 0 0 21%;
        }

    }