/** abc game sound match  starts **/
/*body {
	width: 100%;
	min-height: 100% !important;
	height: 100% !important;
	margin: 0 auto;
	font-family: arial;
}*/

.abcgame_soundMatchContainer input[type="button"],
.abcgame_soundMatchContainer button {
    background-color: transparent;
}

.SMtimerparent {
    width: 100%;
}

.gameBody .gameGraphicsAuto .abcgame_abcpickrecommendedgamewrap {
    background: transparent !important;
}

/* theme css */

.gameBody .grid-container_3,
.gameBody .grid-container_4,
.gameBody .grid-container_6,
.gameBody .grid-container_5 {
    height: 25%;
    display: flex;
    flex-wrap: wrap;
}

.gameBody .abcgame_sm_alphabetswrap {
    height: calc(25% - 15px);
}

/*------------------start increases logo size------------*/
.abcgame_maincontainerContent.abcSound_maincontainerContent.sound_match_screen2_bg .game_sm_logo {
    background-position: center;
}

/*-----------------End increases logo size---------------*/
.gameBody .grid-container_5 .abcgame_sm_alphabets,
.gameBody .grid-container_5 .abcgame_sm_drop,
.gameBody .grid-container_5 .abcgame_emptydropbox {
    width: 20%;
    margin: 5px;
    max-width: calc(20% - 10px);
}

.gameBody .grid-container_6 .abcgame_sm_alphabets,
.gameBody .grid-container_6 .abcgame_sm_drop,
.gameBody .grid-container_6 .abcgame_emptydropbox {
    width: 16.666%;
    margin: 5px;
    max-width: calc(16.666% - 10px);
}

.gameBody .grid-container_4 .abcgame_sm_alphabets,
.gameBody .grid-container_4 .abcgame_sm_drop,
.gameBody .grid-container_4 .abcgame_emptydropbox {
    width: 100%;
    max-width: calc(25% - 10px);
    margin: 5px;
}

.gameBody .grid-container_3 .abcgame_sm_alphabets,
.gameBody .grid-container_3 .abcgame_sm_drop,
.gameBody .grid-container_3 .abcgame_emptydropbox {
    width: 100%;
    max-width: calc(33% - 10px);
    margin: 5px;
}

.gameBody .abcgame_sm_drop.abcgame_emptydropbox {
    display: flex;
    flex-wrap: wrap;
}

.SMtimeroptions {
    width: 50%;
    float: left;
}

.SMtimeroptions .abcgame_SMwtimer {
    width: 69%;
    margin: 2%;
    padding-top: 2%;
}

.abcgame_secContainer {
    padding: 0 !important;
}

.abcgame_soundMatchContainerwrap {
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.abcgame_soundMatchContainer {
    width: 100%;
    max-width: 1200px;
    height: 615px;
    margin: 0 auto;
    outline: transparent;
}

.abcgame_soundMatchAudio {
    display: none;
}

.abcgame_maincontainer {
    width: 51%;
}

.abcgame_maincontainerContent {
    width: auto !important;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    background: linear-gradient(162deg, rgba(42, 186, 246, 1) 0%, rgba(146, 222, 254, 1) 100%);
    border-top-left-radius: 10px;
    border-radius: 8px;
    border: 2px solid #fff;
    box-shadow: #ccc 1px 2px 8px 2px;
}

.abcgame_sidemenu {
    width: 24%;
    padding-top: 2%;
}

.abcgame_maincontainer,
.abcgame_sidemenu {
    height: 100%;
    float: left;
    position: relative;
}

.abcgame_soundMatchContainerrow {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.abcgame_smoverlayblock {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    position: absolute;
}

.abcgame_smoverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: visible;
    opacity: 1;
    z-index: 99;
}

.abcgame_mainContainerOffset {
    margin-left: 0;
}

.abcgame_sm_alphabets:last-child,
.abcgame_sm_drop:last-child {
    margin-right: 0;
}

.abcgame_sm_alphabets {
    width: auto;
    border: none;
    margin-right: 0;
    font-size: 35px;
    height: 100%;
    background: #fff;
    text-align: center;
    font-weight: bolder;
    border-radius: 18px;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    cursor: default;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.20);
}

.abcgame_sm_drop {
    width: auto;
    border: none;
    display: inline-block;
    margin-right: 0;
    text-align: center;
    height: 100%;
    margin-bottom: 4px;
    position: relative;
    background: #fff;
    border-radius: 6px;
    cursor: default;
}

.abcgame_dropimgwrap {
    width: 100%;
    height: 100%;
    position: absolute;
}

.abcgame_sm_drop img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.abcgame_sm_drag,
.abcgame_imageWrap {
    text-align: center;
    height: 70px;
    display: inline-block;
}

.abcgame_horizontalbottom .abcgame_sm_drag,
.abcgame_horizontalbottom .abcgame_imageWrap {
    text-align: center;
    height: 100%;
    display: inline-flex;
    background: #fff;
    border-radius: 6px;
}

div#smdraghb_1 {
    border-radius: 0px 6px 6px 0px;
}

.abcgame_horizontalbottom .abcgame_sm_drag:last-child {
    margin-right: 0;
}

.abcgame_imageWrap {
    width: 100%;
    overflow: hidden;
    cursor: auto;
    height: auto;
}

.abcgame_horizontalbottom .abcgame_sm_drag {
    display: inline-flex;
    text-align: center;
    margin-bottom: 0;
    margin-right: 6px;
    width: 100%;
    height: 100%;
    padding: 3px;
    justify-content: space-evenly;
}

#smdraghb_0 {
    width: 25.9%;
    height: 205%;
    position: absolute;
    top: -105%;
    z-index: 1;
    border: 7px solid #ffdb35;
    left: -7px;
}

#smdraghb_0:before {
    bottom: -44px;
    content: '';
    position: absolute;
    background: url(https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/SM-engine.png) no-repeat center;
    background-size: contain;
    width: 112px;
    height: 94px;
    right: 100%;
}

.abcgame_vertical .abcgame_sm_drag {
    background: #fff;
    border-radius: 6px;
    margin: 0 auto 6px auto;
    display: inline-flex;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 3px;
    max-height: 10.5%;
}

.abcgame_sm_alphabetswrap {
    width: 100%;
    height: 17%;
    margin-bottom: 10px;
}

.abcgame_vertical .abcgame_sm_drag:first-child {
    border-radius: 0 0 6px 6px;
}

.abcgame_vertical {
    position: absolute;
    width: 11%;
    height: 80.3%;
    top: 15px;
    right: 7px;
    padding: 6px;
    z-index: 1;
    background: #ffdb35;
    border-radius: 18px 18px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    flex-direction: column;
    justify-content: space-evenly;
}

.abcgame_abcpickrecommendedgamewrap .abcgame_abcpickrecommendedgame {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}

.abcgame_abcpickrecommendedgamewrap .abcgame_abcpickrecommendedgame .abcgame_smlogo {
    /* width: 350px;
    height: 238px; */
    margin-top: 0px;
    background-position: center;
    background-size: contain;
}

.abcgame_vertical.vertical_4 {
    width: 13.1%;
}

.abcgame_vertical.vertical_4 .abcgame_sm_drag {
    max-height: 11%;
}

.abcgame_vertical.vertical_5 {
    width: 11%;
}

.abcgame_horizontalbottom {
    position: absolute;
    width: 79.7%;
    background: #ffdb35;
    padding-left: 19.2%;
    z-index: 1;
    padding-right: 6px;
    border-radius: 8px;
    bottom: 45px;
    height: 10.5%;
    padding-top: 6px;
    right: 7px;
    padding-bottom: 6px;
    display: flex;
    justify-content: space-around;
}

.abcgame_horizontalbottom:after {
    content: '';
    position: absolute;
    height: 25px;
    width: 100%;
    background-color: red;
    top: 100%;
    left: -9px;
    right: 0;
    margin: auto;
    border-bottom-right-radius: 6px;
}

.abcgame_horizontalbottom:before {
    margin: auto;
    content: '';
    position: absolute;
    background: url(https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/SM-tyre.png);
    background-size: contain;
    width: 98%;
    height: 34px;
    bottom: -44px;
    z-index: 99;
    left: 0;
    right: 0;
}

.abcgame_horizontaltop {
    position: absolute;
    right: -2%;
    top: 1%;
    width: 50%;
}

.abcgame_horizontaltop .abcgame_sm_drag {
    width: 16%;
}

.abcgame_sm_gameRFTWrap {
    height: 600px;
}

.abcgame_sm_gameLFT {
    padding-left: 1%;
    padding-right: 0;
    width: 86%;
    height: 87%;
    float: left;
    padding-top: 2%;
}

.gameBody .abcgame_sm_gameLFT {
    height: 64.5%;
    padding: 10px 5px;
}

.abcgame_sm_gameRFT {
    padding-left: 0;
    padding-right: 0;
    width: 14%;
    height: 87%;
    float: left;
}

.abcgame_sm_imagedisplay {
    border: 1px solid #ccc;
    height: 176px;
    bottom: 269px;
    position: absolute;
    width: 31%;
    right: 17%;
    top: 19%;
    display: none;
}

.gameBody .abcgame_sm_drag .abcgame_imageWrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: flex;
    justify-content: normal;
}

#smdraghb_0 .abcgame_imageWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px !important;
}

.abcgame_invisible {
    visibility: hidden;
    cursor: auto !important;
}

.abcgame_emptydropbox {
    background: linear-gradient(169deg, rgba(178, 231, 253, 1) 0%, rgba(188, 234, 253, 1) 100%);
    margin-right: 0;
}

.abcgame_sm_imagedisplay img {
    width: 100%;
    height: 100%;
}

.abcgame_cursorauto {
    cursor: auto !important;
}

.abcgame_smoverlay0 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: visible;
    opacity: 1;
    z-index: 8;
}

.abcgame_smshowgetready {
    font-size: 52px;
    text-align: center;
    font-weight: bold;
    color: #7616e7;
    margin-top: 0;
    width: 100%;
}

.abcgame_smtest {
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 100px;
    left: 0px;
}

.abcgame_SMwtimer {
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    padding: 0;
    text-align: center;
    margin: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 57%;
    height: 61px;
    padding-bottom: 14px;
    font-weight: bold;
}

.abcgame_smlogo {
    /* width: 270px;
    height: 270px; */
    margin: 0 auto;
    background-repeat: no-repeat;
    margin-top: 0%;
    background-size: contain;
}

.abcgame_sminstructions {
    width: 50px;
    height: 60px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer !important;
    z-index: 9;
}

