@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Black.woff2') format('woff2'), url('Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Bold.woff2') format('woff2'), url('Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-BlackItalic.woff2') format('woff2'), url('Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-BoldItalic.woff2') format('woff2'), url('Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-ExtraBold.woff2') format('woff2'), url('Poppins-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-ExtraBoldItalic.woff2') format('woff2'), url('Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-ExtraLight.woff2') format('woff2'), url('Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Italic.woff2') format('woff2'), url('Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-ExtraLightItalic.woff2') format('woff2'), url('Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Light.woff2') format('woff2'), url('Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Medium.woff2') format('woff2'), url('Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-LightItalic.woff2') format('woff2'), url('Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-MediumItalic.woff2') format('woff2'), url('Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Regular.woff2') format('woff2'), url('Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-SemiBold.woff2') format('woff2'), url('Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-SemiBoldItalic.woff2') format('woff2'), url('Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Thin.woff2') format('woff2'), url('Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-ThinItalic.woff2') format('woff2'), url('Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins';
    background: url(../images/bg-texture.jpg) repeat;
}



img {
    max-width: 100%;
}

.toolcliniclogo {
    width: 126px;
}


.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }


/* rotate caret on hover */

.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}


.btn-check:focus + .btn-secondary, .btn-secondary:focus {
    box-shadow: none !important;
}

.profilepic {
    width: 100px;
}

.topcontact {
    position: absolute;
    right: 0;
    padding: 0 15px;
    z-index: 1;
    margin: 3px 0 0 0;
}

.cart {
    font-size: 24px;
    font-family: 'Poppins';
    font-size: 15px;
    color: #fff;
}

.topcall {
    color: #fff;
}

a.topsocial {
    height: 28px;
    width: 28px;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #fff;
    padding: 3px;
}

    a.topsocial i {
        color: #01419a;
    }

header {
    z-index: 9;
    position: relative;
    background: #01419a;
}

.navbar-nav {
    background: none !important;
    margin: 39px 0 0 0;
}

.navbar {
    padding: 0px !important;
}

a.loginregister {
    background: #ff0000;
    border: none;
    border-radius: 0px !important;
}

    a.loginregister:hover {
        background: #00aeef;
        border: transparent !important;
    }

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    border-bottom: 3px solid transparent;
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        border-bottom: 3px solid #fff;
        color: #fff;
    }

.navbar {
    background: #01419a;
}

.hovernav {
    margin: 0px;
}

.mobilesocialtop {
    padding: 30px 0 0 0 !important;
}

.abouttoolclinic h1 {
    font-family: 'Poppins';
    font-weight: bold;
    color: #01419a;
    margin-top: 100px;
    font-size: 50px;
}

.lightblue {
    color: #00aeef;
}

.abouttoolclinic p {
    font-family: 'Poppins';
    font-weight: 300;
    text-align: justify;
}

.whoiam {
    border: 10px solid rgba(255, 255, 255, 0.5);
    padding: 30px 50px 30px 120px;
    line-height: 25px;
}

.knowmore {
    background: #01419a;
    color: #fff;
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 20px;
    padding: 20px 40px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    box-shadow: 5px 5px 15px 0px #01419a;
    border-radius: 3px;
}

    .knowmore:hover {
        background: #00aeef;
        color: #fff;
        box-shadow: none;
    }

.abouttoolclinic img {
    margin: 110px -100px 0 110px;
    z-index: 1;
    position: relative;
    border: 1px solid #fff;
    padding: 5px;
}

.headingunderline {
    background: #01419a;
    height: 4px;
    width: 180px;
    display: inline-block;
}

.fiveelements {
    margin: 120px 0 0 0;
}

    .fiveelements h6 {
        font-family: 'Poppins';
        font-weight: 400;
        color: #000;
        font-size: 20px;
    }

    .fiveelements h2 {
        font-family: 'Poppins';
        font-weight: bold;
        color: #01419a;
        font-size: 40px;
    }

.professionalskill {
    background: #01419a;
    padding: 30px;
    height: 100%;
}

.fiveelements h3 {
    font-family: 'Poppins';
    font-weight: bold;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
}

.fiveelements p {
    font-family: 'Poppins';
    font-weight: 300;
    color: #fff;
    font-size: 18px;
}

.fiveelements a {
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
}

    .fiveelements a:hover {
        border-color: #00aeef;
        color: #00aeef;
    }

.ourspecialists {
    margin-top: 150px;
}

    .ourspecialists h2 {
        font-family: 'Poppins';
        font-weight: bold;
        color: #01419a;
        font-size: 50px;
    }


