body{
     color: #666666;
     font-family: 'Montserrat', sans-serif;
     font-size: 16px;
     line-height: 24px;
}
 p {
     margin-bottom: 20px;
}
 p:last-child {
     margin-bottom: 0;
}
 a, .mypanel-title a:after, input[type="submit"] {
     transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
}
 a, a:active, a:focus, a:after, input:focus, select:focus, a:hover {
     text-decoration: none;
     outline: none;
}
 img{
     max-width: 100%;
     height: auto;
}
 h1{
     color: #333333;
     font-family: 'Merriweather', serif;
     font-size: 48px;
     line-height: 60px;
     font-weight: 300px;
}
 h2{
     color: #333333;
     font-family: 'Merriweather', serif;
     font-size: 36px;
     font-weight: 300;
     line-height: 48px;
}
 h3 {
     color: #555555;
     font-family: "Merriweather",serif;
     font-size: 30px;
     font-weight: 300;
     line-height: 42px;
     margin-bottom: 15px;
}
 h5{
     color: #264d74;
     font-size: 24px;
     font-weight: 300;
     line-height: 32px;
}
 h6{
     color: #264d74;
     font-size: 16px;
     font-weight: 700;
     line-height: 24px;
     text-transform: uppercase;
}
 h6 a, h6 a:hover{
     color: #264d74;
     text-decoration: underline;
}
 .top-bar {
     background-color: #264d74;
     color: #ffffff;
     padding: 16px 0;
}
 .social-links ul{
     margin: 0;
     padding: 0;
     list-style: none;
}
 .social-links ul li{
     float: left;
     margin-right: 20px;
}
 .social-links ul li a{
     color: #ffffff;
}
 .social-links ul li a:hover{
     color: #ffd335;
}
 .right-phone p{
     font-size: 12px;
     margin: 0;
}
 .right-phone i, .right-phone a{
     color: #ffd335;
}
 .right-phone i{
     margin-right: 9px;
}
 .logo-nav {
     padding: 20px 0 25px;
}
 .logo p span {
     color: #264d74;
     font-weight: 700;
     margin-left: 14px;
}
 a.mphone {
     display: none;
}
 .main-menu {
     margin-top: 10px;
}
 .main-menu ul, .sub-nav ul, .single-footer ul, .my-breadcrumb ul, .checked{
     margin: 0;
     padding: 0;
     list-style: none;
}
 .main-menu > ul > li {
     float: left;
     margin-left: 35px;
     position: relative;
}
 .main-menu > ul > li:first-child {
     margin-left: 0;
}
 .main-menu > ul > li > a {
     color: #264d74;
     display: block;
     font-size: 14px;
     position: relative;
     padding-top: 6px;
     padding-bottom: 6px;
     font-weight: 600;
}
 .main-menu > ul > li.current-menu-item a, .main-menu > ul > li > a:hover {
     color: #ffd335;
}
 .main-menu ul li > ul{
     background-color: #ffffff;
     box-shadow: 6px 6px 10px rgba(9, 9, 9, 0.2);
     margin: 0;
     padding: 25px;
     position: absolute;
     width: 200px;
     z-index: 99;
     top: 100%;
     left:-999999px;
}
 .main-menu ul li > ul{
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     filter: alpha(opacity=0);
     transition: opacity 0.3s, -webkit-transform 0.3s;
     transition: opacity 0.3s, transform 0.3s;
     transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
     -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
     transform: translateY(-10px);
     -moz-transform: translateY(-10px);
     -webkit-transform: translateY(-10px);
}
 .main-menu ul li:hover > ul, .main-menu > ul > li:hover:after{
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     filter: alpha(opacity=100);
     transform: translateY(0px);
     -moz-transform: translateY(0px);
     -webkit-transform: translateY(0px);
}
 .main-menu ul li:hover > ul{
     left: 0;
}
 .main-menu ul li ul li a{
     color: #000000;
     display: block;
     font-size: 14px;
     line-height: 30px;
}
 .mybtn > a {
     background-color: #ffd335;
     border-radius: 12px 0;
     font-weight: 700;
     padding: 6px 27px;
     text-align: center;
}
 .bluebtn > a {
     background-color: #264d74;
     color: #ffffff;
     display: inline-block;
}
 .mybtn > a:hover {
     background-color: #264d74;
}
 .bluebtn > a:hover {
     background-color: #ffd335;
}
 .blue-content{
     padding: 0 140px;
}
 .my-breadcrumb {
     margin-bottom: 22px;
     overflow: hidden;
}
 .my-breadcrumb ul li, .sub-nav ul li {
     color: #333333;
     font-size: 12px;
     font-weight: 300;
     float: left;
     position: relative;
}
 .my-breadcrumb li:after {
     content: ">";
     margin: 0 7px;
}
 .my-breadcrumb li:last-child:after {
     content: none;
}
 .my-breadcrumb ul li a, .sub-nav ul li a {
     color: #333333;
}
 .my-breadcrumb ul li a:hover, .sub-nav ul li a:hover {
     color: #264d74;
}
 .carpal-section{
     padding: 50px 0;
}
 .sub-nav li:after {
     content: "|";
     margin: 0 7px;
}
 .sub-nav li:last-child:after {
     content: none;
     margin: 0;
}
 .sub-nav .col-xl-auto p{
     color: #e3bd3d;
     font-weight: 700;
     margin-right: 9px;
     font-size: 12px;
}
 .sub-nav {
     border-bottom: 2px solid #eeeeee;
     border-top: 2px solid #eeeeee;
     margin-top: 22px;
     padding: 11px 0;
}
 .checked li {
     margin-bottom: 12px;
     padding-left: 26px;
     position: relative;
}
 .checked li:before{
     content: "\f00c";
     font-family: "Font Awesome 5 Pro";
     color: #0670ac;
     position: absolute;
     left: 0;
     top: 0;
}
 .times li:before{
     content: "\f00d";
     color: #e40d31;
}
 .gray-section{
     background-color: #f1f1f1;
     padding: 70px 0;
}
 .gray-content{
     padding: 0 71px;
}
 .contact-info h6{
     color: #666666;
     font-family: 'Merriweather', serif;
     font-weight: 300;
     text-transform: capitalize;
     margin-bottom: 3px;
}
 .contact-info p{
     font-size: 12px;
     line-height: 18px;
}
 .contact-info p a{
     color: #666666;
}
 .gray-content h3 {
     margin-bottom: 10px;
}
 .gray-content > img {
     margin-bottom: 30px;
}
 .gray-content .col-6.text-center > img, .blue-content a img {
     border-radius: 15px 0;
}
 .contact-info {
     margin-top: 20px;
}
 .contact-info i {
     color: #264d74;
     display: block;
     font-size: 28px;
     margin-bottom: 15px;
}
 .blue-section{
     background-color: #264d74;
     padding: 75px 0;
     color: #ffffff;
}
 .blue-section h3 {
     color: #ffffff;
     margin-bottom: 0;
}
 .blue-heading{
     margin-bottom: 50px;
}
 .blue-heading p{
     font-size: 14px;
}
 .smt-videos {
     padding-left: 20px;
}
 .smt-videos .col-sm-4{
     margin-bottom: 30px;
}
 .vmore {
     color: #ffffff;
     float: right;
     font-size:14px;
}
 .vmore:hover {
     color: #ffd335;
}
 .time-and-money{
     padding-top: 100px;
}
 .note{
     font-size: 14px;
     margin-top: 30px;
}
 .shop-button{
     padding: 34px 20px;
     background-color: #f7f7f7;
}
 .shop-button .col-lg-3{
     text-align: center;
}
 .bluebtn a{
     font-size: 18px;
     padding: 15px 43px;
     border-radius: 25px 0;
}
 .quote-content h2 {
     color: #ffffff;
     line-height: 56px;
     margin-bottom: 28px;
}
 .quote-content p {
     font-family: "Merriweather",serif;
     font-size: 24px;
     font-style: italic;
     font-weight: 300;
}
 .carpal-buy {
     background-color: #f7f7f7;
     border-radius: 10px;
     margin: 0 30px;
     padding: 45px 65px;
}
 .carpal-buy > .text-center {
     margin-bottom: 40px;
     position: relative;
}
 .carpal-buy .mybtn.bluebtn {
     position: absolute;
     right: -125px;
     top: 60%;
}
 .carpal-buy .nav {
     display: block;
     margin-bottom: 35px;
     text-align: center;
}
 .carpal-buy .nav-item {
     display: inline;
     float: none;
     margin: 0 4px;
}
 .carpal-buy .nav-item a {
     border-radius: 18px 0;
     color: #264d74;
     display: inline-block;
     font-size: 14px;
     padding: 10px 26px;
}
 .carpal-buy .nav-item a.active {
     background-color: #264d74;
     color: #ffffff;
}
 .carpal-buy .product {
     background-color: #ffffff;
     margin-top: 20px;
     padding: 8px 0 8px 8px;
}
 .carpal-buy .product h6 {
     margin-bottom: 2px;
}
 .carpal-buy .product p {
     color: #333333;
     font-size: 12px;
     font-weight: 300;
     line-height: 16px;
     max-width: 215px;
}
 .carpal-buy .product h5 {
     color: #264d74;
     font-size: 21px;
     margin-bottom: 0;
}
 .carpal-buy a.buy-btn {
     background-color: #ffd335;
     color: #264d74;
     display: block;
     font-size: 21px;
     font-weight: 700;
     line-height: 116px;
     margin-bottom: -8px;
     margin-top: -8px;
     min-height: 116px;
}
 .carpal-buy a.buy-btn:hover {
     background-color: #f2c524;
}
 .newsletter-area{
     background-color: #f7f7f7;
}
 .newsletter{
     color: #264d74;
     padding: 0 71px;
}
 .newsletter i.fal.fa-envelope{
     font-size: 35px;
     color: #264d74;
     margin-right: 18px;
}
 .newsletter h3 {
     margin-bottom: 7px;
}
 .newsletter p {
     color: #555555;
     font-size: 14px;
}
 .newsletter input[type="email"] {
     background-color: #ffffff;
     border: 0 solid;
     float: left;
     font-size: 14px;
     height: 52px;
     padding: 0 24px;
     width: calc(100% - 168px);
}
 .newsletter input[type="submit"] {
     background-color: #ffd335;
     border: 0 solid;
     border-radius: 15px 0;
     color: #264d74;
     float: left;
     font-size: 18px;
     font-weight: 700;
     height: 52px;
     margin-left: 12px;
     padding: 0 42px;
     width: 154px;
}
 .newsletter input[type="submit"]:hover {
     background-color: #264d74;
     color: #ffffff;
}
 .footer-logo {
     margin-bottom: 60px;
}
 .footer-logo span {
     color: #ffffff;
     font-weight: 700;
     margin-left: 16px;
}
 .footer-area h6 {
     color: #ffffff;
     margin-bottom: 20px;
}
 .footer-area ul {
     list-style: outside none none;
     margin: 0;
     padding: 0;
}
 .footer-area .col-md-9 ul {
     max-width: 230px;
}
 .footer-area .col-md-9 ul li a {
     color: #ffffff;
     font-size: 12px;
     font-weight: 300;
}
 .footer-area .col-md-9 ul li {
     margin-bottom: 7px;
     line-height: 16px;
}
 .footer-area .col-md-9 .col-md-4{
     margin-bottom: 40px;
}
 a.seemore {
     color: #ffd335;
     font-size: 12px;
     line-height: 16px;
}
 ul.footer-menu a {
     color: #fff;
     font-size: 14px;
     font-weight: 700;
}
 ul.footer-menu li {
     margin-bottom: 6px;
}
 ul.footer-menu li.mybtn a {
     display: inline-block;
     color: #264d74;
     margin-top: 12px;
}
 ul.footer-menu li.mybtn a:hover {
     background-color: #ffd335;
     color: #ffffff;
}
 .footer-area ul.footer-menu {
     margin-bottom: 38px;
}
 .footer-area .col-md-3 p {
     font-size: 14px;
     color: #ffffff;
}
 .footer-area .col-md-3 p a {
     font-size: 14px;
     color: #ffd335;
}
 .footer-area .social-links {
     margin-top: 30px;
     overflow: hidden;
     margin-bottom: 80px;
}
 .footer-area .social-links a {
     font-size: 27px;
}
 .footer-area .social-links ul li {
     margin-right: 30px;
}
 .social-links ul li:last-child, .footer-area .social-links ul li:last-child {
     margin-right: 0;
}
 .get-rid{
     padding-top: 60px;
     padding-bottom: 75px;
}
 .get-rid h1 {
     margin-bottom: 20px;
}
 .get-rid ul.checked.gray-checked {
     margin-bottom: 40px;
}
 p.big {
     font-size: 18px;
}
 .gray-checked li:before{
     color: #666666;
}
 .order a {
     display: inline-block;
     padding: 13px 40px;
     color: #264d74;
     font-size: 14px;
     border-radius: 15px 0;
     margin-bottom: 15px;
}
 .order a:hover {
     color: #fff;
}
 .order a.blue-btn {
     background-color: transparent;
     border: 2px solid #264d74;
     padding: 11px 30px;
     margin-left: 9px;
}
 .order a.blue-btn:hover {
     background-color: #264d74;
}
 .order a.blue-btn i {
     font-size: 18px;
     margin-left: 8px;
}
 .money-back{
     margin-top: 35px;
}
 .money-back h6{
     margin-bottom: 4px;
}
 .money-back p, .by-doctors-area p{
     font-size: 14px;
     line-height: 21px;
}
 .by-doctors-area{
     background-color: #f8f8f8;
     padding: 70px 0;
}
 .div-1060{
     max-width: 1060px;
     margin-left: auto;
     margin-right: auto;
}
 .blue-quote h4{
     color: #ffffff;
     font-family: "Merriweather",serif;
     font-style: italic;
     font-weight: 300;
     margin-bottom: 24px;
     line-height: 30px;
}
 .blue-quote p{
     font-size: 14px;
     font-weight: 700;
}
 .blue-quote p img{
     margin-right: 14px;
}
 .blue-quote p span{
     font-weight: 300;
}
 .sm-videos{
     max-width: 386px;
     float: right;
}
 .sm-videos .row{
     margin-left: -6px;
     margin-right: -6px;
}
 .sm-videos .col-md-4{
     margin-bottom: 12px;
     padding-left: 6px;
     padding-right: 6px;
}
 .col-xl-10 .vmore{
     font-size: 12px;
     font-weight: 300;
}
 .how-it-works {
     background-color: #f8f8f8;
     padding: 100px 15px 0;
     border-radius: 40px 0;
     overflow: hidden;
     margin-top: 50px;
}
 .how-it-works h6:first-child {
     font-size: 30px;
     margin-bottom: 50px;
}
 .how-it-works h6 span {
     display: block;
     background-color: #264d74;
     color: #fff;
     font-size: 14px;
     width: 30px;
     height: 30px;
     line-height: 30px;
     text-align: center;
     border-radius: 15px;
     margin-bottom: 12px;
}
 .how-it-works p {
     font-size: 14px;
}
 p.watch-video a {
     color: #264d74;
}
 p.watch-video a img {
     margin-right: 20px;
}
 p.watch-video {
     margin-bottom: 50px;
}
 .how-it-works-left {
     max-width: 290px;
     margin-bottom: 75px;
}
 .carpal-solution .col-lg-10 h3{
     max-width: 810px;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 95px;
}
 .single-solution {
     padding-left: 22px;
     padding-right: 22px;
     margin-bottom: 30px;
}
 .solution-icon {
     min-height: 85px;
     margin-bottom: 30px;
     line-height: 85px;
}
 .single-solution h5 {
     font-family: "Merriweather",serif;
}
 .single-solution p {
     font-size: 14px;
     line-height: 21px;
}
 .div-1060 .carpal-buy{
     margin: 0;
     padding: 40px 30px 35px;
}
 .div-1060 .carpal-buy .product {
     margin-top: 14px;
     padding: 8px 0 8px 20px;
}
 p.f-14{
     font-size: 14px;
     line-height: 21px;
}
 .q-list-area{
     padding-bottom: 80px;
}
 ul.q-list{
     margin: 0;
     padding: 0;
     list-style: none;
}
 ul.q-list li a{
     color: #666666;
     border-top: 1px solid #cccccc;
     display: block;
     padding: 11px 13px 11px 0;
     background-image: url('img/right-arrow.png');
     background-repeat: no-repeat;
     background-position: center right;
}
 ul.q-list li:last-child a{
     border-bottom: 1px solid #cccccc;
}
 ul.q-list li a:hover{
     color: #264d74;
}
 .carpal-team-area{
     padding: 100px 0;
}
 .carpal-team-area .text-center h2{
     margin-bottom: 65px;
}
 .single-team{
     background-color: #f8f8f8;
     padding: 35px 26px;
     min-height: 100%;
}
 .single-team h5{
     font-size: 21px;
     line-height: 30px;
     color: #333333;
     font-family: "Merriweather",serif;
}
 .f-12{
     font-size: 12px;
     line-height: 21px;
     font-weight: 300;
}
 .single-team .f-12{
     border-bottom: 1px solid #dddddd;
     color: #999999;
     padding-bottom: 18px;
}
 .carpal-team-area .row{
     margin-left: -11px;
     margin-right: -11px;
}
 .carpal-team-area .row .col-lg-3{
     padding-left: 11px;
     padding-right: 11px;
     margin-bottom: 50px;
}
 .single-team img{
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 30px;
     display: block;
}
 .footer-area .col-md-9 ul li a span {
     background-color: #ffd335;
     color: #264d74;
     font-weight: 700;
     padding: 2px 5px;
     border-radius: 5px 0;
     margin-left: 5px;
}
 .meadical-team-header .medical-header{
     margin-bottom: 70px;
}
 .medical-header .my-breadcrumb ul li{
     float: none;
     display: inline;
}
 .medical-header h1{
     margin-bottom: 20px;
       font-weight: 300;
}
 .medical-header p{
     color: #888888;
}
 .single-m-team {
     border-bottom: 1px solid #dddddd;
     margin-bottom: 36px;
     padding-bottom: 32px;
}
 .single-m-team .row .col-6:first-child {
     text-align: center;
}
 .single-m-team h3 {
     font-size: 18px;
     color: #333333;
     line-height: 29px;
     margin-bottom: 6px;
}
 .single-m-team p{
     color: #888888;
     font-size: 14px;
     line-height: 21px;
}
 .single-m-team p.f-12 {
     margin-bottom: 5px;
     font-size: 12px;
}
 .single-m-team a {
     color: #264d74;
     font-size: 12px;
     font-weight: 700;
}
 .orange-shop {
     background-color: #ffd335;
     padding: 25px 70px;
     border-radius: 50px 0;
}
 .orange-shop p{
     font-size: 14px;
     line-height: 21px;
}
 .orange-shop .mybtn.bluebtn a{
     border: 2px solid #264d74;
     padding: 9px 30px;
}
 .orange-shop .mybtn.bluebtn a:hover{
     color: #264d74;
}
 .orange-shop-area{
     padding-top: 0;
     padding-bottom: 80px;
}
 .easy-peezy{
     float: right;
     text-align: center;
}
 .easy-peezy a p{
     color: #264d74;
     font-weight: 700;
     margin-top: 10px;
}
 .single-review h5 {
     font-family: 'Merriweather', serif;
     font-style: italic;
     color: #333333;
}
 .single-review{
     margin-bottom: 30px;
}
 .single-review p {
     font-family: 'Merriweather', serif;
     font-size: 14px;
     font-style: italic;
     color: #333333;
}
 .review-logo{
     min-height: 54px;
     line-height: 54px;
     margin: 8px 0;
}
 .review-videos .blue-quote{
     margin-bottom: 60px;
}
 .review-videos .blue-quote:last-child{
     margin-bottom: 0;
}
 .review-videos .blue-quote, .review-videos .blue-quote h4{
     color: #333333;
}
 .review-videos .col-6 a img{
     width: 100%;
}
 .review-videos-right .row{
     margin-left: -10px;
     margin-right: -10px;
}
 .review-videos-right .row .col-6{
     padding-left: 10px;
     padding-right: 10px;
     margin-bottom: 20px;
}
.product-money-back{
	padding: 0 23px;
}
.row.phone-email-area {
    margin-top: 50px;
}
.phone-email-area .col-md-6 {
    margin-bottom: 25px;
}
.phone-email-area .col-md-6 img {
    margin-bottom: 18px;
}
.phone-email-area .col-md-6 p {
    font-size: 14px;
    margin-bottom: 0;
    color: #555;
}
.phone-email-area .col-md-6 a {
    color: #264d74;
    font-weight: 700;
}
section.carpal-section.faq-section {
    padding-top: 10px;
}

.faq-topics {
	margin-top: 10px;
	top: 70px;
}
.faq-topics h6 {
    margin-bottom: 18px;
}

.faq-topics ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.faq-topics ul li{
	margin-bottom: 8px;
}
.faq-topics ul li a{
	color: #888;
	font-size: 14px;
	display: inline-block;
}
.faq-content .mypanel-group{
	margin-bottom: 60px;
}
.faq-content .mypanel-group:last-child{
	margin-bottom: 0;
}
.faq-content h2{
	margin-bottom: 23px;
}
.mypanel-title{
	margin-bottom: 12px;
}
.mypanel-title a{
	color: #264d74;
	font-weight: 700;
	position: relative;
	padding-left: 50px;
	display: block;
}
.mypanel-title a:before{
	content: "-";
	position: absolute;
	left:0;
	width: 22px;
	height: 22px;
	background-color: #264d74;
	color: #fff;
	text-align: center;
	border-radius: 15px;
}
.mypanel-title a.collapsed:before{
	content: "+";
}
.mypanel-body {
    padding-left: 50px;
    padding-bottom: 45px;
}
.mypanel-body p {
    font-size: 14px;
    line-height: 21px;
    color: #888;
}