#abcsoundmatch .abcgame_abcpickrecommendedgame button,
#abcsoundmatch .buttonDiv button {
    position: static;
    color: #fff;
    font-size: 0;
    background-color: transparent;
    border: none;
    margin: 0 auto;
    background-position-y: center !important;
    background-position-x: center;
    background-size: contain;
    background-image: url(https://d25k2pvzisqrb6.cloudfront.net/assets/recommendedgames/images/unload-tractor-play.png);
    background-repeat: no-repeat;
}

.abcgame_abcpickrecommendedgame button,
#abcsoundmatch .buttonDiv button {
    width: 151px;
    height: 80px;
    position: absolute;
    /* left: auto; */
}

.gameContainer .abcgame_abcpickoptionalgamelist button {
    width: 70px;
    height: 25px;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    transform: none;
}

.abcgame_abcpickoptionalgamelist button {
    background-color: transparent;
}

.abcgame_sm_instruction_content {
    width: 84%;
    height: 88%;
    position: absolute;
    background-repeat: no-repeat;
    left: 8%;
    top: 8%;
    padding-top: 11%;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 10%;
    text-align: center;
    background-size: 100% 100%;
}

.abcgame_sm_instruction_content {
    -moz-animation: smappear 1s ease 0s 1 normal;
    -ms-animation: smappear 1s ease 0s 1 normal;
    -webkit-animation: smappear 1s ease 0s 1 normal;
    animation: smappear 1s ease 0s 1 normal;
}

@-webkit-keyframes smappear {
    0% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
    }

    60% {
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@-ms-keyframes smappear {
    0% {
        -ms-transform: scale3d(0.3, 0.3, 0.3);
    }

    60% {
        -ms-transform: scale3d(1, 1, 1);
    }
}

@-moz-keyframes smappear {
    0% {
        -moz-transform: scale3d(0.3, 0.3, 0.3);
    }

    60% {
        -moz-transform: scale3d(1, 1, 1);
    }
}

@keyframes smappear {
    0% {
        transform: scale3d(0.3, 0.3, 0.3);
    }

    60% {
        transform: scale3d(1, 1, 1);
    }
}

.abcgame_sm_instruction_header {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0%;
    margin-left: 3%;
}

.abcgame_smControlsRightWrap,
.abcgame_smleftsmwrap {
    width: 100%;
    height: 100%;
}

.abcgame_smControlsWrap {
    text-align: center;
    width: 100%;
    height: 12%;
    margin-left: 0%;
    margin-top: 2%;
}

.abcgame_sm_dropboxwrap {
    width: 100%;
    /* height: 18%; */
    height: 60%;
}

.fa-info.abcgame_smcontrols.abcgame-Info {
    background-color: #105fce;
    border: 3px solid #003886;
    color: #f3f8ff;
}

.fa-play.abcgame_smcontrols.abcgame-Play {
    background-color: #f1661c;
    border: 3px solid #a03800;
    color: #fff4ee;
}

.fa-redo-alt.abcgame_smcontrols.abcgame-Refresh {
    background-color: #f11c29;
    color: #fff0f1;
    border: 3px solid #b1000b;
}

.fa-pause.abcgame_smcontrols.abcgame-Pause {
    background-color: #0daf22;
    border: 3px solid #00750f;
    color: #e6ffe9;
}

.abcgame_smcontrols {
    width: 47px;
    height: 47px;
    cursor: pointer;
    display: inline-block;
    margin-right: 2%;
    line-height: 42px;
    border-radius: 100%;
    font-size: 17px;
    text-align: center;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.35);
}

.tooltip.abcgame_smcustomClass .tooltip-inner {
    color: #fff;
    background-color: #423f3f;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.tooltip.abcgame_smcustomClassrt {
    top: 85px !important;
}

.tooltip.abcgame_smcustomClass {
    top: 65px !important;
    z-index: 5 !important;
}

.abcgame_smgameplayWrap {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.abcgame_nomargin {
    margin-right: 0px;
}

.gameBody .abcgame_SMtimermode {
    color: #fff;
    width: 90%;
    height: auto;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0px 3px 2px 6px rgb(75, 69, 81);
    border-radius: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 36px;
    padding: 0;
    margin: auto;
}

.abcgame_SMtimermoderegular {
    background-color: #f77e00;
}

.abcgame_SMtimermodeslow {
    background-color: #7200f7;
}

.abcgame_SMtimermodefast {
    background-color: #ff003d;
}

.abcgame_SMtimermodewrap {
    float: left;
    width: 23%;
    margin-right: 4%;
    text-align: center;
    height: 50px;
}

.abcgame_SMtimermodewrap:first-child {
    margin-left: 4%;
}

.gameBody .abcgame_SMtimermodeparent {
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
    margin-top: 0;
    display: flex;
    justify-content: center;
    position: absolute !important;
    bottom: 2%;
}

.abcgame_SMtimerparent {
    margin-top: 14%;
}

.abcgame_sm_closeinstruction {
    width: 7%;
    height: 9%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
}

.abcgame_sm_instruction_step {
    width: 96%;
    height: 68%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 16%;
    padding: 3% 8%;
    text-align: left;
    font-size: 16px;
    cursor: default;
}

.abcgame_sm_closeinstruction {
    width: 10%;
    height: 11%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 6%;
    top: 22%;
    cursor: pointer !important;
}

.abcgame_sm_instruction_step ol li {
    margin-bottom: 7%;
    color: #000;
    font-weight: 600;
    width: 96%;
}

.abcgame_leftsmlogo {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 80%;
    height: 37%;
    margin: 0 auto;
}

.abcgame_smatoe {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    font-size: 29px;
    margin: 0 auto;
    font-weight: bold;
    line-height: 62px;
    width: 60%;
    height: 12%;
    margin-top: 12%;
    margin-bottom: 10%;
}

.abcgame_smstarwrap {
    text-align: center;
}

.abcgame_smstar {
    display: inline-block;
    font-size: 50px;
    margin: 3px;
    width: 15%;
    height: 43px;
    clear: both;
}

.abcgame_smstar img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: block;
}

.abcgame_smgameplayblock {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/SM-grass.png) no-repeat bottom;
    visibility: visible;
    z-index: 0;
    background-size: contain;
}

.rightEffect {
    border: 3px solid #00a000;
    cursor: default;
}

.wrongEffect {
    border: 3px solid red;
}

.abcgame_smScoreBg {
    background: #fcebd6;
    padding: 3%;
    margin: 3%;
    border-radius: 7px;
    height: 94%;
    width: 94%;
    border: 4px solid #c5bdad;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.abcgame_smtimedetails {
    width: 33%;
    float: left;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin-right: 3%;
    margin: 0 auto;
    font-weight: bold;
}

.abcgame_smscoredetails {
    background-repeat: no-repeat;
    /*background-image: 100% 100%;*/
    overflow: auto;
    width: 79%;
    margin: 0 auto;
    padding: 0px 0px 20px 0;
    position: relative;
    z-index: 1;
}

.gameBody ul.instructionMenu {
    width: 70%;
    margin: 30px auto 0 auto;
}

.rightSideBar {
    overflow: hidden;
}

.gameBody .clock canvas {
    /*
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 266px;
 */
}

.timer-wrap {
    /*     position: absolute; */
    left: 0;
    right: 0;
    bottom: 20px;
}

.gameBody .timer {
    background: #072157;
    color: #fff;
    font-size: 22px;
    text-align: center;
    width: 150px;
    padding: 5px 0;
    margin: auto;
}

.gameBody ul.instructionMenu li {
    font-weight: 600;
    line-height: 25px;
}

.gameBody .abcgame_smtimedetailsbox,
.gameBody .abcgame_smplayagainbtn,
.gameBody .abcgame_smnextlevelbtn {
    color: #fff;
    width: 80%;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0px 3px 2px 6px rgb(75, 69, 81);
    border-radius: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 36px;
    padding: 0;
    margin: 7px auto !important;
    height: 36px !important;
}

.gameBody .abcgame_smplayagainwithtrophy {
    width: 39% !important;
    margin: 0 auto !important;
    height: auto !important;
    display: flex;
    justify-content: center;
}

.gameBody .abcgame_smtrophywrap {
    height: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.abcgame_smplayagain {
    width: 28%;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 3%;
}


.abcgame_smplayagainwithtrophy {
    width: 31%;
    margin: 0 auto;
    margin-top: 2%;
    margin-bottom: 3%;
}

.abcgame_smplayagainwithtrophypa {
    width: 28%;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: 4%;
}

.abcgame_smplayagainbtn,
.abcgame_smnextlevelbtn {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.abcgame_smplayagainbtn2 {
    border: none;
    background: transparent;
    width: 100%;
    height: 100%;
    background-position-y: 3px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 6%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.abcgame_smshowgetreadycount {
    font-weight: bold;
    color: #7616e7;
    font-size: 180px;
    margin: 0 auto;
    text-align: center;
    margin-top: 2%;
    padding: 0;
    margin: 0 auto;
    line-height: 93%;
}

.abcgame_sm_feathers {
    width: 120px;
    height: 200px;
    position: absolute;
    z-index: 0;
}

.abcgame_smTimerWrap {
    position: relative;
    background-size: 100% 118%;
    height: 29%;
    background-repeat: no-repeat;
    background-position-y: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.abcgame_smLoseWrap {
    width: 100%;
    position: relative;
    background-size: 100% 100%;
    height: 36%;
    margin: auto;
    -moz-animation: smappear 1s ease 0s 1 normal;
    -ms-animation: smappear 1s ease 0s 1 normal;
    -webkit-animation: smappear 1s ease 0s 1 normal;
    animation: smappear 1s ease 0s 1 normal;
}

.abcgame_smLoseWrap2 {
    margin-top: 25%;
    position: relative;
    background-size: 100% 100%;
    height: 42%;
}

#abcgame_SMwotimer {
    float: right;
}

#abcgame_SMwtimer {
    float: left;
}

.abcgame_smlosetext {
    color: #7616e7;
    font-size: 27px;
    text-align: center;
    font-weight: bold;
}

.abcgame_smscoredetails2,
.abcgame_smscoredetails_woscore {
    background-repeat: no-repeat;
    overflow: auto;
    width: 79%;
    margin: 0 auto;
    padding: 7% 0;
    position: relative;
    z-index: 1;
    text-align: center;
}

.abcgame_smscoredetailsbgtxt {
    padding: 13% 0 !important;
}

.abcgame_smscoredetails_woscore {
    padding: 18% 0;
}

#sm_feathers3 {
    left: 3%;
    bottom: 7%;
}

#sm_feathers4 {
    right: 3%;
    transform: rotateY(180deg);
    bottom: 7%;
}