/* Multi Item SLider */

#mixedSlider {
    position: relative;
}

    #mixedSlider .MS-content {
        white-space: nowrap;
        overflow: hidden;
        margin: 0 5%;
    }

        #mixedSlider .MS-content .item {
            display: inline-block;
            width: 31.3333%;
            position: relative;
            vertical-align: top;
            overflow: hidden;
            height: 100%;
            white-space: normal;
            margin: 0 10px;
            min-height: 530px;
        }

@media (max-width: 991px) {
    #mixedSlider .MS-content .item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-content .item {
        width: 100%;
    }
}

#mixedSlider .MS-content .item .imgTitle {
    position: relative;
    text-align: center;
}

.blogTitle {
    font-family: 'Poppins';
    font-weight: bold;
    color: #01419a;
    font-size: 24px;
    margin-top: 25px;
}

#mixedSlider .MS-content .item .imgTitle .blogTitle {
    margin: 0;
    text-align: left;
    letter-spacing: 2px;
    color: #252525;
    font-style: italic;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    bottom: 0;
    font-weight: bold;
    padding: 0 0 2px 10px;
}

#mixedSlider .MS-content .item .imgTitle img {
    height: auto;
    text-align: center;
}

#mixedSlider .MS-content .item p {
    font-size: 14px;
    margin: 20px 10px 0 5px;
    text-indent: 15px;
    text-align: center;
}

#mixedSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 45%;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
}

    #mixedSlider .MS-controls button:hover {
        color: rgba(0, 0, 0, 0.8);
    }

@media (max-width: 992px) {
    #mixedSlider .MS-controls button {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls button {
        font-size: 20px;
    }
}

#mixedSlider .MS-controls .MS-left {
    left: 0px;
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-left {
        left: -10px;
    }
}

#mixedSlider .MS-controls .MS-right {
    right: 0px;
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-right {
        right: -10px;
    }
}

#basicSlider {
    position: relative;
}

    #basicSlider .MS-content {
        white-space: nowrap;
        overflow: hidden;
        margin: 0 2%;
        height: 50px;
    }

        #basicSlider .MS-content .item {
            display: inline-block;
            width: 20%;
            position: relative;
            vertical-align: top;
            overflow: hidden;
            height: 100%;
            white-space: normal;
            line-height: 50px;
            vertical-align: middle;
        }

@media (max-width: 991px) {

    #basicSlider .MS-content .item {
        width: 25%;
    }
}

@media (max-width: 767px) {

    #basicSlider .MS-content .item {
        width: 35%;
    }
}

@media (max-width: 500px) {

    #basicSlider .MS-content .item {
        width: 50%;
    }
}

#basicSlider .MS-content .item a {
    line-height: 50px;
    vertical-align: middle;
}

#basicSlider .MS-controls button {
    position: absolute;
}

#basicSlider .MS-controls .MS-left {
    top: 35px;
    left: 10px;
}

#basicSlider .MS-controls .MS-right {
    top: 35px;
    right: 10px;
}

.itemslider {
    margin-top: 40px;
}

    .itemslider .item {
        border: 6px solid rgba(255, 255, 255, 0.5);
        padding: 30px 20px;
        height: 100%;
    }

        .itemslider .item h5 {
            color: #f58220;
            font-family: 'Poppins';
            font-weight: normal;
            font-size: 16px;
            text-align: center;
        }

        .itemslider .item img {
            border: 1px solid #fff;
            padding: 5px;
        }

.itemknowmore {
    background: #01419a;
    color: #fff;
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 18px;
    padding: 15px 30px;
    display: inline-block;
    margin: 0px 0 0 0;
    text-decoration: none;
    border-radius: 3px;
}

    .itemknowmore:hover {
        background: #00aeef;
        color: #fff;
        box-shadow: none;
    }
/* Multi Item SLider */

.askexperts {
    margin: 120px 0 0 0;
}

    .askexperts h6 {
        font-family: 'Poppins';
        font-weight: 400;
        color: #000;
        font-size: 20px;
    }

    .askexperts h2 {
        font-family: 'Poppins';
        font-weight: bold;
        color: #01419a;
        font-size: 40px;
    }

.askexpertform {
    border: 6px solid rgba(255, 255, 255, 0.5);
    padding: 30px;
    height: 100%;
}

    .askexpertform input, select, textarea {
        border: 1px solid #ccc;
        border-radius: 0px !important;
        box-shadow: inherit !important;
    }

