/*______________________*/

/*Main content start*/
#man-wrap{
    padding: 150px 0 70px;
}
#man-wrap .container{
    position: relative;
}
.main{
    max-width: 590px;
    min-height: calc(100vh - 300px);
    /*overflow-y: auto;
    overflow-x: hidden;*/
    padding-top: 100px;
}
.content-area{
    font-size: 17px;
    padding-right: 72px;
    font-weight: 300;
}
    .content-area p{
        line-height: 1.9;
        margin: 0 0 25px;
    }
    .content-area p a{
        font-weight: normal;
        text-decoration: underline;
        color: #ff840c;
    }
    .content-area p a:hover{
        color: #ff7200;
        text-decoration: none;
    }
    .content-area h4{
        font-size: 20px;
        color: #1e5f8d;
        margin: 0 0 25px;
    }

/*These sizes for 1920+ resolution because after 1920 it the sizes perfect according to psd*/
.person-section{
    position: absolute;
    right: -100px;
    bottom: -60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1160px;
}
    .person-section > div{
        padding: 0 15px;
        width: 33.33%;
        position: relative;
    }
    .person-section-img{
        position: absolute;
        left: -40px;
        bottom: 80px;
        width: 473px;
        height: 764px;
        transition: ease all 0.2s;
    }
        .person-section-first .person-section-img{
            background: url(../images/person-1.png) no-repeat;
        }
            .person-section-first:hover .person-section-img{
                background: url(../images/person-1-hover.png) no-repeat;
            }
        .person-section-second .person-section-img{
            background: url(../images/person-2.png) no-repeat;
            width: 366px;
            height: 747px;
            left: 0;
        }
            .person-section-second:hover .person-section-img{
                background: url(../images/person-2-hover.png) no-repeat;
            }
        .person-section-third .person-section-img{
            background: url(../images/person-3.png) no-repeat;
            width: 434px;
            height: 785px;
            left: -40px;
        }
            .person-section-third:hover .person-section-img{
                background: url(../images/person-3-hover.png) no-repeat;
            }
    .person-section-txt{
        padding-top: 785px;
    }
    .person-section-txt a{
        display: inline-block;
        color: #fff;
        font-size: 24px;
        padding: 15px 10px;
        display: block;
        text-align: center;
        border: 1px solid #70caf4;
        -moz-border-radius: 35px;
        -webkit-border-radius: 35px;
        border-radius: 35px;
    }
    .person-section-txt a:hover{
        border-color: #f48514;
        background: #f48514;
        color: #fff;
    }

.white-page {
    color: #3d3d3d;
    background: none !important;
}
.white-page h1 {
    color: #1e5f8d;
}
.white-page #man-wrap{
    padding: 125px 160px 70px;
    background: url(../images/curve-left-flat.png) left 190px no-repeat;
    background-size: 160px auto;
    min-height: 400px;
}
.white-page .inside-width{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 130px;
}
.white-page .main{
    max-width: inherit;
    max-height: inherit;
    width: 48%;
    padding-top: 95px;
}
.content-photo{
    width: 45%;
    text-align: center;
    margin-left: auto;
}
.btn-wrap{
    padding-top: 20px;
    margin-right: -200px;
}
    .btn-wrap a{
        text-transform: uppercase;
        margin: 0 20px 10px 0;
    }
    .white-page .btn-transparent{
        color: #1e5f8d;
    }
    .white-page .btn-transparent:hover{
        color: #fff;
    }

.curve-left-right{
    position: relative;
    padding: 150px 0;
}
    .curve-left-right:before,
    .curve-left-right:after{
        content: " ";
        background: url(../images/curve-left-flat.png) no-repeat;
        background-size: 100% auto;
        position: absolute;
        left: 0;
        top: 150px;
        width: 160px;
        height: 420px;
    }
    .curve-left-right:after{
        background: url(../images/curve-right-flat.png) no-repeat;
        background-size: 100% auto;
        left: auto;
        right: 0;
    }
.main-testimonial-wrap{
}
    .main-testimonial-wrap h1{
        text-align: center;
        color: #1e5f8d;
        margin: 0 0 50px;
    }
    .testimonial-box-wrap{
        max-width: 1200px;
        margin: 0 auto;
    }
    .testimonial-box{
        background: #fafafa;
        padding: 40px 160px 75px;
        font-size: 17px;
        color: #3d3d3d;
        position: relative;
        -moz-box-shadow: 0 0 24px rgba(109,109,109, 0.24);
        -webkit-box-shadow: 0 0 24px rgba(109,109,109, 0.24);
        box-shadow: 0 0 24px rgba(109,109,109, 0.24);
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
    }
        .testimonial-box:before,
        .testimonial-box:after{
            content: " ";
            background: url(../images/quote-left.png) no-repeat;
            width: 44px;
            height: 40px;
            position: absolute;
            left: 55px;
            top: 40px;
        }
        .testimonial-box:after{
            background: url(../images/quote-right.png) no-repeat;
            top: auto;
            left: auto;
            bottom: 40px;
            right: 55px;
        }
    .testimonial-box h3{
        font-weight: bold;
        font-size: 30px;
        color: #3d3d3d;
        text-align: center;
        margin: 0 0 25px;
    }
    .testimonial-box p{
        line-height: 1.8;
        margin: 0 0 30px;
    }
    .testimonial-box .slick-slide{
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        min-height: 500px;
    }
    .testimonial-box .slick-arrow{
        position: absolute;
        left: -100px;
        top: 50%;
    }
    .testimonial-box .slick-next{
        left: auto;
        right: -100px;
    }
    .testimonial-box .slick-dots{
        position: absolute;
        left: 0;
        bottom: -110px;
        width: 100%;
    }