.abcgame_smtrophywrap {
    height: 55%;
    clear: both;
}

.abcgame_smtrophy {
    height: 75%;
    width: 42%;
    margin: 0 auto;
    text-align: center;
}

.abcgame_smtrophy img {
    width: 100%;
    height: 100%;
}

.abcgame_sm_completedmsg {
    color: #7616e7;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    /* padding-top: 2%; */
}

.abcgame_smcongrats {
    font-size: 24px;
}

.abcgame_smtimedetailswotimer {
    width: 33%;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
}

.abcgame_smplayagainwithtrophynl {
    width: 29%;
}

.abcgame_smnextlevelbtn {
    border: none;
    background: transparent;
    width: 100%;
    height: 61px;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 111;
    background-size: 100% 100%;
    font-size: 17px;
    background-repeat: no-repeat;
    padding-bottom: 6%;
}

.abcgame_smplayagainwithtrophy.abcgame_smpa {
    float: left;
    margin-right: 3%;
    margin-left: 18%;
    margin-top: 5.4%;
    height: 61px;
}

.abcgame_smplayagainwithtrophy.abcgame_smnl {
    float: left;
    margin-top: 4%;
}

.abcgame_smplayagainwithtrophy.abcgame_smnl1 {
    float: left;
    margin-top: 2%;
}

.abcgame_fastpawrap {
    position: relative;
    height: 11%;
}

.abcgame_fastpa {
    position: absolute;
    background-repeat: no-repeat;
    z-index: 111;
}

.abcgame_smclockWrap {
    width: 230px;
    height: 470px;
    margin: 0 auto;
    margin-top: -4%;
    font-size: 18px;
    text-align: center;
    position: relative;
    transform: scale(0.9, 0.9);
    background-repeat: no-repeat;
}

.abcgame_smtimeRemainlabel {
    top: 31%;
    color: #ffff00;
    position: relative;
    font-size: 15px;
    font-weight: bold;
}

.abcgame_smcountdown {
    font-size: 19px;
    position: relative;
    top: 34%;
    color: #000;
    font-weight: bold;
}

.abcgame_smtimeModelabel {
    position: relative;
    top: 34%;
    font-size: 15px;
    color: #f00;
    font-weight: bold;
}

.abcgame_smtimeMode {
    position: relative;
    top: 35%;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.gameBody .abcgame_maincontainerContent .abcgame_smsplashwrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.abcgame_smclockDialSlow {
    -webkit-animation: abcgame_sm_playc 60s steps(4) infinite,
        abcgame_sm_playh 30s steps(15) infinite;
    -moz-animation: abcgame_sm_playc 60s steps(4) infinite,
        abcgame_sm_playh 30s steps(15) infinite;
    -ms-animation: abcgame_sm_playc 60s steps(4) infinite,
        abcgame_sm_playh 30s steps(15) infinite;
    animation: abcgame_sm_playc 60s steps(4) infinite,
        abcgame_sm_playh 30s steps(15) infinite;
}

.abcgame_smclockDialRegular {
    -webkit-animation: abcgame_sm_playc 50s steps(4) infinite,
        abcgame_sm_playh 25s steps(15) infinite;
    -moz-animation: abcgame_sm_playc 50s steps(4) infinite,
        abcgame_sm_playh 25s steps(15) infinite;
    -ms-animation: abcgame_sm_playc 50s steps(4) infinite,
        abcgame_sm_playh 25s steps(15) infinite;
    animation: abcgame_sm_playc 50s steps(4) infinite,
        abcgame_sm_playh 25s steps(15) infinite;
}

.abcgame_smclockDialFast {
    -webkit-animation: abcgame_sm_playc 40s steps(4) infinite,
        abcgame_sm_playh 10s steps(15) infinite;
    -moz-animation: abcgame_sm_playc 40s steps(4) infinite,
        abcgame_sm_playh 10s steps(15) infinite;
    -ms-animation: abcgame_sm_playc 40s steps(4) infinite,
        abcgame_sm_playh 10s steps(15) infinite;
    animation: abcgame_sm_playc 40s steps(4) infinite,
        abcgame_sm_playh 10s steps(15) infinite;
}

@-webkit-keyframes abcgame_sm_playc {
    0% {
        background-position-y: 0px;
    }

    100% {
        background-position-y: -600px;
    }
}

@-webkit-keyframes abcgame_sm_playh {
    0% {
        background-position-x: 0px;
    }

    100% {
        background-position-x: -2250px;
    }
}

/* @-moz-keyframes abcgame_sm_playc {
     	0% {
     		background-position: 0px 0px;
     	}
     	100% {
     		background-position: 0px -600px;
     	}
     }

     @-moz-keyframes abcgame_sm_playh {
     	0% {
     		background-position: 0px 0px;
     	}
     	100% {
     		background-position: -2250px 0px;
     	}
     }

     @keyframes abcgame_sm_playc {
     	0% {
     		background-position-y: 0px;
     	}
     	100% {
     		background-position-y: -600px;
     	}
     }

     @keyframes abcgame_sm_playh {
     	0% {
     		background-position-x: 0px;
     	}
     	100% {
     		background-position-x: -2250px;
     	}
     }*/

.abcgame_smclockDialWrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 358px; */
}

.abcgame_smclockDial {
    width: 150px;
    height: 150px;
    margin-top: 0px;
    margin-left: 39px;
}

.abcgame_switchtimer {
    font-size: 16px;
    width: 106%;
    margin-top: 4%;
}

.abcgame_smgetreadyTimerWrap {
    margin-bottom: 0 !important;
}

.abcgame_smrepeatletter {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 70%;
    height: 10%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding-top: 5%;
    margin: 0 auto;
    margin-top: 9%;
    cursor: pointer !important;
    line-height: 14px;
}

/*----------------big screen starts-----------------*/



/*----------------End css for custom resolutions issue-----------------*/

@media (min-width: 1601px) {
    #smdraghb_0:before {
        bottom: -46px;
        width: 135px;
        height: 137px;
    }

    .abcgame_vertical.vertical_4 {
        height: 83.99%;
    }
}

/*----------------start css for custom resolutions issue-----------------*/
@media (min-width: 1601px) and (max-height:749px) {
    #smdraghb_0:before {
        width: 110px;
    }

    .abcgame_vertical.vertical_4 {
        height: 79%;
    }

    #interactivity_div .abcSoundMatchWrapper .leftSideBar img {
        max-width: 60% !important;
    }
}

/* @media (min-width: 1600px) {

    .gameContainer .abcgame_maincontainerContent.popBalloonRecommendedgamewrap,
    .gameBody .gameContainer .contentBox {
        max-height: 70vh !important;
    }
} */

/*----------------big screen ends-----------------*/

@media (min-width: 1366px) {
    .gameBody .contentBox {
        /*         width: 80vh; */
        margin: auto;
        max-height: 800px;
    }

    .gameBody .abcSoundMatchContainer {
        min-height: 420px;
        overflow-y: visible;
    }
}

@media (max-width: 1366px) and (min-width: 992px) {
    .landscape .gameBody .contentBox {
        height: 100%;
        max-height: 600px !important;
        /* min-width: 600px; */
    }

    .landscape .gameBody .abcSoundMatchContainer {
        min-height: 420px;
        overflow-y: visible;
    }
}

/*----laptop L1-----*/