.submit {
    color: #fff;
    font-family: 'Poppins';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
    padding: 12px 40px;
    display: inline-block;
    margin: 20px 0 0 0;
    text-decoration: none;
    border-radius: 3px;
    border: none;
}

    .submit:hover {
        background: #00aeef;
        color: #fff;
        box-shadow: none;
    }

/* Testimonials */
#carousel1 {
    position: relative;
    width: 60%;
    margin: 0 auto;
    border: 6px solid rgba(255, 255, 255, 0.5);
}

#slides1 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 320px;
    background: url(../images/quotes.png) 25px 25px no-repeat;
}

    #slides1 ul {
        list-style: none;
        width: 100%;
        height: 250px;
        margin: 0;
        padding: 0;
        position: relative;
    }

    #slides1 li {
        width: 100%;
        height: 250px;
        float: left;
        text-align: center;
        position: relative;
        font-family: 'Poppins';
    }

/* Styling for prev and next buttons */

.btn-bar {
    width: 60%;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 40px;
    display: none;
}

#buttons {
    padding: 0 0 5px 0;
    float: right;
}

    #buttons a {
        text-align: center;
        display: block;
        font-size: 50px;
        float: left;
        outline: 0;
        margin: 0 60px;
        color: #b14943;
        text-decoration: none;
        display: block;
        padding: 9px;
        width: 35px;
    }

a#prev:hover,
a#next:hover {
    color: #FFF;
    text-shadow: .5px 0px #b14943;
}

.quote-phrase,
.quote-author {
    font-weight: 300;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Poppins';
}

.quote-phrase {
    height: 200px;
    font-size: 18px;
    color: #000;
}

.quote-marks {
    font-size: 18px;
    padding: 0 3px 3px;
    position: inherit;
}

.quote-author {
    font-style: normal;
    font-size: 20px;
    color: #000;
    font-weight: 800;
    height: 30px;
    width: 100%;
    display: block;
    font-family: 'Poppins';
}

.quoteContainer,
.authorContainer {
    display: table;
    width: 100%;
}

/* Footer CSS */
footer {
    margin-top: 100px;
}

ul.footlinks {
    list-style-type: none;
    margin: 25px 0 0 0;
}

    ul.footlinks li {
        margin: 0px 8px;
        padding: 0px;
        display: inline-block;
    }

        ul.footlinks li a {
            margin: 0px;
            padding: 0px;
            font-family: 'Poppins';
            font-weight: 300;
            font-size: 18px;
            text-decoration: none;
            color: #000;
        }

            ul.footlinks li a:hover {
                color: #00aeef;
            }

.footsocial {
    margin: 20px 0 35px 0;
}

    .footsocial ul {
        margin: 0px;
        padding: 0px;
    }

        .footsocial ul li {
            display: inline-block;
            margin: 0 5px;
        }

            .footsocial ul li a {
                display: inline-block;
                background: #00aeef;
                border-radius: 100px;
                padding: 4px;
                height: 30px;
                width: 30px;
                color: #fff;
                font-size: 16px;
            }

                .footsocial ul li a:hover {
                    background: #01419a;
                }

.footbox {
    background: #00aeef;
    height: 15px;
    width: 200px;
    display: inline-block;
}

.authorphoto img {
    width: 80px;
}

/* Services Css End */

/* Contact us CSS */
.contactdetails h4 {
    font-size: 26px;
    color: #01419a;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
}

.contactdetails i {
    margin-right: 18px;
    font-size: 18px;
    color: #39b54a;
}

.contactform {
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 5px 0px #e8ecf3;
    padding: 40px;
}

    .contactform h6 {
        background: #39b54a;
        color: #fff;
        margin: 25px 0;
        font-size: 16px;
        padding: 4px 10px;
    }

.forminput {
    border-radius: 0px;
}

.pageheading {
    font-family: 'Poppins';
    color: #01419a;
    font-weight: 700;
    font-size: 42px;
}

.contactform .form-group {
    margin-bottom: 15px;
}

/*.contactform input{background: inherit;}*/
.form-control:focus {
    box-shadow: inherit;
}

.pageheadingunderline {
    background: #01419a;
    height: 4px;
    width: 150px;
    display: inline-block;
}

/* Login Register */
.loginbox h6 {
    font-family: 'Poppins';
    color: #01419a;
    font-weight: 400;
    font-size: 32px;
}

