@media (max-width:1366px) and (min-width:1200px){
    .header_sticky .navbar-brand {
        margin-right: 10px;
    }
    .header_sec .navbar .navbar-nav .nav-link{font-size: 16px;}
    
}
@media (max-width:1299.98px){
.header_sec .custom_btn {
    padding: 12px 20px;
    min-width: inherit;
}
}
@media (max-width:1199.98px){
    .header_sec .navbar .navbar-nav .nav-link {
        font-size: 12px;
    }
    .navbar-brand {
        max-width: 140px;
    }
    /* === Header css end === */
    .main_head {font-size: 60px;}
    .custom_btn {
        min-width: inherit;
        padding: 10px 15px;
        font-size: 18px;
    }
    .head_box h2 {
        font-size: 42px;
    }
}



@media (max-width:991.98px){
    .navbar-brand {
        max-width: 140px;
    }
    .header_sec .navbar-collapse {
        padding:0;
        background: #fff;
        position: absolute;
        z-index: 99;
        left: 0;
        top: 100%;
        width: 100%;
    }
    .header_sec .navbar-nav {
        position: relative;
        margin-bottom: 15px;
    }
    .header_sec .navbar .nav-item {
        width: 100%;
        /*border-bottom: 1px solid #ccc;*/
    }
    .header_sec .navbar-nav .nav-item .plus_icon {
        right: 5px;
        width: 25px;
        height: 38px;
    }
    .header_sec .navbar .navbar-nav .nav-link {
        font-size: 16px;
        padding: 7px 15px;
        border-radius: 0;
        border: none;
    }
    .header_sec .navbar-nav {
        margin-bottom: 0 !important;
    }
   .header_sec .navbar-light .navbar-toggler {
        padding: 5px 9px;
        border: 1px solid #1f628e;
        order: 1;
        background: #fff;
    }
    .header_sec .dropdown-menu .dropdown-item{padding: 9px 20px;}
    .header_sec .dropdown-menu .dropdown-menu .dropdown-item {
        padding: 9px 25px;
    }
    p {font-size: 16px;}
    .care_sec {padding: 0;}
    .care_box p {font-size: 30px;}
    .care_box:before, .care_box:after {
        content: "";
        width: 60px;
        height: 54px;
        left: 20px;
        top: -20px;
    }
    .care_box:after {
        top: auto;
        left: auto;
        right: 20px;
        bottom: 10px;
    }
    .paddTB_100 {
        padding: 50px 0;
    }
    .btm_space {
        padding-bottom: 100px;
    }
    .feature_icon img {
        height: 50px;
    }
    .feature_box h3 {
        margin: 20px 0 10px;
        font-size: 24px;
    }
    .faq-box .accordion-flush .accordion-item .accordion-button, .faq-box .accordion-body {
        font-size: 20px;
        padding: 15px 29px;
    }


    .footer_sec {
        padding: 50px 0;
    }
    .main_links ul li a {
        font-size: 15px;
    }
    .footer_sec .row > div:not(:last-child) {
        margin-bottom: 20px;
    }
    #myBtn {
        bottom: 10px;
        right: 10px;
        z-index: 99;
        font-size: 36px;
        width: 40px;
        height: 40px;
    }
    .footer_menu ul li:not(:last-child) {
        margin-bottom: 10px;
    }
    .btn-close{right: 0;}
    .header_sec .dropdown-menu{padding: 0 0 0 10px;}
    
}

@media (min-width:768px){
	.radio_check{min-height: 226px;}	
}
@media (min-width:992px){
    .header_sec .navbar-nav > .nav-item:not(:last-child) {
        margin-right: 10px;
    }
    .header_sec .navbar .dropdown > a{
        padding-right: 30px !important;
    }
    .header_sec .dropdown-menu {
        transform: scale(0);
        display: block;
        position: absolute;
        top: 100%;
        transition: ease-in-out .5s;
    }
    .header_sec .navbar-nav .nav-item li > .dropdown-menu {
        left: 100%;
        top: 0;
        opacity: 0;
    }
    .header_sec .navbar-nav .nav-item:hover > .dropdown-menu, .header_sec .navbar-nav .nav-item li:hover > .dropdown-menu {
        transform: scaleX(1);
        opacity: inherit;
    }
    .header_sec .dropdown .dropdown-menu .plus_icon {
        top: 7px;
        right: -10px;
        width: 40px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(-90deg);
        color: #fff;
    }
    .header_sec .navbar-nav .nav-item > .dropdown-menu:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 11px solid #AC7237;
        position: absolute;
        bottom: 100%;
        left: 15px;
        right: 0;
    }
	.header_sec .navbar-nav .nav-item > .dropdown-menu .dropdown-menu:before {
		opacity: 0;
	}
    /* === Header css end === */ 
    .core_sec:before {
        content: "";
        display: block;
        width: 40%;
        height: 69%;
        position: absolute;
        top: 10%;
        left: 0;
        margin: 0;
        background: #326F97;
        border-radius: 0 12px 12px 0;
    }  
    .emerg_box {
        display: flex;
        align-items: center;
    }
    .odd_even .emerg_box:nth-child(even), .odd_even .readMParent:nth-child(even) .emerg_box{
        text-align: right;
    }
    .odd_even .emerg_box:nth-child(even) .emerg_img, .odd_even .readMParent:nth-child(even) .emerg_img {
        order: 1;
    }
    .emerg_img {
        min-width: 450px;
        max-width: 450px;
        height: 350px;
    }
    .odd_even .emerg_box:nth-child(even) ul, .odd_even .readMParent:nth-child(even)  .emerg_box ul {
        direction: rtl;
    }
	.emerg_txt.text-start ul {
		direction: inherit !important;
	}
	.help_txt p {
		font-size: 17px;
	}

}