@media screen and (max-width: 1366px) and (min-width: 768px) {
    .abcgame_smgetreadyTimerWrap {
        margin-bottom: 0 !important;
    }

    .abcgame_smscoredetails2,
    .abcgame_smscoredetails_woscore {
        background-repeat: no-repeat;
        overflow: auto;
        width: 79%;
        margin: 0 auto;
        padding: 7% 0;
        position: relative;
        z-index: 1;
        text-align: center;
    }

    .abcgame_smscoredetails_woscore {
        padding: 16% 0;
    }

    .abcgame_smLoseWrap2 {
        margin-top: 25%;
        position: relative;
        background-size: 100% 100%;
        height: 38%;
    }

    .abcgame_smatoe {
        width: 65%;
        line-height: 71px;
        height: 10%;
    }

    .abcgame_soundMatchContainer {
        max-width: 1200px;
        height: 100%;
    }

    .abcgame_maincontainer {
        width: 51%;
    }

    .abcgame_mainContainerOffset {
        margin-left: 0;
    }

    .abcgame_SMwtimer {
        background-size: 100% 100%;
        font-size: 16px;
        width: 69%;
        height: 63px;
        background-position-y: 0px;
        padding-bottom: 14px;
        font-weight: bold;
    }

    .abcgame_SMtimermode {
        font-size: 18px;
        height: 61px;
    }

    .abcgame_sidemenu {
        width: 24%;
    }

    .abcgame_smatoe {
        width: 60%;
        height: 12%;
        margin-top: 7%;
        margin-bottom: 10%;
        font-size: 21px;
    }

    .abcgame_leftsmlogo {
        width: 79%;
        height: 37%;
    }

    .abcgame_sm_alphabets {
        width: auto;
        font-size: 60px;
        height: 100%;
        /*line-height: 83px;*/
    }

    .abcgame_smstar img {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        display: block;
    }

    .abcgame_smstar {
        font-size: 50px;
        margin: 3px;
        width: 16%;
        height: 48px;
        clear: both;
    }

    .abcgame_smshowgetreadycount {
        font-size: 250px;
    }

    .abcgame_smtimedetailsbox {
        width: 84%;
        text-align: center;
        height: 48px;
        line-height: 35px;
        background-size: 100% 100%;
        font-size: 16px;
        margin-top: 6%;
    }

    .abcgame_smtimedetails {
        font-size: 13px;
        width: calc(33% - 4px);
        margin: 0 2px;
    }

    .abcgame_smshowgetready {
        font-size: 30px;
    }

    .abcgame_smshowgetreadycount {
        font-size: 77px;
    }

    .abcgame_smplayagainbtn {
        width: 100%;
        height: 100%;
        font-size: 16px;
        padding-bottom: 6%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .abcgame_smplayagainbtn {
        width: 100%;
        height: 100%;
        font-size: 14px;
    }

    .abcgame_smplayagain {
        width: 36%;
        margin: 0 auto;
        margin-top: 3%;
        margin-bottom: 3%;
        height: 13%;
    }

    .abcgame_smshowgetreadycount {
        line-height: 93%;
    }

    .abcgame_sm_instruction_step {
        font-size: 16px;
    }

    .tooltip.abcgame_smcustomClassrt {
        top: 85px !important;
    }

    .tooltip.abcgame_smcustomClass {
        top: 65px !important;
        z-index: 5 !important;
    }

    .abcgame_smnextlevelbtn {
        width: 100%;
        height: 65px;
        font-size: 17px;
        padding-bottom: 6%;
        margin-top: 4%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .abcgame_smplayagainbtn2 {
        font-size: 17px;
        padding-bottom: 6%;
    }

    .abcgame_smplayagainwithtrophy {
        width: 31%;
        margin: 0 auto;
        margin-top: 2%;
        margin-bottom: 3%;
    }

    .abcgame_smplayagainwithtrophy.abcgame_smpa {
        margin-left: 18%;
        height: 61px;
    }

    .abcgame_switchtimer {
        font-size: 16px;
        padding-bottom: 6%;
    }

    .abcgame_smplayagainwithtrophy.abcgame_smnl1 {
        margin-top: 0%;
    }

    .abcgame_smclockWrap {
        transform: scale(0.7, 0.7);
    }

    .abcgame_smshowgetreadycount {
        font-size: 180px;
    }

    .landscape .abcgame_abcpick_clockbase {
        top: 35%;
        transform: scale(0.8, 0.8);
    }

    .abcgame_abcpick_ratingRow .abcgame_startRate {
        display: inline-block;
        margin-bottom: 15px;
        margin: 8px 1px;
        width: 31px;
    }

    .portrait .abcgame_abcpickparent.ng-scope .abcgame_abc-containerWrap {
        height: 88vh !important;
    }

    .landscape .abcgame_abcpick_timer {
        transform: scale(0.9);
    }

    .landscape .abcgameabcpick .abcgame_abccol.abcgame_sidemenu {
        padding-top: 0;
    }
}

/*----laptop L1-----*/
/*----------------ipad both orient starts-----------------*/

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .tooltip {
        display: none !important;
    }

    .abcgame_smlogo {
        width: 80%;
        height: 48%;
        margin: 0 auto;
        background-repeat: no-repeat;
        margin-top: 9%;
        background-size: 100% 100%;
    }

    .abcgame_SMwtimer {
        width: 62%;
        height: 62px;
        font-size: 15px;
    }

    .abcgame_SMtimermode {
        width: 100%;
        height: 62px;
        font-size: 15px;
    }

    .abcgame_soundMatchContainer {
        max-width: 1200px;
        height: 100%;
    }

    .abcgame_maincontainer {
        width: 59%;
    }

    .abcgame_sidemenu {
        width: 20%;
    }

    .abcgame_leftsmlogo {
        width: 93%;
        height: 37%;
    }

    .abcgame_smatoe {
        width: 55%;
        height: 14%;
        font-size: 20px;
        line-height: 59px;
    }

    .abcgame_smstar {
        font-size: 50px;
        margin: 3px;
        width: 16%;
        height: 46px;
        clear: both;
    }

    .abcgame_smControlsWrap {
        height: 6%;
    }

    .abcgame_smcongrats {
        font-size: 25px;
    }

    .landscape .abcgame_sm_completedmsg {
        font-size: 14px;
        padding-top: 0px;
        margin-top: 1px;
    }

    .abcgame_smshowgetreadycount {
        font-size: 200px;
    }

    .abcgame_smstarwrap {
        height: auto;
        margin-top: 9%;
    }

    .landscape .abcgame_smstarwrap {
        height: auto;
        margin-top: -7%;
    }

    .landscape .abcgame_smtrophy img {
        width: 56%;
        height: auto;
    }

    .landscape .abcgame_smtrophywrap {
        height: 51%;
    }

    .landscape .abcgame_smplayagainwithtrophy.abcgame_smpa1,
    .abcgame_smnextlevelbtn {
        height: 39px;
        margin-top: 0;
    }

    .abcgame_smclockWrap {
        transform: scale(0.7, 0.7);
        margin-left: -9px;
    }

    .abcgame_sm_gameLFT {
        height: 70%;
    }

    .abcgame_sm_alphabetswrap {
        height: 21%;
    }

    .abcgame_sm_dropboxwrap {
        height: 50%;
    }

    .abcgame_sm_alphabets {
        width: auto;
    }

    .abcgame_sm_drop {
        width: auto;
    }

    .abcgame_sm_alphabets {
        height: 100%;
        font-size: 49px;
    }

    .landscape .ttheader {
        margin-top: -1px !important;
    }

    .abcgame_vertical .abcgame_sm_drag {
        max-height: 49px;
    }

    .abcgame_horizontalbottom {
        bottom: 43px;
        width: 80%;
        height: 11%;
        right: 7px;
    }

    .abcgame_smtimedetailsbox {
        width: 100%;
        font-size: 15px;
        height: 62px;
        background-size: 100% 100%;
        line-height: 29px;
    }

    .abcgame_smplayagainbtn2 {
        width: 100%;
        height: 100%;
        font-size: 17px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .abcgame_switchtimer,
    .abcgame_smplayagainbtn2 {
        width: 100%;
        height: 100%;
        font-size: 17px;
    }

    .abcgame_smstar {
        height: 20%;
        width: 15%;
        margin-bottom: 5%;
    }

    .abcgame_smstar img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .tooltip {
        display: none !important;
    }

    .abcgame_SMwtimer {
        font-size: 13px;
        width: 64%;
    }

    .landscape .abcgame_abcpick_timer {
        top: 11%;
    }

    .landscape .abcgame_abcpickparent .abcgame_abcpick_clockbase {
        height: 293px !important;
        top: 32% !important;
    }
}

/*----------------ipad both orient ends-----------------*/
/*----------------ipad landscape starts-----------------*/

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .abcgame_soundMatchContainerrow {
        transform: scale(0.85, 0.85);
    }

    .abcgame_smstar {
        width: 15% !important;
        margin: 1px;
    }

    .abcgame_smlogo {
        width: 58%;
    }

    .abcgame_soundMatchContainerrow {
        height: 100% !important;
    }
}

/*----------------ipad landscape ends-----------------*/
/*----------------ipad potrait starts-----------------*/

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .abcgame_sm_alphabets {
        font-size: 42px;
        /*line-height: 78px;*/
    }

    .abcgame_maincontainerContent .abcgame_horizontalbottom #smdraghb_0 {
        left: -4px;
    }

    .abcgame_soundMatchContainer {
        height: 475px !important;
    }

    .tooltip {
        display: none !important;
    }

    .abcgame_smplayagainwithtrophy.abcgame_smpa {
        margin-left: 15%;
    }

    .abcgame_smplayagainwithtrophy {
        width: 29%;
        margin-bottom: 3%;
    }

    .abcgame_smnextlevelbtn,
    .abcgame_smplayagainbtn {
        height: 100%;
    }

    .abcgame_smControlsWrap {
        height: 7%;
    }

    .abcgame_smplayagainbtn,
    .abcgame_smnextlevelbtn {
        font-size: 19px;
    }

    .abcgame_switchtimer {
        font-size: 17px;
        width: 116%;
    }

    .abcgame_smpa {
        width: 33%;
    }

    .abcgame_smshowgetreadycount {
        font-size: 150px;
    }

    .abcgame_smplayagainbtn2,
    .abcgame_smtimedetails {
        font-size: 18px;
    }

    .abcgame_smtimedetailswotimer {
        font-size: 19px;
    }

    .abcgame_sm_completedmsg {
        font-size: 18px;
    }

    .abcgame_smcongrats {
        font-size: 20px;
    }

    .abcgame_smcountdown {
        font-size: 27px;
    }

    .abcgame_sm_feathers {
        width: 22%;
        height: 100%;
    }

    .abcgame_sm_instruction_header {
        font-size: 23px;
        margin-left: 5%;
    }

    .abcgame_sm_instruction_step {
        padding: 5% 1%;
        padding-right: 4%;
        font-size: 14px !important;
    }

    .tooltip {
        display: none !important;
    }

    .abcgame_horizontalbottom {
        bottom: 14px;
    }

    .abcgame_smatoe {
        font-size: 16px;
        line-height: 55px;
    }

    .abcgame_smclockWrap {
        transform: scale(0.6, 0.6);
        margin-left: -37px;
    }

    .abcgame_smatoe {
        line-height: 48px;
    }

    .abcgame_smlogo {
        width: 60%;
    }

    .abcgame_smstar {
        width: 13% !important;
    }

    .abcgame_smrepeatletter {
        font-size: 13px !important;
    }

    .abcgame_smcountdown {
        top: 58%;
    }

    .abcgame_smtimeModelabel {
        top: 62%;
    }

    .abcgame_smtimeMode {
        top: 62%;
    }

    .abcgame_smlogo {
        width: 50%;
    }

    .gameContainer canvas#confettiCanvas {
        width: 100%;
    }
}

