
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
.main-header .logo-box{
    max-width: 280px !important;
}

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
    /* .auto-container{
        max-width: 98%;
    }
    .logo-box{
        max-width: 20%;
    }
    .main-menu{
        max-width: 80%;
    }
    .menu-right-content{
        max-width: 20%;
    } */
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
}

/* menu */

.main-header .header-top {
    padding: 8px 0px;
}
.auto-container {
    max-width: 1280px;
}
.main-header .logo-box {
    position: relative;
    display: block;
    float: left;
    padding: 10px 0px 0px 0px;
    max-width: 280px;
    padding-right: 10px;
    border-right: 1px solid #e5e5e5;
}
.main-menu .navigation > li
{
    padding: 30px 10px;
    margin-top: 10px;
}
.main-menu .navigation > li.dropdown > a {
    padding-right: 0px;
}
.main-menu .navigation > li > a{
    font-size: 15px;
}
.bg-color-mantra {
    background: #ee3048 !important;
}
.main-menu .navigation > li > a{
    color: #111111 !important;

}
.main-menu .navigation > li > ul{
    background: #ee3048 !important;
}
.main-menu .navigation > li > ul > li > ul{
    background: #ee3048 !important;
}

/* sticky menu */
.main-header .sticky-header .logo-box {
    padding: 5px 5px 10px 0px;
    max-width: 280px;
}
.main-header .sticky-header .main-menu .navigation > li {
    padding: 34px 14px;
}
.mobile-menu .nav-logo{
    padding-bottom: 0;
}

/* about us */
.about-us-text{
    max-height: 440px;
    overflow: hidden;
}

/* service */
.service-block-one .inner-box .lower-content h3 a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.service-block-one .inner-box .lower-content p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* contries */
.study-aboard  .inner h4 a{
    margin-top: 20px;
}
.service-style-three .service-block-two .inner-box {
    padding: 38px 25px 15px 25px;
}
.sec-my-pad{
    padding: 80px 0px 50px 0px !important;
}



.testimonial-section .pattern-top{
    top: 0px;
}

.mt-30{
    margin-top: 30px;
}
.service-style-three .service-block-two .inner-box:hover .inner h4, .service-style-three .service-block-two .inner-box:hover .inner h4 a {
    color: white;
}


.main-menu .navigation > li.dropdown > a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    position: absolute;
    right: -15px;
    top: 5px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5;
}
.testimonial-block-one .inner-box .text p{

    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.news-block-one .inner-box .lower-content h3 a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-block-one .inner-box .lower-content p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.main-header .header-top .info li{
    font-size: 16px;
    font-weight: 600;
}
.theme-btn-three-appiont {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #ee3048 !important;
    text-align: center;
    padding: 13px 25px;
    background: #ffffff;
    border-radius: 6px;
    text-transform: uppercase;
    z-index: 1;
    margin-left: 50px;
    box-shadow: none;
    margin: 5px 7px;
}
.theme-btn-three-appiont:before{
    position: absolute;
    content: '';
    background: #9f1217;
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all 500ms ease;
}
.theme-btn-three-appiont:hover {
    background: #dbdbdb;
}
.top-inner .info, .social-links{
    margin-top: 5px;
}
.about-office-radius{
    border-radius: 12px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ee3048;
}

/* about us */
.about-mantra-text p{
    padding-bottom: 20px;
}

/* points calculator form */
.mantra-score input{
    border: 1px solid #b9b6b6;
    border-radius: 5px;
    padding: 2px;
    margin-left: 10px;
    margin-top: 20px;
    background: #e1e1e1;
}
.mantra-total-score input{
    border: 1px solid #b9b6b6;
    border-radius: 5px;
    padding: 2px;
    margin-top: 20px;
    background: #e1e1e1;
}
.underline{
    border-bottom: 1px solid rgb(198 198 198);
    margin-bottom: 30px;
}
.text-catchy{
    color: #413f3f;
}
.heading-mb h6,h5,h4{
    margin-bottom: 15px;
}
.form-check-label {
    margin-bottom: 0;
    margin-right: 10px;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 1rem;
    margin-left: 0;
}
.radio-mb .form-check{
    margin-bottom: 10px;
}
.radio-mb .form-check-input{
    margin-top: 0.5rem;
}
.switcher .switch_btn {
    position: absolute;
    right: -214px;
    top: -90px;
    z-index: -1;
    padding: 8px;
    
}
.mantra-total-score{
    background: #ee3048 !important;
    padding-top: 10px !important;
}
.form-group{;
    padding-top: 10px !important;
    padding: 15px;
    border-radius: 8px;
}
.nice-select .list{
    max-width: 100%;
    overflow: auto;
}
.nice-select{
    white-space: inherit;
    margin-bottom: 20px;
}
.nice-select .option{
    border-bottom: 1px solid #ee304838;
}
.switcher .switch_btn {
    position: absolute;
    right: -214px;
    top: -90px;
    z-index: -1;
    padding: 8px;
    
}
.mantra-total-score{
    background: #ee3048 !important;
    padding-top: 10px !important;
    color: whitesmoke;
}