@media (min-width:1200px){
    .paddR_50{padding-right: 50px;}
    .video_content {
		min-width: 515px;
		max-width: 515px;
	}
}

@media (max-width:767.98px){
    .call_btn i {
        margin-right: 0;
        font-size: 24px;
    }
    .navbar-brand {
        max-width: 120px;
    }
    .header_sec .navbar-collapse {
        max-height: 450px;
        overflow-y: auto;
    }
    .header_sec .custom_btn {
        font-size: 14px;
        padding: 10px 12px;
        width: auto;
    }
    .header_sec .call_btn {font-size: 0;}
    .inner_bnr {
        padding: 120px 0 60px;
    }
    .header-content .btn_group {
        margin-top: 20px;
    }
    .btn_group .custom_btn:not(:last-child) {
        margin: 0 0 10px;
    }
    .custom_btn {
        width: 100%;
        padding: 10px 15px;
        font-size: 16px;
    }
    .social_icon a{font-size: 24px;}
    .top_btn a:not(:last-child) {margin-right: 15px;}
    .owl-dots, .owl-nav {
        margin-top: 30px;
    }
    .bnr_sec {
        padding: 100px 0 130px;
    }
    .header-content {
        text-align: center;
    }
    .bnr_icon {display: none;}
    .header-content .google_tate {
        font-size: 14px;
        padding: 10px;
    }
    .header-content .google_tate i {
        font-size: 20px;
    }
    .main_head {
        font-size: 36px;
    }
    .docBnr .client_testi {
        bottom: -80px;
        left: 0;
    }
    .docBnr .rating_bx {
        top: auto;
        max-width: 150px;
        z-index: 9;
        bottom: 0;
    }
    .rating_bx h3 {
        font-size: 24px;
    }
    .rating_bx h3 img {
        max-width: 20px;
    }
    .video_box .client_served {
        position: static;
        margin-top: 5px;
    }
    .video_box {
        padding-bottom: 30px;
    }
    .head_box {
        margin-bottom: 30px;
        text-align: center;
    }
    .head_box h2 {
        font-size: 32px;
    }
    .help_icon {
        width: 100px;
        height: 100px;
        bottom: -30px;
    }
    .help_icon span {
        width: 92px;
        height: 92px;
    }
    .help_icon img {
        max-height: 50px;
        max-width: 50px;
    }
    .faq-box .accordion-flush .accordion-item .accordion-button {
        font-size: 16px;
    }
    .poster_bg {
        background-size: cover;
    }
    .care_box {
        padding: 0 20px;
    }
    .care_box:before, .care_box:after {
        width: 30px;
    }
    .care_box p {
        font-size: 24px;
    }
    .care_box h3 {
        font-size: 18px;
        margin: 20px 0 0;
    }
    .plan_box{padding: 20px;}
    .plan_box p {
        margin: 10px 0;
    }
    .plan_txt h3{margin: 15px 0 0;}
    .plan_box li, .plan_list li {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .plan_box .btn_group {margin-top: 10px;}
    .contact_sec .contact_form {padding: 30px 20px;}
    .contact_form h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .contact_form .form-group {margin-bottom: 12px;text-align: left;}
    .contact_form label {
        font-size: 15px;
        margin-bottom: 2px;
    }

    .footer_sec {
        padding: 40px 0;
    }
    .footr_head {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .footer_logo p {margin: 20px 0;}
    .footer_sec .social_icon {
        justify-content: center;
    }
    .footer_logo {
        text-align: center;
    }
    .footer-brand img {
        max-width: 200px;
    }
    .footer_adrs i {
        font-size: 40px;
        min-width: 50px;
    }
    .footer_sec a, .footer_sec p, .main_links ul li a {
        font-size: 14px;
    }
    .footer_adrs {margin-bottom: 15px;}
    .copy_right p, .copy_right p a {font-size: 13px;}
   .inner_bnr:after {
        width: 130px;
        height: 70px;
        left: 2.3%;
    }
    
   
}

@media (max-width:374.98px){
    .navbar-brand {max-width: 100px;}
    .header_sec .custom_btn {
        font-size: 12px;
        padding: 10px 8px;
    }
    .main_head {
        font-size: 36px;
    }
    .header_sec .navbar-light .navbar-toggler {
        padding: 4px 5px;
    }
}