/*----------------ipad potrait ends-----------------*/
/*------iphone 6 mobile landscape 667px starts---------*/
/*
@media only screen and (min-device-width: 375px) and (max-device-width: 767px) and (orientation: landscape) {
	.tooltip {
		display: none !important;
	}
	.abcgame_smlogo {
		width: 80%;
		height: 48%;
		margin: 0 auto;
		background-repeat: no-repeat;
		margin-top: 9%;
		background-size: 100% 100%;
	}
	.abcgame_maincontainer {
		width: 42%;
	}
	.abcgame_SMtimermode {
		width: 100%;
		height: 50px;
		font-size: 13px;
	}
	.abcgame_soundMatchContainer {
		max-width: 1200px;
		height: 600px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.abcgame_leftsmlogo {
		width: 62%;
		height: 23%;
	}
	.abcgame_smstar {
		font-size: 50px;
		margin: 3px;
		width: 21%;
	}
	.abcgame_smControlsWrap {
		height: 9%;
	}
	.abcgame_smcongrats {
		font-size: 25px;
	}
	.abcgame_sm_completedmsg {
		font-size: 23px;
	}
	.abcgame_smshowgetreadycount {
		font-size: 200px;
	}
	.abcgame_smstarwrap {
		height: auto;
		margin-top: 6%;
	}
	.abcgame_smstar {
		height: 42px;
	}
	.abcgame_smclockWrap {
		transform: scale(.7, .7);
		margin-left: -9px;
	}
	.abcgame_sm_gameLFT {
		height: 70%;
	}
	.abcgame_sm_alphabetswrap {
		height: 21%;
	}
	.abcgame_sm_dropboxwrap {
		height: 50%;
	}
	.abcgame_sm_alphabets {
		width: 18%;
	}
	.abcgame_sm_drop {
		height: 43%;
		width: 18%;
	}
	.abcgame_sm_alphabets {
		height: 100%;
		font-size: 49px;
	}
	#smdraghb_0 {
		left: -16px;
	}
	.abcgame_horizontalbottom .abcgame_sm_drag {
		display: inline-block;
		text-align: center;
		margin-bottom: 9px;
		margin-right: 1.9%;
		width: 15%;
		height: 92%;
	}
	.abcgame_horizontalbottom {
		bottom: 11px;
		width: 95%;
		height: 11%;
		right: 7px;
	}
	.abcgame_smtimedetailsbox {
		width: 100%;
		font-size: 13px;
		height: 50px;
		background-size: 100% 100%;
		line-height: 18px;
	}
	.abcgame_smplayagainbtn2 {
		width: 100%;
		height: 100%;
		font-size: 17px;
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.abcgame_switchtimer,
	.abcgame_smplayagainbtn2 {
		width: 100%;
		height: 100%;
		font-size: 13px;
	}
	.abcgame_smstar {
		height: 15%;
		width: 11%;
		margin-bottom: 1%;
	}
	.abcgame_smstar img {
		width: 100%;
		height: 100%;
		display: block;
	}
	.abcgame_soundMatchContainerrow {
		height: 397px;
		width: 979px;
	}
	.abcgame_mainContainerOffset {
		width: 42%;
	}
	.abcgame_SMwtimer {
		width: 75%;
		height: 50px;
		font-size: 13px;
	}
	.abcgame_smlosetext {
		font-size: 22px;
	}
	.abcgame_sm_alphabets {
		height: 100%;
		font-size: 34px;
		line-height: 50px;
	}
	.abcgame_vertical .abcgame_sm_drag {
		margin-left: -2px;
		height: 10.4%;
	}
	.abcgame_vertical {
		top: 10px;
		right: 4px;
	}
	.abcgame_horizontalbottom {
		bottom: 6px;
		right: 4px;
	}
	#smdraghb_0 {
		left: -12px;
	}
	.abcgame_sidemenu {
		width: 26%;
	}
	.abcgame_smatoe {
		width: 38%;
		height: 11%;
		font-size: 16px;
		line-height: 37px;
	}
	.abcgame_sm_instruction_header {
		font-size: 18px;
	}
	.abcgame_sm_instruction_step {
		font-size: 12px;
	}
	.abcgame_sm_instruction_step {
		padding: 4% 1%;
		padding-right: 3%;
	}
	.abcgame_smplayagainwithtrophy {
		width: 28%;
	}
	.abcgame_smplayagainwithtrophy.abcgame_smpa {
		margin-left: 12%;
	}
	.abcgame_sm_feathers {
		width: 21%;
		height: 100%;
	}
	.abcgame_smclockWrap {
		transform: scale(.6, .6);
		margin-left: 3%;
		margin-top: -29%;
	}
	.abcgame_smtimedetails {
		font-size: 13px;
	}
	.abcgame_smplayagainbtn {
		height: 100%;
		font-size: 12px;
	}
	.abcgame_smshowgetready {
		font-size: 27px;
	}
	.abcgame_smshowgetreadycount {
		font-size: 100px;
	}
	.abcgame_smscoredetails {
		padding: 9px 0;
	}
	.abcgame_smnextlevelbtn {
		height: 50px;
		font-size: 11px;
	}
	.abcgame_smtrophy {
		height: 68%;
		width: 35%;
	}
	.abcgame_smcongrats {
		font-size: 16px;
	}
	.abcgame_sm_completedmsg {
		font-size: 14px;
		padding-top: 0%;
	}
	.tooltip {
		display: none !important;
	}
	.abcgame_smtimedetailswotimer {
		font-size: 15px;
	}
	.abcgame_smscoredetails2 {
		padding: 13px 0;
	}
}*/
/*------iphone 6 mobile landscape 667px ends---------*/
/*------iphone 6 plus mobile landscape starts---------*/
/*@media only screen and (min-device-width: 464px) and (max-device-width: 736px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) {
	.abcgame_soundMatchContainerwrap {
		margin-top: -20px;
		overflow: hidden;
		position: relative;
	}
}*/
/*------iphone 6 plus mobile landscape ends---------*/
/*------Laptop 680 starts---------*/

@media (max-width: 1400px) {

    .gameBody .abcgame_abcpickrecommendedgame button,
    #abcsoundmatch .buttonDiv button {
        background-position-y: 13px;
    }
}

@media (max-width: 1300px) {
    .abcgame_horizontalbottom:before {
        width: 96%;
    }
}

@media screen and (min-width: 1366px) {
    .abcgame_smshowgetreadycount {
        font-size: 101px;
    }
}

@media (min-width:1280px) {
    .abcgame_maincontainerContent.abcSound_maincontainerContent.sound_match_screen2_bg .abcgame_abcpickrecommendedgamewrap .game_sm_logo {
        background-position: center;
    }



    .abcgame_maincontainerContent.abcSound_maincontainerContent.sound_match_screen2_bg .game_sm_logo {
        background-position: center;
    }
}

@media screen and (max-width: 1366px) and (min-width: 768px) {
    .abcgame_vertical .abcgame_sm_drag {
        max-height: 9.39%;
    }

    .abcgame_vertical.vertical_5 .abcgame_sm_drag {
        max-height: 9.75%;
    }

    .abcgame_sm_alphabets {
        font-size: 29px;
        /*line-height: 78px;*/
    }

    .abcgame_smatoe {
        line-height: 52px;
    }

    .abcgame_smControlsWrap {
        height: 10%;
    }

    .landscape .abcgame_soundMatchContainerrow .abcgame_sidemenu {
        padding: 10px 0 0 0;
    }

    .landscape .abcgame_smclockWrap {
        margin-top: -16%;
    }

    .abcgame_SMtimerparent {
        margin-top: 11%;
    }

    .abcgame_smscoredetails2 {
        padding: 7% 0;
    }

    .abcgame_smscoredetails_woscore {
        padding: 14% 0;
    }

    .abcgame_smscoredetails {
        padding-top: 4%;
    }

    .abcgame_smshowgetreadycount {
        font-size: 101px;
    }

    .abcgame_SMtimermodeparent {
        margin-top: 8%;
    }

    .abcgame_sminstructions {
        height: 8%;
    }

    .abcgame_smrepeatletter {
        height: 51px;
        font-size: 13px;
        padding-top: 5%;
        line-height: 8px;
    }

    /* used for centralised the text of left container of ABCsound Match*/
    .landscape .abcgame_smleftsmwrap.abcgame_sm_LL {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        height: 100%;
        align-content: center;
    }
}

/*------Laptop 680 ends---------*/
/*-------abcsm recommended screen starts------*/

.abcgame_smrecommendedgamewrap {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #ddffff;
    z-index: 50;
    padding: 7px;
    top: 0;
}

.abcgame_smrecommendedgame {
    height: 63%;
    overflow: hidden;
    border-radius: 8px;
    border: 2px solid #fff;
    position: relative;
    box-shadow: #ccc 1px 2px 8px 2px;
    margin-bottom: 1%;
}

.abcgame_smrecommendedgame img {
    width: 100%;
}