.slick-dots{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
    .slick-dots li{
        padding: 0 3px;
    }
    .slick-dots button{
        width: 11px;
        height: 11px;
        font-size: 0;
        cursor: pointer;
        padding: 0;
        background: #fff;
        border:1px solid #1e5f8d;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    .slick-dots .slick-active button{
        background: #1e5f8d;
    }
.slick-arrow{
    width: 51px;
    height: 32px;
    background: url(../images/arrow-prev.png) no-repeat;
    display: inline-block;
    border:none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
}
.slick-next{
    background: url(../images/arrow-next.png) no-repeat;
}

.web-contain{
    max-width: 550px;
    margin: 0 auto;
}
    .user-wrap{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 0 30px;
    }
    .user-photo{
        /*background: url(../images/photo-bg.png) center top no-repeat;*/
        width: 220px;
        height: 220px;
        padding: 5px 10px 0;
    }
        .user-photo img{
            border:3px solid #0082b8;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }
    .user-info{
        width: calc(100% - 305px);
        text-align: left;
        margin-left: auto;
        font-size: 18px;
        color: #3d3d3d;
        line-height: 1.9;
        position: relative;
    }
    .user-info:before{
        content: " ";
        background: url(../images/printer-icon.png) no-repeat;
        background-size: 100% auto;
        width: 35px;
        height: 40px;
        position: absolute;
        left: -50px;
        top: 0;
    }
    .user-info a{
        color: #1e5f8d;
        text-decoration: underline;
    }
    .user-info p{
        margin: 0 0 5px;
    }
        .user-info li{
            position: relative;
            padding: 0 0 5px;
        }
        .user-info li a em{
            position: absolute;
            left: -45px;
            top: 3px;
            width: 28px;
            height: 28px;
            line-height: 28px;
            text-align: center;
            font-style: normal;
            font-size: 14px;
            background: #1e5f8d;
            color: #fff;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }
            .user-info li a:hover em{
                background: #ff840c;
                color: #fff;
            }
            .user-info li a:hover{
                color: #ff840c;
                text-decoration: none;
            }
    .calendar-section{
        position: relative;
    }
        .calendar-section table{
            width: 100%;
        }
        .calendar-section table th{
            background: #01507d;
            color: #fff;
            line-height: 1;
            padding: 3px 8px;
            text-align: left;
            font-size: 11px;
            border-right: 2px solid #fff;
        }
        .calendar-section table td{
            color: #000;
            line-height: 1;
            padding: 5px 8px 22px;
            text-align: left;
            font-size: 11px;
            border-right: 2px solid #fff;
            border-bottom: 1px solid #8eabae;
        }
        /*.calendar-section:hover .table-btn-wrap{
            display: block;
        }*/
        .table-btn-wrap{
            display: none;
            display:  block;
            position: absolute;
            left: 0;
            top: 40%;
            width: 100%;
        }
        .table-btn-wrap a{
            display: block;
            background: #f48514;
            color: #fff;
            text-align: center;
            padding: 14px 5px;
            font-size: 19px;
            line-height: 1.3;
            font-weight: bold;
            text-transform: uppercase;
            border-radius: 35px;
        }
        .table-btn-wrap a strong{
            display: block;
            font-size: 30px;
        }
        .table-btn-wrap a:hover{
            background: #ff7200;
            background-image: linear-gradient(to right, #ff7200 , #ff7200);
        }
.white-page #man-wrap.main-wrap-general{
    padding-top: 180px;
}
    .main-wrap-general .inside-width{
        width: 100% !important;
        display: block !important;
    }
    .main-wrap-general h1{
        text-transform: capitalize;
        margin: 0 0 35px;
    }
    .main-wrap-general h1 span{
        display: block;
        font-size: 48px;
        font-size: 36px;
    }
    .meet-section-wrap{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .meet-section{
        width: calc(25% - 50px);
        margin: 0 25px;
        text-align: center;
        background: #fafafa;
        padding: 45px 15px 25px;
        font-size: 16px;
        -moz-box-shadow: 0 0 24px rgba(109,109,109, 0.24);
        -webkit-box-shadow: 0 0 24px rgba(109,109,109, 0.24);
        box-shadow: 0 0 24px rgba(109,109,109, 0.24);
        -moz-border-radius: 35px;
        -webkit-border-radius: 35px;
        border-radius: 35px;
    }
    .meet-photo{
        width: 160px;
        height: 160px;
        border:3px solid #0082b8;
        background: #000;
        margin: 0 auto 35px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    .meet-photo img{
        display: block;
        width: 100%;
        height: 100%;
        max-width: inherit;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    .meet-sub-sec{
        color: #3d3d3d;
    }
    .meet-team-body{
        min-height: 215px;
    }
    .meet-sub-sec h3{
        font-size: 28px;
        line-height: 1.2;
        color: #1e5f8d;
        text-transform: uppercase;
        margin: 0 0 10px;
    }
    .meet-sub-sec h4{
        font-size: 16px;
        line-height: 1.2;
        color: #1e5f8d;
        font-weight: bold;
        margin: 0 0 5px;
    }
    .meet-sub-sec p{
        line-height: 1.7;
    }
    .social-meet{
        font-size: 15px;
        width: 240px;
        margin: 0 auto;
        text-align: left;
    }
    .social-meet li{
        margin: 0 0 15px;
    }
    .social-meet li a{
        display: inline-block;
        color: #1e5f8d;
        position: relative;
        line-height: 28px;
        padding: 0 0 0 40px;
    }
    .social-meet li a em{
        position: absolute;
        left: 0;
        top: 0;
        width: 28px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        font-style: normal;
        font-size: 14px;
        background: #1e5f8d;
        color: #fff;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
        .social-meet li a:hover{
            color: #ff840c;
        }
        .social-meet li a:hover em{
            background: #ff840c;
            color: #fff;
        }
.faq-section{
    font-size: 18px;
}
    .faq-section-inner{
        max-width: 1250px;
    }
    .faq-section ul{
        list-style: outside;
        margin-left: 25px;
        padding-bottom: 35px;
    }
    .faq-section ul li{
        padding: 0 0 12px;
    }
    .faq-section ol{
        list-style: decimal;
        margin:0 0 0 22px;
        color: #1e5f8d;
        padding-bottom: 10px;
    }
    .faq-section ol li{
        margin: 0 0 17px;
    }
    .faq-section a{
        color: #1e5f8d;
    }
    .faq-section a:hover{
        color: #ff840c;
    }
        .faq-section p a{
            text-decoration: underline;
            color: #1e5f8d;
        }
        .faq-section p a:hover{
            text-decoration: none;
        }
    .faq-section p{
        line-height: 1.8;
    }
    .faq-section hr{
        display: block;
        margin: 25px 0;
    }
    .faq-section h2,
    .faq-section h3,
    .faq-section h4{
        font-size: 30px;
        line-height: 1.3;
        color: #1e5f8d;
        font-weight: bold;
        margin: 0 0 25px;
    }
    .faq-section h3{
        font-size: 24px;
    }
    .faq-section h4{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .faq-section h3.text-orange{
        font-size: 28px;
        color: #f48514 !important;
        padding-top: 3px;
    }
    .faq-section p{
        margin: 0 0 30px;
    }
    .list-left-gap{
        margin-left: 40px;
    }
        .list-left-gap ul{
            list-style: none;
            margin-left: 0;
        }
    /*.faq-section .list-section li{
        position: relative;
        padding: 0 0 10px 15px;
    }*/
    /*.list-section li:before{
        content: " ";
        width: 6px;
        height: 6px;
        background: #1e5f8d;
        position: absolute;
        left: 0;
        top: 7px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }*/
    .max-830{
        max-width: 830px;
    }
    .table-section{
        max-width: 100%;
        overflow-y: auto;
        margin: 0 0 35px;
    }
    .table-section table{
        width: 100%;
    }
    .table-section table th,
    .table-section table td{
        color: #1e5f8d;
        font-weight: bold;
        text-align: left;
        padding: 14px 7px 14px 0;
        border-bottom: 1px solid #ababab;
    }
    .table-section table td{
        font-weight: normal;
        color: #3d3d3d;
    }
    .back-top{
        background: url(../images/arrow-above.png) no-repeat;
        text-decoration: underline;
        display: inline-block;
        padding: 15px 0 0 35px;
        line-height: 1;
    }
    .back-top:hover{
        background: url(../images/arrow-above-active.png) no-repeat;
    }
    .faq-section p strong{
        font-weight: bold;
    }
.companies-wrap{
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}
    .companies-info{
        width: calc(100% - 550px);
    }
    .companies-logo{
        width: 450px;
        margin-left: auto;
    }
    .companies-template h1,
    .medica-section-wrap h2{
        text-transform: unset;
    }
    .companies-info p{
        line-height: 1.8;
    }
        .companies-info ul{
            list-style: outside;
            margin-left: 20px;
            margin-bottom: 20px;
            line-height: 1.8;
        }
        .companies-info li{
            margin-bottom: 10px;
        }
    .companies-list{
        padding-top: 10px;
    }
    .companies-list h2{
        font-size: 32px;
        color: #ff840c;
        margin: 0 0 25px;
    }
    .companies-list ul{
        list-style: none;
        margin: 0;
    }
    .companies-list li{
        padding: 0 0 10px;
    }
    .companies-list li a{
        display: inline-block;
        position: relative;
        font-size: 24px;
        font-size: 20px;
        color: #1e5f8d;
        min-height: 60px;
        padding: 0 0 0 85px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .companies-list li a:hover{
        color: #ff840c;
    }
    .companies-list li.no-icon a{
        padding-left: 0;
    }
        .companies-icon{
            position: absolute;
            left: 0;
            top: 50%;
            width: 56px;
            height: 60px;
            -moz-transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }
        .icon-family{background: url(../images/companies/icon-family.png) no-repeat;}
        a:hover .icon-family{background: url(../images/companies/icon-family-hover.png) no-repeat;}

        .icon-bag{background: url(../images/companies/icon-bag.png) no-repeat;}
        a:hover .icon-bag{background: url(../images/companies/icon-bag-hover.png) no-repeat;}

        .icon-heart{background: url(../images/companies/icon-heart.png) no-repeat;}
        a:hover .icon-heart{background: url(../images/companies/icon-heart-hover.png) no-repeat;}

        .icon-search{background: url(../images/companies/icon-seach.png) no-repeat;}
        a:hover .icon-search{background: url(../images/companies/icon-seach-hover.png) no-repeat;}

        .icon-search-rx{background: url(../images/companies/icon-seach-rx.png) no-repeat;}
        a:hover .icon-search-rx{background: url(../images/companies/icon-seach-rx-hover.png) no-repeat;}

        .icon-pdf{background: url(../images/companies/icon-pdf.png) no-repeat;}
        a:hover .icon-pdf{background: url(../images/companies/icon-pdf-hover.png) no-repeat;}

        .icon-info{background: url(../images/companies/icon-info.png) no-repeat;}
        a:hover .icon-info{background: url(../images/companies/icon-info-hover.png) no-repeat;}

.medica-outer{
    font-size: 15px;
    max-width: 95%;
}
.medica-section-wrap{
    padding: 0 0 40px;
}
    .medica-section-wrap{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    .medica-left,
    .medica-right{
        width: calc(50% - 20px);
        margin: 0 10px;
    }
    .medica-section-wrap h2{
        font-size: 50px;
        color: #1e5f8d;
        min-height: 60px;
        margin: 0 0 20px;
    }
    .medica-right h2{
        text-align: right;
    }
    .medica-section-wrap h2 img,
    .medica-logo-wrap img{
        max-height: 45px;
    }
    .medica-article{
        background: #fafafa;
        border:1px solid transparent;
        padding: 45px 20px 30px 45px;
        min-height: 385px;
        margin: 0 0 20px;
        -moz-box-shadow: 0 0 24px rgba(109,109,109, 0.24);
        -webkit-box-shadow: 0 0 24px rgba(109,109,109, 0.24);
        box-shadow: 0 0 24px rgba(109,109,109, 0.24);
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
    }
    .medica-article:hover{
        border-color: #f7c595;
    }
    .medica-article h3{
        font-size: 26px;
        color: #1e5f8d;
        text-transform: uppercase;
        line-height: 1.3;
        margin: 0 0 20px;
    }
        .medica-article h3 a{
            color: #1e5f8d;
        }
        .medica-article h3 a:hover{
            color: #ff840c;
        }
    .medica-article h6{
        color: #1e5f8d;
        font-size: 18px;
        font-weight: normal;
        margin: 0 0 5px;
    }
    .medica-article-inner{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .medica-content{
        width: calc(100% - 220px);
    }
    .medica-photo{
        width: 200px;
        text-align: center;
        margin-left: auto;
    }
    .medica-outer p{
        line-height: 1.8;
    }
.contact-us-wrap{
    display: flex;
    flex-wrap: wrap;
    font-size: 17px;
}
    .contact-us-left{
        width: 60%;
    }
    .sub-wrap{
        display: flex;
        flex-wrap: wrap;
    }
        .sub-wrap > div {
            width: 48%;
            margin-bottom: 20px;
        }
        .sub-wrap > div + div {
            margin-left: auto;
        }
        .sub-wrap .sub-full{
            width: 100%;
        }
        .form-container h3{
            font-size: 20px;
            color: #1e5f8d;
            font-weight: bold;
            margin: 0 0 10px;
        }
        .mb-10{
            margin-bottom: 10px !important;
        }
        .mb-20{
            margin-bottom: 20px !important;
        }
        
        .text-field{
            display: block;
            border: 1px solid #83bce4;
            padding: 10px 25px;
            color: #000000;
            font-size: 17px;
            width: 100%;
            transition: all 0.3s ease;
            -moz-border-radius: 25px;
            -webkit-border-radius: 25px;
            border-radius: 25px;
        }
        textarea.text-field{
            height: 140px;
            padding: 20px 35px;
            -moz-border-radius: 45px;
            -webkit-border-radius: 45px;
            border-radius: 45px;
        }
        .text-field:focus{
            border-color: #0397d6;
            -moz-box-shadow:inset 0 3px 3px 3px rgba(3,151,214, 0.2);
            -webkit-box-shadow:inset 0 3px 3px 3px rgba(3,151,214, 0.2);
            box-shadow:inset 0 3px 3px 3px rgba(3,151,214, 0.2);
        }
        .form-container select{
            background: url(../images/landing/select-arrow.png) 96% center no-repeat;
            -webkit-appearance: none;
            padding-right: 45px;
        }
        .form-container select.error{
            background:#ffdede url(../images/landing/select-arrow.png) 96% center no-repeat;
        }
        .form-container label{
            display: block;
            padding: 0 0 10px 15px;
        }
        .getquote {
            text-transform: uppercase;
            border: none;
            cursor: pointer;
        }
        .gap-lg{
            margin-bottom: 20px;
        }
        .label-outer{
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }
        .error-field, 
        .text-field.error {
            background: #ffdede;
            border-color: #ffbcbc;
        }
         .error-field:focus,
        .text-field.error:focus{
            border-color: #ffbcbc;
            -moz-box-shadow:inset 0 3px 3px 3px rgba(255,188,188, 0.2);
            -webkit-box-shadow:inset 0 3px 3px 3px rgba(255,188,188, 0.2);
            box-shadow:inset 0 3px 3px 3px rgba(255,188,188, 0.5);
        }
        label.error {
            color: #ff0000;
            font-size: 14px;
            padding-bottom: 8px;
            margin-left: auto;
        }
        .recaptcha-error label.error{
            margin: -10px 0 10px;
        }

    .contact-us-right{
        width: 30%;
        margin-left: auto;
    }
    .contact-photo{
        margin: 0 0 15px;
    }
        .contact-photo img{
            display: block;
            width: 100%;
        }
    .contact-map{
        margin: 0 0 25px;
    }
        .contact-map iframe{
            width: 100%;
            height: 240px;
        }
    .contact-detail{
        line-height: 1.3;
        margin: 0 0 40px;
    }
    .contact-detail li{
        position: relative;
        padding: 7px 0 12px 40px;
    }
    .contact-detail li a{
        color: #1e5f8d;
    }
    .contact-detail li a .icon-contact{
        position: absolute;
        left: 0;
        top: 3px;
        width: 28px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        font-style: normal;
        font-size: 14px;
        background: #1e5f8d;
        color: #fff;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    .contact-detail li a .icon-contact.fa-map-marker{
        font-size: 34px;
        background: none;
        color: #1e5f8d;
        width: auto;
        height: auto;
        left: 6px;
        height: auto;
        width: auto;
    }
        .contact-detail li a:hover .icon-contact.fa-map-marker{
            background: none;
            color: #ff840c;
        }
    .contact-detail li a .icon-contact.fa-envelope{
        font-size: 13px;
        line-height: 30px;
    }
        .contact-detail li a:hover{
            color: #ff840c;
        }
        .contact-detail li a:hover .icon-contact{
            background: #ff840c;
            color: #fff;
        }
.show-md{
    display: none !important;
}

.cl {
  clear: both;
  font-size: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

@media(min-width: 2100px){
    .main{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .white-page .inside-width{
        align-items: flex-start;
    }
    .white-page .main-webinars .inside-width{
        align-items: center;
    }
    .main-wrap-home .main{
        min-height: 750px;
    }
}

/* 2560 Resolution style start*/
@media(min-width: 2500px){
    .container{
        max-width: 2220px;
    }
    h1{
        font-size: 68px;
    }
    h2{
        font-size: 42px;
    }
    .main{
        display: block;
        padding: 190px 0 0 100px;
        max-width: 800px;
    }
    .main-wrap-home .main{
        padding: 190px 0 0 100px;
        min-height: calc(100vh - 300px);
    }
    .content-area{
        font-size: 18px;
    }
    .content-area h4{
        font-size: 24px;
    }
    .person-section{
        right: 50px;
        bottom: 100px;
        width: 1500px;
    }
        .person-section > div{
            padding: 0 20px;
        }
        .person-section-img{
            width: 602px;
            height: 935px;
            background-size: 100% auto !important;
        }
            .person-section-first .person-section-img{
                background: url(../images/person-1-lg.png) no-repeat;
            }
                .person-section-first:hover .person-section-img{
                    background: url(../images/person-1-lg-hover.png) no-repeat;
                }
            .person-section-second .person-section-img{
                background: url(../images/person-2-lg.png) no-repeat;
                width: 525px;
                height: 935px;
                left: -35px;
            }
                .person-section-second:hover .person-section-img{
                    background: url(../images/person-2-lg-hover.png) no-repeat;
                }
            .person-section-third .person-section-img{
                background: url(../images/person-3-lg.png) no-repeat;
                width: 557px;
                height: 935px;
                left: -30px;
            }
                .person-section-third:hover .person-section-img{
                    background: url(../images/person-3-lg-hover.png) no-repeat;
                }
    .person-section-txt a{
        font-size: 28px;
        padding: 18px 10px 20px;
    }
    .white-page #man-wrap{
        background-size: 255px auto;
        min-height: 800px;
    }
    .white-page .inside-width{
        align-items: center;
    }
    .white-page .main{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 48%;
    }
    .main-testimonial-wrap h1{
        margin: 0 0 90px;
    }
    .testimonial-box{
        font-size: 18px;
    }
    .curve-left-right:before,
    .curve-left-right:after{
        top: 150px;
        width: 258px;
        height: 557px;
    }
    .curve-left-right:after{
        left: auto;
        right: 0;
    }
    .meet-section{
        font-size: 18px;
    }
        .meet-photo{
            width: 210px;
            height: 210px;
        }
        .meet-sub-sec h3{
            font-size: 36px;
        }
        .meet-sub-sec h4{
            font-size: 18px;
        }
        .meet-team-body{
            min-height: 240px;
        }
        .social-meet{
            width: 270px;
            font-size: 18px;
        }
    .companies-wrap{
        max-width: 88%;
        font-size: 18px;
    }
        .companies-info{
            width: calc(100% - 550px);
        }
        .companies-logo{
            width: 550px;
        }
        .companies-list h2{
            font-size: 48px;
        }
        .companies-list li a{
            font-size: 24px;
        }
    .medica-outer{
        font-size: 18px;
        max-width: 92%;
    }
    .medica-section-wrap{
    }
        .medica-main-wrap{
            font-size: 18px;
        }
        .medica-section-wrap h2{
            font-size: 68px;
            min-height: 81px;
        }
        .medica-article{
            padding: 45px 30px 30px 55px;
            min-height: 420px;
        }
        .medica-article h3{
            font-size: 36px;
        }
        .medica-section-wrap p{
            margin: 0 0 30px;
        }
        .medica-content{
            width: calc(100% - 260px);
        }
        .medica-photo{
            width: 260px;
        }
    .contact-us-wrap{
        font-size: 18px;
    }
        .contact-map iframe{
            height: 310px;
        }
        .form-container h3{
            font-size: 24px;
        }
}
/* 2500 Resolution style end*/

@media(max-width: 1920px){
    /*These sizes for 1920 resolution because it was too zoomin, and not according to psd*/
    .person-section{
        bottom: -60px;
    }
        .person-section-img{
            width: 450px;
            height: 700px;
            background-size: 100% auto !important;
        }
            .person-section-second .person-section-img{
                width: 330px;
                height: 680px;
            }
            .person-section-third .person-section-img{
                width: 400px;
                height: 720px;
            }
                .person-section-third:hover .person-section-img{
                    background: url(../images/person-3-hover.png) no-repeat;
                }
    .main-individual .content-area{
        padding-right: 0;
    }
    .mh-250-individual-vs-medicare{
        min-height: 250px;
    }
}

@media(max-width: 1800px){
    .container{
        max-width: 1300px;
    }
    .person-section{
        width: 780px;
        right: 0;
    }
        .person-section-img{
            background-size: 100% auto !important;
            width: 350px;
            height: 550px;
        }
        .person-section-second .person-section-img{
            width: 270px;
            height: 550px;
        }
        .person-section-third .person-section-img{
            width: 320px;
            height: 550px;
        }
        .person-section-txt a{
            font-size: 16px;
        }
    .btn-wrap a {
        min-width: 210px;
        padding: 22px 25px;
        font-size: 20px;
    }
    .testimonial-box-wrap{
        max-width: 85%;
    }
    .curve-left-right:before,
    .curve-left-right:after{
        width: 140px;
        height: 300px;
    }
    .meet-section-wrap{
        margin: 0 -10px;
    }
    .meet-section{
        width: calc(25% - 20px);
        margin: 0 10px;
    }
        .meet-sub-sec h3{
            font-size: 22px;
        }
        .social-meet{
            width: auto;
            font-size: 13px;
        }
        .social-meet li a{
            line-height: 31px;
        }
    .medica-outer{
        max-width: inherit;
        font-size: 14px;
    }
        .medica-article h3{
            font-size: 20px;
        }
        .medica-section-wrap h2{
            font-size: 36px;
            min-height: 50px;
        }
        .medica-section-wrap h2 img,
        .medica-logo-wrap img{
            max-height: 35px;
        }
        .medica-content{
            width: calc(100% - 170px);
        }
        .medica-photo{
            width: 150px;
        }
    .contact-us-right{
        width: 35%;
    }
}

@media(max-width: 1400px){
    .container{
        max-width: 1150px;
    }
    .content-area{
        padding-right: 0;
    }
    .main{
        padding-top: 50px;
        max-width: 400px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .content-area{
        font-size: 14px;
    }
    .person-section{
        width: 700px;
        right: 0;
    }
    .person-section-txt{
        padding-top: 500px;
    }
        .person-section-img{
            width: 300px;
            height: 480px;
        }
        .person-section-second .person-section-img{
            width: 240px;
            height: 480px;
        }
        .person-section-third .person-section-img{
            width: 280px;
            height: 500px;
        }
        .person-section > div{
            padding: 0 7px;
        }
        .person-section-txt a{
            font-size: 15px;
        }
    .white-page #man-wrap,
    .white-page #man-wrap.main-wrap-general {
        padding: 130px 100px 70px;
        background-size: 70px auto;
        background-position: left 110px;
    }
    .white-page .inside-width{
        padding-left: 20px;
    }
    .white-page .main{
        padding-top: 50px;
        align-items: flex-start;
    }
    .btn-wrap{
        margin-right: 0;
    }
    .curve-left-right{
        padding-bottom: 70px;
    }
    .curve-left-right:before,
    .curve-left-right:after{
        display: none;
    }
    .testimonial-box-wrap{
        max-width: 100%;
    }
    .companies-info{
        width: calc(100% - 450px);
    }
    .companies-logo{
        width: 400px;
        margin-left: auto;
    }
    .contact-map iframe{
        height: 200px;
    }
}
@media (max-width: 1279px) {
    .container{
        max-width: 950px;
    }
    .main{
        max-width: 350px;
    }
    h1{
        font-size: 32px;
        margin: 0 0 20px;
    }
    h2{
        font-size: 26px;
        margin: 0 0 15px;
    }
    .content-area{
        font-size: 14px;
        padding-right: 10px;
    }
    .content-area p{
        margin: 0 0 15px;
    }
    .person-section{
        width: 580px;
        right: 0;
    }
    .person-section-txt{
        padding-top: 500px;
    }
    .person-section-img{
        width: 280px;
        height: 450px;
    }
        .person-section-second .person-section-img{
            width: 200px;
            height: 420px;
        }
        .person-section-third .person-section-img{
            width: 240px;
            height: 450px;
        }
        .person-section-txt a{
            font-size: 12px;
            padding: 10px 10px;
        }
    .btn-wrap a{
        font-size: 16px;
        padding: 19px 30px;
        min-width: inherit;
    }
    .curve-left-right{
        padding-top: 120px;
    }
    .meet-section{
        width: calc(50% - 40px);
        margin: 0 20px 40px;
    }
    .social-meet{
        width: 240px;
        font-size: 16px;
    }
    .companies-info{
        width: calc(100% - 320px);
    }
        .companies-logo{
            width: 300px;
        }
        .companies-list h2{
            font-size: 24px;
        }
        .companies-list li a{
            font-size: 18px;
        }
    .medica-article-inner{
        align-items: flex-start;
    }
        .medica-article{
            padding: 35px 10px 30px 25px;
        }
        .medica-content{
            width: calc(100% - 140px);
        }
        .medica-photo{
            width: 120px;
        }
}

@media (max-width: 992px) {
    body{
        background:#01affb url(../images/main-bg-tablet.jpg) center top no-repeat;
        background-size: 100% auto;
        padding-top: 71px;
    }
    .wrapper{
        display: block;
    }
    h1{
        font-size: 35px;
    }
    .show-md{display: block !important;}
    .hide-md{display: none !important;}
    #man-wrap{
        padding: 30px 25px 20px;
    }
        .main{
            max-width: inherit;
            max-height: inherit;
            min-height: inherit;
            padding: 0;
        }
   
    .person-section{
        position: static;
        margin: 0 auto 40px;
    }
    .btn-wrap a{
        width: 40%;
        margin: 0 0 15px;
    }
    .white-page #man-wrap,
    .white-page #man-wrap.main-wrap-general {
        padding: 30px 70px 20px;
        background-size: 50px auto;
        background-position: left 30px;
    }
    .white-page .inside-width{
        display: block;
    }
    .white-page .main{
        width: 100%;
        margin: 0 0 15px;
        padding-top: 0;
    }
    .content-photo{
        width: 100%;
    }
    .main-outer{
        background: none;
    }
    .main-outer .content-photo{
        display: block;
        width: auto;
        margin: 0 -20px;
    }
    .curve-left-right{
        padding: 25px 0 70px;
    }
        .testimonial-box-wrap{
            max-width: 90%;
        }
        .testimonial-box{
            font-size: 15px;
            padding: 40px 85px 75px;
            -moz-box-shadow: 0 0 14px rgba(109,109,109, 0.24);
            -webkit-box-shadow: 0 0 14px rgba(109,109,109, 0.24);
            box-shadow: 0 0 14px rgba(109,109,109, 0.24);
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            border-radius: 20px;
        }
            .testimonial-box:before{
                left: 25px;
            }
        .testimonial-box p{
            line-height: 1.6;
            margin: 0 0 20px;
        }
        .testimonial-box .slick-slide{
            min-height: 400px;
        }
        .testimonial-box .slick-arrow{
            background-size: 100% auto;
            left: -55px;
            width: 35px;
            height: 25px;
        }
        .testimonial-box .slick-next{
            left: auto;
            right: -55px;
        }
    .main-wrap-general h1 span{
        font-size: 26px;
    }
    .faq-section{
        font-size: 16px;
    }
    .faq-section h2{
        font-size: 24px;
    }
    .faq-section h3{
        font-size: 20px;
    }
    .list-left-gap{
        margin-left: 20px;
    }
    .companies-info{
        width: 100%;
    }
    .companies-logo{
        width: 100%;
        order: -1;
        text-align: center;
        margin: 0 0 20px;
    }
    .medica-section-wrap{
        display: block;
        margin: 0;
    }
        .medica-left,
        .medica-right{
            width: 100%;
            margin: 0 0 20px;
        }
        .medica-left{
            margin-bottom: 50px;
        }
        .medica-section-wrap h2{
            text-align: left;
        }
        .medica-article{
            min-height: inherit;
        }
    .contact-us-left{
        width: 100%;
        margin: 0 0 40px;
    }
    .contact-us-right{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .half-wrap{
        display: block;
    }
    .half-wrap > div{
        width: 100%;
    }
    .person-section{
        width: 500px;
        margin-top: 50px;
    }
    .person-section-txt{
        padding-top: 360px;
    }
        .person-section-img{
            width: 200px;
            height: 340px;
            left: 0;
        }
        .person-section-second .person-section-img,
        .person-section-third .person-section-img{
            width: 180px;
            height: 350px;
            left: 0;
        }
        .person-section-txt a{
            font-size: 10px;
            padding: 10px 5px;
        }
    .white-page #man-wrap,
    .white-page #man-wrap.main-wrap-general {
        padding: 30px 20px 20px;
        background: none;
    }
    .white-page .inside-width{
        padding-left: 0;
    }
    .btn-wrap a{
        display: block;
        width: 100%;
        margin: 0 0 15px;
    }
    .content-area h4{
        font-size: 20px;
    }
    .testimonial-box{
        padding: 60px 25px;
    }
        .testimonial-box:before{
            top: 20px;
            left: 25px;
            background-size: 100% auto;
            width: 30px;
            height: 30px;
        }
        .testimonial-box:after{
            background-size: 100% auto;
            width: 30px;
            height: 30px;
            right: 25px;
            bottom: 20px;
        }
        .main-testimonial-wrap h1{
            font-size: 30px;
        }
        .testimonial-box h3{
            font-size: 24px;
        }
    .testimonial-box .slick-slide{
        min-height: inherit;
    }
    .testimonial-box .slick-arrow{
        display: none !important;
    }
    .testimonial-box .slick-next{
        left: auto;
        right: -55px;
    }
    .testimonial-box .slick-dots{
        bottom: -95px;
    }
    .meet-section-wrap{
        margin: 0;
    }
        .main-wrap-general h1{
            font-size: 28px;
        }
        .main-wrap-general h1 span{
            font-size: 20px;
        }
        .meet-section{
            width: 100%;
            padding: 25px 15px 25px;
            box-shadow: 0 0 14px rgba(109,109,109, 0.24);
            border-radius: 25px;
            margin: 0 0 30px;
        }
        .meet-team-body{
            min-height: inherit;
        }
    .table-section{
        font-size: 14px;
    }
    .table-section table th,
    .table-section table td{
        padding: 14px 5px;
    }
    .companies-list li a{
        padding-left: 75px;
    }
    .sub-wrap > div{
        width: 100%;
    }
    textarea.text-field{
        border-radius: 25px;
    }
}
@media (max-width: 576px) {
    .person-section{
        width: 100%;
        display: block;
        margin: 0 0 40px;
    }
    .person-section > div{
        width: 100%;
        padding: 0;
    }
    .person-section-txt{
        padding-top: 320px;
    }
        .person-section-img{
            width: 190px;
            height: 300px;
            bottom: 60px;
            left: 50%;
            margin-left: -80px;
        }
        .person-section-second .person-section-img{
            width: 150px;
            height: 300px;
            left: 50%;
            margin-left: -70px;
        }
        .person-section-third .person-section-img{
            width: 165px;
            height: 300px;
            left: 50%;
            margin-left: -70px;
        }
        .person-section-txt a{
            font-size: 16px;
            padding: 15px 5px;
        }
    .web-contain{
        max-width: inherit;
    }
        .user-wrap{
            display: block;
        }
        .user-photo{
            margin: 0 auto 20px;
        }
        .user-info{
            width: auto;
            margin: 0 0 0 55px;
        }
    .medica-section-wrap h2{
        font-size: 28px;
    }
        .medica-content{
            width: calc(100% - 90px);
        }
        .medica-photo{
            width: 80px;
        }
    .companies-logo{
        max-width: 80%;
        margin: 0 auto 20px;
    }
}
@media (max-width: 330px) {
    body{
        background:#01affb url(../images/main-bg-mobile.jpg) center top no-repeat;
        background-size: 100% auto;
    }
}