.loginbox {
    position: relative;
    padding: 60px;
    border: 10px solid rgba(255, 255, 255, 0.8);
    margin: 0 50px;
}

    .loginbox .inputfld {
        border: none;
        box-shadow: 0px 0px 15px 2px #dddbda;
        height: 50px;
    }

.logininnerbox {
    margin: 30px 0 0 0;
    position: relative;
}

.loginsubmit {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    right: -70px;
    top: 25px;
    background: #01419a;
    border: none;
    padding: 10px 30px;
    font-size: 20px;
}

    .loginsubmit:hover {
        background: #00aeef;
    }

.forgotsec {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.rememberme {
    margin: 0px;
    padding: 0px;
    color: #878787;
}

.forgotlink a {
    color: #00aeef;
}

    .forgotlink a:hover {
        color: #00aeef;
        text-decoration: none;
    }

.registerlink p {
    color: #000;
}

    .registerlink p a {
        color: #00aeef;
    }

        .registerlink p a:hover {
            text-decoration: none;
        }

.loginlink p a {
    color: #00aeef;
}

    .loginlink p a:hover {
        text-decoration: none;
    }

/* Forgot Password */
.forgot input {
    border: none;
    box-shadow: 0px 0px 15px 2px #dddbda;
    height: 50px;
}

.forgotbtn {
    justify-content: center;
    display: flex;
    margin: 40px 0 0 0;
}

    .forgotbtn button {
        background: #01419a;
        font-family: 'Poppins';
        text-transform: uppercase;
        border: none;
        padding: 12px 30px;
        font-size: 26px;
        font-weight: 500;
    }

        .forgotbtn button:hover {
            background: #00aeef;
        }

.loginlink {
    margin: 30px 0 0 0;
}

.priciples h5 {
    color: #01419a;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
}

.priciples h4 {
    color: #01419a;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
}





/* Register User */

@media all and (min-width: 240px) and (max-width: 320px) {
}

@media all and (min-width: 320px) and (max-width: 480px) {
    .logo img {
        width: 180px;
    }

    .login button {
        padding: 7px 45px;
    }

    .headersec {
        background: #fff;
    }

    .topcontact {
        right: inherit !important;
    }

    .topcontact {
        position: inherit !important;
        padding-top: 5px !important;
        text-align: center;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: 7px 10px;
    }

    .navbar-nav {
        margin: 0px 0 10px 0 !important;
    }

    .navbar-dark .navbar-toggler {
        border-color: transparent;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .abouttoolclinic img {
        margin: 0px 0 20px 0;
    }

    .whoiam {
        padding: 0px 20px 30px 20px;
    }

    .fiveelements h2 {
        font-size: 24px;
    }

    .abouttoolclinic h1 {
        font-size: 30px;
    }

    .fiveelements h3 {
        font-size: 30px;
    }

    .ourspecialists h2 {
        font-size: 30px;
    }

    .askexperts h2 {
        font-size: 30px;
    }

    .authorphoto {
        display: none;
    }

    .loginsubmit {
        position: inherit;
        right: inherit;
        width: 100%;
        margin: 0px 0 0 0;
        font-family: 'Poppins';
        text-transform: uppercase;
        border: none;
        padding: 8px 20px;
        font-size: 26px;
        font-weight: 500;
    }

    .pageheading {
        font-size: 24px;
    }

    .loginbox {
        margin: 0 15px;
        padding: 25px;
    }

        .loginbox h6 {
            font-size: 24px;
            font-weight: 500;
        }

    .forgotsec {
        display: inherit;
        text-align: center;
    }

    .rememberme {
        margin: 15px 0 0 0;
        display: inline-block;
    }

    .forgotsec {
        display: inherit;
        text-align: center;
    }

    .forgotlink {
        margin: 15px 0 0 0;
        display: inline-block;
    }

    .registerlink p span {
        width: 100%;
        display: block;
    }

    .forgot input {
        height: 44px;
    }

    .loginlink p span {
        width: 100%;
        display: block;
    }

    .loginbox .inputfld {
        margin: 0 0 20px 0;
    }
}

@media all and (min-width:481px) and (max-width:567px) {
    .logo img {
        width: 180px;
    }
}

@media all and (min-width:568px) and (max-width:767px) {

    .logo img {
        width: 150px !important;
        margin: 10px 0;
    }

    .logo {
        height: auto;
    }
}

@media all and (min-width:768px) and (max-width:900px) {
}

@media all and (min-width:901px) and (max-width:1024px) {
}