.abcgame_smoptionaltitle {
    background-image: url(https://d25k2pvzisqrb6.cloudfront.net/assets/recommendedgames/images/gameoptional_title.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 8%;
    width: 41%;
    text-align: center;
    margin: 0 auto;
    font-size: 19px;
    line-height: 34px;
    color: #fff;
}

.abcgame_smoptionalgamewrap {
    width: 100%;
    height: 28%;
}

.abcgame_smoptionalgametable {
    display: flex;
    width: 100%;
    height: 100%;
}

.abcgame_smoptionalgamerow {
    display: table-row;
}

.abcgame_smoptionalgamelist {
    flex-basis: 100%;
    position: relative;
}

.abcgame_smrecommendedgame button,
.abcgame_smoptionalgamelist button {
    background-image: url(https://d25k2pvzisqrb6.cloudfront.net/assets/recommendedgames/images/unload-tractor-play.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.abcgame_smrecommendedgame button {
    width: 26%;
    height: 18%;
    position: absolute;
    bottom: 4%;
    border: navajowhite;
    color: #fff;
    font-size: 25px;
    background-position-y: 12px;
    left: 38%;
}

.abcgame_smoptionalgamelist button {
    width: 49%;
    height: 26%;
    position: absolute;
    border: none;
    bottom: 4%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background-position-y: 6px;
    left: 27%;
}

.abcgame_optgamethumbnail {
    height: 100%;
    width: 96%;
    margin-left: 2%;
    border: 2px solid #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: #ccc 1px 2px 8px 2px;
}

.abcgame_optgamethumbnail img {
    width: 100%;
    height: 100%;
}

.abcgame_smrecommendedgamefull {
    height: 100%;
}

.abcgame_smrecommendedgameplay {
    height: 12%;
}

.abcgame_display {
    display: none;
}

/*-------abcsm recommended screen ends------*/
/*abc sm all mobile starts*/

@media only screen and (max-width: 925px) {
    .abcgame_sminstructions {
        top: 5%;
    }

    .abcgame_horizontalbottom:before {
        width: 94%;
        height: 29px;
        bottom: -38px;
    }

    .tooltip {
        display: none !important;
    }

    .abcgame_smlogo,
    .abcgame_maincontainerContent.abcSound_maincontainerContent.sound_match_screen2_bg .game_sm_logo {
        width: 47%;
        height: 48%;
        margin: 0 auto;
        background-repeat: no-repeat;
        margin-top: 0;
        background-size: contain;
        margin-bottom: 0;
    }

    .portrait .abcgame_maincontainer {
        width: 100%;
    }

    .abcgame_SMtimermode {
        width: 100%;
        height: 100%;
        font-size: 10px;
        padding-top: 6%;
        background-position-y: 1px;
    }

    .abcgame_soundMatchContainer {
        max-width: 1200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .abcgame_leftsmlogo {
        width: 47%;
        height: 30%;
    }

    .abcgame_smstar {
        font-size: 50px;
        margin: 3px;
        width: 21%;
    }

    .abcgame_smControlsWrap {
        height: 9%;
    }

    .abcgame_smcongrats {
        font-size: 25px;
    }

    .abcgame_sm_completedmsg {
        font-size: 23px;
    }

    .abcgame_smshowgetreadycount {
        font-size: 200px;
    }

    .abcgame_smstarwrap {
        height: auto;
        margin-top: 6%;
    }

    .abcgame_smstar {
        height: 42px;
    }

    .abcgame_smclockWrap {
        transform: scale(0.7, 0.7);
        margin-left: -9px;
    }

    .abcgame_sm_gameLFT {
        height: 70%;
    }

    .abcgame_sm_alphabetswrap {
        height: 21%;
        margin-bottom: 6px;
    }

    .abcgame_sm_dropboxwrap {
        height: 60%;
    }

    .abcgame_sm_drop {
        width: auto;
        margin-bottom: 2px;
        margin-right: 0px;
    }

    .abcgame_horizontalbottom {
        bottom: 11px;
        width: 75%;
        height: 11%;
        right: 7px;
    }

    #smdraghb_0:before {
        bottom: -57px;
        width: 65px;
        right: 96%;
    }

    .portrait #smdraghb_0:before {
        bottom: -57px;
        width: 80px;
    }

    .abcgame_vertical {
        border-radius: 13px 13px 0 0;
    }

    .abcgame_smtimedetailsbox {
        width: 100%;
        font-size: 13px;
        height: 50px;
        background-size: 100% 100%;
        line-height: 18px;
    }

    .abcgame_smplayagainbtn2 {
        width: 100%;
        height: 100%;
        font-size: 17px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .abcgame_switchtimer,
    .abcgame_smplayagainbtn2 {
        width: 100%;
        height: 100%;
        font-size: 13px;
    }

    .abcgame_smstar {
        height: 15%;
        width: 11%;
        margin-bottom: 1%;
    }

    .abcgame_smstar img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .abcgame_soundMatchContainerrow {
        height: 100%;
        width: 100%;
    }

    .abcgame_mainContainerOffset {
        width: 42%;
    }

    .abcgame_SMwtimer {
        width: 84%;
        height: 32px;
        font-size: 10px;
    }

    .abcgame_smlosetext {
        font-size: 14px;
    }

    .abcgame_vertical .abcgame_sm_drag {
        max-height: 9.5%;
    }

    .abcgame_horizontalbottom {
        bottom: 12%;
        right: 4px;
        height: 13.5%;
        padding-left: 17.2%;
        padding-right: 4px;
        width: 77.5%;
    }

    .abcgame_horizontalbottom #smdraghb_0 {
        left: -10px;
        border: 3px solid #ffdb35;
        height: 140%;
        top: -41%;
    }

    .abcgame_sidemenu {
        width: 26%;
    }

    .abcgame_smatoe {
        width: 33%;
        height: 11%;
        font-size: 11px;
        line-height: 22px;
    }

    .abcgame_sm_instruction_header {
        font-size: 9px;
    }

    .abcgame_sm_instruction_step {
        font-size: 8px;
    }

    .abcgame_sm_instruction_step {
        padding: 4% 1%;
        padding-right: 3%;
    }

    .abcgame_smplayagainwithtrophy {
        width: 28%;
    }

    .abcgame_smplayagainwithtrophy.abcgame_smpa {
        margin-left: 12%;
    }

    .abcgame_sm_feathers {
        width: 21%;
        height: 100%;
    }

    .abcgame_smclockWrap {
        transform: scale(0.6, 0.6);
        margin-left: 3%;
        margin-top: -29%;
    }

    .abcgame_smtimedetails {
        font-size: 13px;
    }

    .abcgame_smplayagainbtn {
        height: 100%;
        font-size: 12px;
    }

    .abcgame_smshowgetready {
        font-size: 27px;
    }

    .abcgame_smscoredetails {
        padding: 9px 0;
    }

    .abcgame_smnextlevelbtn {
        height: 50px;
        font-size: 11px;
    }

    .abcgame_smtrophy {
        height: 68%;
        width: 35%;
    }

    .abcgame_smcongrats {
        font-size: 16px;
    }

    .abcgame_sm_completedmsg {
        font-size: 23px;
        padding-top: 0%;
    }

    .tooltip {
        display: none !important;
    }

    .abcgame_smtimedetailswotimer {
        font-size: 15px;
    }

    .abcgame_smscoredetails2 {
        padding: 13px 0;
    }

    .abcgame_smrepeatletter {
        width: 45%;
        height: 10%;
        font-size: 8px;
        padding-top: 3%;
        margin: 0 auto;
        margin-top: 9%;
        line-height: 11px;
    }

    .landscape .abcgame_smrepeatletter {
        line-height: 20px !important;
    }

    .abcgame_sm_alphabets {
        width: auto;
        height: 100%;
        font-size: 21px !important;
        margin-right: 0px;
    }

    .abcgame_smTimerWrap {
        height: 29%;
        background-position-y: -20px;
    }

    .abcgame_smtimedetails {
        font-size: 10px;
    }

    .abcgame_smtimedetailsbox {
        width: 96%;
        font-size: 8px;
        height: 21px;
    }

    .abcgame_smshowgetreadycount {
        font-size: 70px;
    }

    .abcgame_smclockWrap {
        margin-left: -15%;
        position: relative;
        top: 58%;
        transform: translateY(-50%) scale(0.3);
    }

    .abcgame_smplayagainbtn,
    .abcgame_smtimedetailswotimer {
        font-size: 9px;
    }

    .abcgame_smplayagainwithtrophy.abcgame_smpa {
        margin-left: 20%;
        height: 30px;
    }

    .abcgame_smnextlevelbtn {
        height: 30px;
        font-size: 8px;
    }

    .abcgame_smplayagainwithtrophy.abcgame_smnl {
        height: 30px;
    }

    .abcgame_smplayagainwithtrophy {
        width: 31%;
    }

    .abcgame_smplayagainbtn2 {
        background-position-y: 1px;
    }

    .abcgame_soundMatchContainerwrap {
        margin-top: 5px;
    }

    .abcgame_soundMatchContainerwrap {
        overflow: hidden;
    }

    .abcgame_vertical {
        padding: 4px;
        top: 4px;
        right: 4px;
        height: 75.99%;
    }

    .landscape .abcgame_vertical.vertical_3 {
        width: 100%;
        height: 100%;
    }

    .abcgame_smplayagain {
        width: 31%;
        margin: 0 auto;
        margin-top: 3%;
        margin-bottom: 3%;
        height: 11%;
    }

    .abcgame_smplayagainwithtrophy.abcgame_smpa1 {
        height: 11%;
    }

    .abcgame_smplayagainwithtrophy.abcgame_smnl1 .abcgame_smnextlevelbtn {
        height: 100%;
    }

    .abcgame_smplayagainwithtrophy.abcgame_smnl1 {
        height: 11%;
    }

    .abcgame_sm_instruction_step ol li {
        margin-bottom: 4%;
        width: 80%;
    }

    .landscape .gameBody .abcgame_abcpickrecommendedgamewrap .abcgame_abcpickrecommendedgame .abcgame_smlogo {
        width: 200px;
        height: 200px;
    }

    .landscape .gameBody .abcgame_SMtimermode {
        font-size: 13px !important;
        line-height: 34px;
        margin: auto;
        width: 90%;
    }

    .landscape .abcgame_vertical .abcgame_sm_drag {
        max-height: 8.8%;
        padding: 3px;
    }

    .landscape .abcgame_vertical.vertical_4 .abcgame_sm_drag {
        max-height: 13.4% !important;
    }

    .landscape .abcgame_vertical.vertical_5 .abcgame_sm_drag {
        max-height: 10.25%;
        margin: 0 auto 4px auto;
    }

    .landscape .gameBody .abcgame_abcpickrecommendedgame button {
        width: 98px;
        height: 54px;
        bottom: 20px;
        font-size: 17px;
        background-position-y: 18px;
        min-height: auto !important;
    }

    .shootTheRocketPlyBtn {
        width: 98px;
        height: 54px;
    }

    .landscape .gameBody .abcgame_smtimedetailsbox,
    .landscape .gameBody .abcgame_smplayagainbtn,
    .landscape .gameBody .abcgame_smnextlevelbtn {
        font-size: 12px;
        line-height: 24px;
        height: 24px !important;
    }

    .landscape .gameBody .abcgame_smtrophy {
        width: 90px;
    }

    .landscape .gameBody .abcgame_sminstructions {
        width: 38px;
        height: 50px;
    }

    .landscape .gameBody .mode {
        margin: 3px auto 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .landscape .gameBody .abcgame_abcpickrecommendedgamewrap .abcgame_abcpickrecommendedgame .abcgame_smlogo {
        width: 200px;
        height: 100px;
    }
}

@media only screen and (min-width: 768px) {

    .abcgame_sm_LL,
    .abcgame_sm_RL,
    .abcgame_sm_PL {
        display: block;
    }

    .abcgame_sm_LP,
    .abcgame_sm_RP,
    .abcgame_sm_PP {
        display: none;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {

    .abcgame_sm_LP,
    .abcgame_sm_RP,
    .abcgame_sm_PP {
        display: block;
    }

    /*.abcgame_sm_LL,
		.abcgame_sm_RL,
		.abcgame_sm_PL {
			display: none;
		}*/
    .abcgame_soundMatchContainer,
    .abcgame_soundMatchContainerrow,
    .abcgame_maincontainer {
        height: 100% !important;
    }

    .abcgame_soundMatchContainer .abcgame_maincontainer {
        width: 50%;
        margin: auto;
        float: none !important;
    }

    .abcgame_mainContainerOffset {
        float: none;
        margin: 0 auto;
    }

    .abcgame_soundMatchContainerrow {
        display: flex;
    }

    .abcgame_vertical.vertical_4 .abcgame_sm_drag {
        max-height: 8.6% !important;
    }

    .abcgame_vertical .abcgame_sm_drag {
        max-height: 8.89% !important;
    }

    .abcgame_vertical.vertical_5 .abcgame_sm_drag {
        max-height: 9.89% !important;
        margin: 0 auto 5px auto;
    }
}

/*mobile portrait starts*/

@media only screen and (max-width: 767px) and (orientation: portrait) {

    .abcgame_sm_completedmsg {
        font-size: 14px;
        /*added to retain font size on mobile portrait devices to 14 pixels which is modified to 23 for tablets.. line:2841 */
    }

    .abcgame_sm_LP,
    .abcgame_sm_RP,
    .abcgame_sm_PP {
        display: block;
    }

    .abcgame_sm_LL,
    .abcgame_sm_RL,
    .abcgame_sm_PL {
        display: none;
    }

    .abcgame_maincontainerContent.abcSound_maincontainerContent.sound_match_screen2_bg .game_sm_logo {
        width: 200px;
        height: 200px;
    }

    .abcgame_mainContainerOffset {
        margin: 0 auto;
        float: none;
    }

    .abcgame_smtop {
        height: 10%;
        width: 100%;
        padding: 0 18%;
        padding-top: 1%;
        padding-bottom: 1%;
    }

    .abcgame_smleftsmwrap.abcgame_sm_LP {
        height: 100%;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
    }

    .abcgame_sm_LPlogo {
        width: 17%;
        height: 100%;
        float: left;
    }

    .abcgame_leftsmlogo {
        width: 100%;
        height: 100%;
    }

    .abcgame_sm_Lcontrols {
        width: 13%;
        height: 88%;
        float: left;
        position: absolute;
        right: 0%;
        display: flex;
        align-items: center;
    }

    .abcgame_sm_LP .abcgame_sm_Lsmatoe {
        width: 17%;
        float: left;
        height: 65%;
        margin-left: 26%;
    }

    .abcgame_sm_LP .abcgame_smatoe {
        width: 100%;
    }

    .abcgame_maincontainer {
        margin: 0 auto;
        float: none;
    }

    .abcgame_smbottom.ng-scope {
        width: 100%;
        height: auto;
    }

    .abcgame_smControlsRightWrap.abcgame_sm_RPwrap {
        width: 100%;
        height: auto;
    }

    .abcgame_sm_RPwrap .abcgame_smstarwrap {
        width: 30%;
        float: left;
    }

    .abcgame_smstar {
        font-size: 48px;
        width: 11%;
        margin-bottom: 0;
        height: 34%;
        margin: 0 0.5%;
    }

    .abcgame_sm_RP_repeatsound {
        width: 23%;
        float: left;
        margin: 0 6%;
    }

    .abcgame_sm_RP_repeatsound .abcgame_smrepeatletter {
        width: 100%;
        height: 28px;
        padding-top: 9%;
    }

    .abcgame_sm_RP_timer {
        width: 30%;
        float: left;
        text-align: center;
    }

    .abcgame_sm_bottom_RP {
        position: relative;
        z-index: 10;
        padding: 0 8%;
    }

    .abcgame_sm_RP_timer .abcgame_smtimeRemainlabel {
        font-size: 10px;
    }

    .abcgame_sm_RP_timer .abcgame_smcountdown {
        font-size: 14px;
        top: 59%;
        color: #000;
        background: #d0d8a0;
        padding: 2%;
        border-radius: 8px;
        width: 25%;
        margin: 0 auto;
        margin-bottom: 2%;
    }

    .abcgame_sm_RP_timer .abcgame_smtimeModelabel {
        top: 63%;
        font-size: 10px;
    }

    .abcgame_smtimeMode {
        font-size: 11px;
    }

    .abcgame_soundMatchContainerrow {
        display: block;
    }

    .abcgame_sm_RP_controlswrap {
        text-align: center;
        margin-top: 6%;
    }

    .abcgame_sm_RP_controlswrap .abcgame_smcontrols {
        width: 48%;
        height: 34px;
    }

    .abcgame_smtimeMode {
        color: #fff;
    }

    .abcgame_smtimeModelabel {
        color: #adeb07;
    }

    .abcgame_smtimeRemainlabel {
        margin: 2% 0;
    }

    .portrait .abcgame_smcontrols {
        width: 37px;
        height: 37px;
        line-height: 32px;
        font-size: 14px;
    }
}

/*mobile portrait ends*/
@media (max-width:480px) {
    .abcgame_horizontalbottom:before {
        width: 90%;
        height: 30px;
    }
}

/*abc sm all mobile ends*/
/** abc game sound match ends **/

/* adding background images */

.abcgame_soundMatchContainerwrap {
    /* background-image: url("https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/abcsm_welcome_bg1.png"); */
    background-size: cover;
    background-position: center;
}

.abcSound_maincontainerContent {
    background-image: url("https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/sound-match-bg.jpg");
    background-size: 100% 100%;
}

#gameBody .-btnabcgamebingo .abcgame_bingomaincontainerContent .abcBingo.abcgame_abcpickrecommendedgame,
#gameBody .-btnabcgamebingo .bingoMaincontainer.abcgame_maincontainerContent.abcbingoMaincontainer {
    background-image: url(https://d25k2pvzisqrb6.cloudfront.net/assets/abcgame_bingo/images/abcgame_bingo_gamebg.png) !important;
    background-position: center !important;
    background-size: cover !important;
}

/* added css for abc bingo game SL3-12252 */
#gameBody #abcBingoMainDiv .-btnabcgamebingo .abcgame_bingomaincontainerContent .abcBingo.abcgame_abcpickrecommendedgame,
#gameBody .-btnabcgamebingo .bingoMaincontainer.abcgame_maincontainerContent.abcbingoMaincontainer {
    background-image: none !important;
    background-repeat: no-repeat;
    background-size: contain !important;
    /* background-color: #b4e2ee; */
}

#gameBody .-btnabcgamebingo .abcBingo .bingoLogo.abcgame_smlogo {
    visibility: hidden !important;
}

/* end */

#gameBody .-btnabcgamebingo .bingoMaincontainer.abcgame_maincontainerContent.abcbingoMaincontainer .abcgame_bingologo {
    visibility: hidden !important;
}

#gameBody .abcgame_abcpickrecommendedgame {
    background-image: url("https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/sound-match-bg.jpg");
}

#abcgame_SMwtimer {
    background-image: url("https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/abcsm_without_timer.png");
}

#abcgame_SMwotimer {
    background-image: url("https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/abcsm_with_timer.png");
}

.abcgame_smlogo {
    background-image: url("https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/abcsm_logo.png");
}

.abcGamePick_logo {
    background-image: url("https://d25k2pvzisqrb6.cloudfront.net/assets/abcpick/images/abc_logo.png") !important;
}

.abcgame_sminstructions {
    background-image: url("https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/abcsm_instructions.png");
}

.abcgame_leftsmlogo {
    background-image: url("https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/abcsm_leftlogo.png");
}

.abcgame_smatoe {
    background-image: url("https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/abcsm_a-e.png");
}

.abcgame_soundMatchContainerwrap {
    /*background-image: url("https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/abcsm_welcome_bg2.png");*/
    background-image: none !important;
    background: #eecda3 !important;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom,
            #efbae8,
            #ffffff) !important;
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom,
            #efbae8,
            #ffffff) !important;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.abcgame_smhelp {
    background-image: url("https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/abcsm_help.png");
}

.abcgame_smplay {
    background-image: url("https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/abcsm_play.png");
}

.abcgame_smpause {
    background-image: url("https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/abcsm_pause.png");
}

.abcgame_smrefresh {
    background-image: url("https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/abcsm_refresh.png");
}

.abcgame_smmute {
    background-image: url("https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/abcsm_mute.png");
}

.abcgame_smunmute {
    background-image: url("https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/abcsm_unmute.png");
}

.abcgame_smclockWrap {
    /* background-image: url("https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/abcsmclock.png"); */
}

.abcgame_smclockDial {
    background-image: url("https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/abcsmclockDial.png");
}

.abcgame_smrepeatletter {
    background-image: url("https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/abcsm_with_timer.png");
}

.abcgame_sm_instruction_step {
    background-image: url("https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/abcsm_instructions_bg.png");
}

.abcgame_sm_closeinstruction {
    background-image: url("https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/abcsm_cross.png");
}

.gameBody .abcgame_smtotTries {
    background-color: #7200f7;
}

.gameBody .abcgame_smtimeTaken {
    background-color: #f77e00;
}

.gameBody .abcgame_smtimerMode {
    background-color: #ff003d;
}

.abcgame_smplayagainbtn {
    background-color: #ff003d;
}

.gameBody .abcgame_smTimerWrap {
    background-image: url("https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/abcsm_scorebg.png");
}

.gameBody .abcgame_smnextlevelbtn {
    background-color: #0068f7;
}

.abcgame_smLoseWrap2 {
    background-image: url("https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/abcsm_scorebg.png");
}

.abcgame_smscoredetailsbg {
    background-image: url("https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/abcsm_scorebg.png");
}

/* end of adding background images */

/* theme css */

@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");

.gameBody {
    height: 100%;
}

.gameBody img {
    max-width: 100%;
}

.gameBody a:hover {
    text-decoration: none;
}

.gameBody .leftSideBar,
.gameBody .rightSideBar {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
}

.gameBody .contentBox {
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    height: 100%;
    display: flex;
    overflow: hidden;
    background: #DDFFFF;
    z-index: 50;
    padding: 7px !important;
}

.poptheballoonContainer2.popballoonmainclass2.gameWrapper .contentBox,
.letsgofishingpage4 .contentBox,
div#SightWordBlast .contentBox,
div#bowlingGame .contentBox {
    background-color: transparent;
    padding: 0 !important;
}

.gameBody .alphabetButton {
    display: inline-block;
    background: rgba(193, 31, 247, 1);
    background: -moz-linear-gradient(top,
            rgba(193, 31, 247, 1) 0%,
            rgba(128, 29, 241, 1) 100%);
    background: -webkit-gradient(left top,
            left bottom,
            color-stop(0%, rgba(193, 31, 247, 1)),
            color-stop(100%, rgba(128, 29, 241, 1)));
    background: -webkit-linear-gradient(top,
            rgba(193, 31, 247, 1) 0%,
            rgba(128, 29, 241, 1) 100%);
    background: -o-linear-gradient(top,
            rgba(193, 31, 247, 1) 0%,
            rgba(128, 29, 241, 1) 100%);
    background: -ms-linear-gradient(top,
            rgba(193, 31, 247, 1) 0%,
            rgba(128, 29, 241, 1) 100%);
    background: linear-gradient(to bottom,
            rgba(193, 31, 247, 1) 0%,
            rgba(128, 29, 241, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c11ff7', endColorstr='#801df1', GradientType=0);
    border: 5px solid #fff;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0 0 10px #3c5ead inset;
    -webkit-box-shadow: 0 0 10px #3c5ead inset;
    width: 100%;
    max-width: 170px;
    margin: auto;
    text-align: center;
    padding: 5px 0;
    font-size: 25px;
}

.gameBody .alphabetButton:hover,
.repeatButton:hover {
    color: #fff;
}

body.gameBody {
    font-family: "Open Sans", sans-serif;
}

.gameBody .stars {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.gameBody .stars li {
    list-style: none;
    max-width: 30px;
    max-width: 20px;
    /* margin: 2.4%; */
    text-align: center;
    height: auto;
    clear: none;
    font-size: inherit;
}

.gameBody .stars li i {
    font-size: 25px;
    color: #ba6307;
    -webkit-text-stroke: #ba6307;
}

.gameBody .contentBox img {
    width: 100%;
    object-fit: fill;
}

.gameBody .contentBox .abcgame_smtrophy img {
    object-fit: contain;
}

.gameBody .abcgame_sm_drop .abcgame_dropimgwrap img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.gameBody .controlButtons ul {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.gameBody .abcSoundMatchWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.portrait .gameBody .abcSoundMatchWrapper {
    flex-wrap: wrap;
}

.gameBody .controlButtons ul li {
    display: inline-block;
    width: 33%;
    max-width: 44px;
    height: 44px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid;
    position: relative;
    box-shadow: 0 4px 5px #737373;
    -webkit-box-shadow: 0 4px 5px #737373;
    margin: 3px;
    cursor: pointer;
}

.gameBody .controlButtons ul li i {
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
}

.gameBody .infoIcon {
    background: #105fce;
    border-color: #013886;
}

.gameBody .playIcon {
    background: #f1661c;
    border-color: #a03800;
}

.gameBody .repeatIcon {
    background: #f11c29;
    border-color: #b1000b;
}

.gameBody .repeatButton {
    background: #2f88f7;
    border: 2px solid #3a3e39;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0 0 10px #0068f7 inset;
    -webkit-box-shadow: 0 0 10px #0068f7 inset;
    width: 100%;
    max-width: 200px;
    margin: auto;
    text-align: center;
    padding: 5px 0;
    font-size: 18px;
    display: block;
    cursor: pointer;
}

.gameBody .abcSoundMatchContainer,
.gameBody .abcSoundMatchWrapper {
    height: 100%;
    width: 100%;
}

.gameBody .clock {
    text-align: center;
}

.gameBody .mode {
    text-align: center;
    color: #000;
    font-size: 22px;
    margin: 18px auto 0 auto;
    font-weight: bold;
}

.gameBody .graphics img {
    margin: auto;
}

/* Responsive Breakpoints */
/* less than 576px */
@media (min-width: 320px) and (max-width: 575.98px) {
    .gameBody .container {
        max-width: 991px;
    }

    .gameBody .logo a img {
        max-width: 110px;
    }

    .gameBody .stars li {
        margin: 0px;
        width: 10%;
    }

    .portrait .gameBody .stars li {
        margin: 0 3px;
    }

    .gameBody .leftSideBar .row {
        width: 50%;
        text-align: center;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .gameBody .rightSideBar .row {
        width: 20%;
        text-align: center;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .gameBody .clock img,
    .gameBody .graphics img {
        max-width: 75px;
    }

    .gameBody .controlButtons {
        align-items: center;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .gameBody .container {
        max-width: 991px;
    }

    .gameBody .logo a img {
        max-width: 110px;
    }

    .gameBody .stars li {
        width: 10%;
    }

    .gameBody .leftSideBar .row {
        width: 33%;
        text-align: center;
    }

    .gameBody .rightSideBar .row {
        width: 20%;
        text-align: center;
    }

    .gameBody .clock img,
    .gameBody .graphics img {
        max-width: 75px;
    }

    .gameBody .controlButtons {
        align-items: center;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .gameBody .container {
        max-width: 991px;
    }

    .gameBody .logo a img {
        max-width: 110px;
    }

    .gameBody .stars li {
        margin: 2px;
        width: 10%;
    }

    .portrait .gameBody .stars li {
        margin: 0 3px;
    }

    .gameBody .leftSideBar .row {
        width: 33%;
        text-align: center;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .portrait .gameBody .rightSideBar .row {
        width: 33%;
    }

    .gameBody .rightSideBar .row {
        width: 25%;
        text-align: center;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .gameBody .clock img,
    .gameBody .graphics img {
        max-width: 75px;
    }

    .gameBody .controlButtons {
        align-items: center;
    }

    .gameBody .contentBox {
        padding: 0;
    }

    .gameBody .leftSideBar,
    .gameBody .rightSideBar {
        display: flex;
        align-items: center;
    }

    .portrait .gameBody .leftSideBar,
    .portrait .gameBody .rightSideBar {
        padding: 5px 0;
    }

    .portrait .gameBody .contentBox {
        height: 55vh;
    }

    .gameBody img {
        width: 60%;
    }

    .portrait .basketballStoryImg {
        margin: 5px 0px;
    }
}


/* Large devices (desktops, 992px and up) and Ipad pro*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .gameBody .rightSideBar .row {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .gameBody .leftSideBar .row {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .portrait .gameBody .contentBox {
        height: 100%;
        max-height: 700px;
    }

    /* .gameBody #abcMatchMainBody .contentBox {
        max-width: 600px;
    } */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .rightSideBar .row {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .leftSideBar .row {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) and (orientation: landscape) {

    .gameBody .abcSoundMatchContainer,
    .abcSoundMatchWrapper {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .gameBody .leftSideBar,
    .gameBody .rightSideBar {
        flex-direction: column;
        width: 25%;
    }

    .gameBody .contentBox {
        width: 50%;
    }

    .gameBody .leftSideBar .row,
    .gameBody .rightSideBar .row {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .gameBody .rightSideBar .row {
        margin: 10px !important;
    }

    .gameBody .stars li {
        width: 15%;
    }

    .gameBody .repeatButton {
        margin: 5px auto;
        text-align: center;
        padding: 4px 0;
        font-size: 14px;
    }

    .gameBody .alphabetButton {
        font-size: 18px;
    }

    .gameBody .clock img,
    .gameBody .graphics img {
        max-width: 70px;
    }

    .gameBody .timer {
        font-size: 18px;
        text-align: center;
        width: 103px;
        padding: 0px 0;
        margin-top: 0px;
    }

    .timer-wrap {
        /*         position: absolute; */
        left: 0;
        right: 0;
        bottom: 8px;
    }

    .gameBody .clock canvas {
        width: 70px;
        height: 70px;
    }

    .gameBody .mode {
        text-align: center;
        color: #000;
        font-size: 17px;
        margin: 0px auto 0 auto;
        font-weight: bold;
    }

    .gameBody .controlButtons ul li {
        max-width: 33px;
        height: 33px;
        margin: 0 3px;
    }

    .abcgame_horizontalbottom #smdraghb_0 {
        border: 3px solid #ffdb35;
    }

    .gameBody {
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .portrait .gameBody .rightSideBar .row.clock {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .portrait .gameBody .clock canvas {
        position: static;
        left: 0;
        transform: none;
        width: 150px;
    }

    .portrait .timer-wrap {
        position: static;
    }
}

@media (min-height: 570px) {
    .gameBody .contentBox img {
        height: 100%;
    }
}

@media (max-height: 570px) {
    .abcgame_sm_alphabets {
        font-size: 30px;
    }
}

/* theme css */
.abcgame_sm_alphabetswrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

@media (min-width: 1366.98px) and (max-height: 569.98px),
(min-width: 1366.98px) {
    .gameBody .abcSoundMatchWrapper {
        margin-bottom: 0px;
    }

    .abcgame_sm_alphabets {
        font-size: 27px;
    }

    #smdraghb_0 {
        width: 25.9%;
        height: 214%;
        position: absolute;
        top: auto;
        z-index: 1;
        border: 7px solid #ffdb35;
        left: -9px;
        bottom: 0;
    }

    .gameBody ul.instructionMenu li {
        font-size: 12px;
    }
}

.abcSoundMatchWrapper.row {
    margin-left: 0px;
    margin-right: 0px;
}

/* 28-1-2020 added for stars alignment */

/*for abc sound match stars*/
.star-container_4 {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: auto auto auto;
    justify-content: center;
    width: 50%;
}

.star-container_5 {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-template-rows: auto auto auto;
    justify-content: center;
    width: 50%;
}

.star-container_3 {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto auto;
    justify-content: center;
    width: 50%;
}

.star-container_6 {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto;
    justify-content: center;
    width: 50%;
}

/**/

@media only screen and (min-width: 768px) {
    .portrait .abcgame_vertical.vertical_4 .abcgame_sm_drag {
        max-height: 15%;
    }

    .portrait .abcgame_horizontalbottom {
        width: 80%;
    }

    .portrait #smdraghb_0:before {
        width: 140px;
        bottom: -53px;
    }

    .portrait .abcgame_horizontalbottom.horizontal_5 {
        width: 84%;
    }

    .portrait .abcgame_horizontalbottom.horizontal_5 #smdraghb_0 {
        width: 22.9%;
    }

    .portrait .abcgame_horizontalbottom.horizontal_5 #smdraghb_0:before {
        width: 114px;
    }
}

/* for ipad pro */
@media only screen and (min-width: 1024px) {
    .portrait .abcgame_horizontalbottom {
        bottom: 45px !important;
    }

    .portrait .abcgame_horizontalbottom {
        width: 85%;
    }
}

@media only screen and (min-width:1366px) and (max-width:1366px) and (orientation:landscape) {
    .landscape .abcgame_vertical.vertical_5 {
        height: 83.3%;
    }
}

@media only screen and (max-width: 925px) and (orientation:portrait) {
    .portrait .abcgame_horizontalbottom {
        padding-right: 5px;
    }
}

.game_sm_logo {
    background-image: none !important;
}

#abcsoundmatch .sound_match_screen2_bg.abc_sound_match_screen2_bg .abcgame_smlogo.game_sm_logo {
    background-image: none !important;
}

#gameBody .abcgame_maincontainerContent.abcSound_maincontainerContent.sound_match_screen2_bg .abcgame_abcpickrecommendedgame,
.abcgame_maincontainerContent.abcSound_maincontainerContent.sound_match_screen2_bg {
    background-image: url(https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/sound-match-bg.png);
    background-position: bottom !important;
}

#gameBody .abcgame_maincontainerContent.abcSound_maincontainerContent.sound_match_screen2_bg .abcgame_abcpickrecommendedgame,
.abcgame_maincontainerContent.abcSound_maincontainerContent.sound_match_screen2_bg {
    background-image: url(https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/sound-match-bg.png);
    background-position: bottom !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

#gameBody .abcgame_maincontainerContent.abcSound_maincontainerContent.sound_match_screen2_bg.abc_sound_match_screen2_bg .abcgame_abcpickrecommendedgame,
#abcsoundmatch .abcgame_maincontainerContent.abcSound_maincontainerContent.sound_match_screen2_bg.abc_sound_match_screen2_bg {
    background-image: url(https://d25k2pvzisqrb6.cloudfront.net/assets/abcsoundmatch/images/abc-sound-match-bg.jpg);
    background-position: center !important;
    background-size: contain;
    background-repeat: no-repeat;
}


#abcsoundmatch .sound_match_screen2_bg {
    background-position: bottom !important;
    /* to prevent tractor tyres from moving downwards */
}

.landscape .gameBody .contentBox {
    max-height: 600px !important;
}

#gameBody #abcsoundmatch .main-game .abcgame_maincontainerContent {
    background: #d0f5ff !important;
}